Package com.day.cq.wcm.api.designer
Interface ComponentStyle.Option
- All Superinterfaces:
JSONItem
- Enclosing interface:
ComponentStyle
define a selectable style option
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY_ARRAY
Emprty array
-
-
Method Details
-
getValue
String getValue()Returns the value of this option- Returns:
- the value
-
getText
String getText()Returns the text of this option- Returns:
- the text
-
getDescription
String getDescription()Returns the description of this option- Returns:
- the option
-
getIcon
String getIcon()Returns the icon path of this option- Returns:
- the icon path.
-