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_ARRAY
Emprty array
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns the description of this optionjava.lang.String
getIcon()
Returns the icon path of this optionjava.lang.String
getText()
Returns the text of this optionjava.lang.String
getValue()
Returns the value of this option
-
-
-
Field Detail
-
EMPTY_ARRAY
static final ComponentStyle.Option[] EMPTY_ARRAY
Emprty array
-
-
Method Detail
-
getValue
java.lang.String getValue()
Returns the value of this option- Returns:
- the value
-
getText
java.lang.String getText()
Returns the text of this option- Returns:
- the text
-
getDescription
java.lang.String getDescription()
Returns the description of this option- Returns:
- the option
-
getIcon
java.lang.String getIcon()
Returns the icon path of this option- Returns:
- the icon path.
-
-