Package com.day.cq.wcm.api.designer
Interface ComponentStyle.Option
-
- All Superinterfaces:
JSONItem
- Enclosing interface:
- ComponentStyle
public static interface ComponentStyle.Option extends JSONItem
define a selectable style option
-
-
Field Summary
Fields Modifier and Type Field Description static ComponentStyle.Option[]EMPTY_ARRAYEmprty array
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the description of this optionStringgetIcon()Returns the icon path of this optionStringgetText()Returns the text of this optionStringgetValue()Returns the value of this option
-
-
-
Field Detail
-
EMPTY_ARRAY
static final ComponentStyle.Option[] EMPTY_ARRAY
Emprty array
-
-
Method Detail
-
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.
-
-