public class ThemeResultVO extends UIElementResultVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,ThemeResultVO> |
ADVANCED_DEFINITIONS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ThemeResultVO> |
CUSTOM_STYLE |
static BasicProperty<java.lang.String,ThemeResultVO> |
DEFINITIONS |
CONTENTFORCE, VERSIONID| Constructor and Description |
|---|
ThemeResultVO() |
ThemeResultVO(java.lang.Long id) |
ThemeResultVO(Property<T,? super ThemeResultVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getAdvancedDefinitions() |
java.lang.String |
getCustomStyle() |
java.lang.String |
getDefinitions() |
void |
setAdvancedDefinitions(java.lang.String advancedDefinitions) |
void |
setCustomStyle(java.lang.String customStyle) |
void |
setDefinitions(java.lang.String definitions) |
getContent, setContentgetForce, getVersion, setForce, setVersiongetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,ThemeResultVO> ADVANCED_DEFINITIONS
public static final BasicProperty<java.lang.String,ThemeResultVO> CUSTOM_STYLE
public static final BasicProperty<java.lang.String,ThemeResultVO> DEFINITIONS
public ThemeResultVO()
public ThemeResultVO(java.lang.Long id)
public ThemeResultVO(Property<T,? super ThemeResultVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class UIElementResultVOpublic java.lang.String getAdvancedDefinitions()
public void setAdvancedDefinitions(java.lang.String advancedDefinitions)
public java.lang.String getCustomStyle()
public void setCustomStyle(java.lang.String customStyle)
public java.lang.String getDefinitions()
public void setDefinitions(java.lang.String definitions)
public java.lang.String className()
className in class UIElementResultVO