public class ThemeData extends EntityData<ThemeDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,ThemeData> |
ADVANCED_CONTENT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ThemeData> |
CSS |
static ListProperty<ThemeImageVO,ThemeData> |
CUSTOM_IMAGES |
static ListProperty<ConfigurationVO,ThemeData> |
GUEST_CONFIGURATIONS |
static ListProperty<ThemeImageVO,ThemeData> |
IMAGES |
static ListProperty<ConfigurationVO,ThemeData> |
MOBILE_CONFIGURATIONS |
static ListProperty<ConfigurationVO,ThemeData> |
USER_CONFIGURATIONS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
ThemeData() |
ThemeData(Property<T,? super ThemeData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getAdvancedContent() |
java.lang.String |
getCss() |
java.util.List<ThemeImageVO> |
getCustomImages() |
java.util.List<ConfigurationVO> |
getGuestConfigurations() |
java.util.List<ThemeImageVO> |
getImages() |
java.util.List<ConfigurationVO> |
getMobileConfigurations() |
java.util.List<ConfigurationVO> |
getUserConfigurations() |
void |
setAdvancedContent(java.lang.String advancedContent) |
void |
setCss(java.lang.String css) |
void |
setCustomImages(java.util.List<ThemeImageVO> customImages) |
void |
setGuestConfigurations(java.util.List<ConfigurationVO> guestConfigurations) |
void |
setImages(java.util.List<ThemeImageVO> images) |
void |
setMobileConfigurations(java.util.List<ConfigurationVO> mobileConfigurations) |
void |
setUserConfigurations(java.util.List<ConfigurationVO> userConfigurations) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,ThemeData> ADVANCED_CONTENT
public static final BasicProperty<java.lang.String,ThemeData> CSS
public static final ListProperty<ThemeImageVO,ThemeData> CUSTOM_IMAGES
public static final ListProperty<ConfigurationVO,ThemeData> GUEST_CONFIGURATIONS
public static final ListProperty<ThemeImageVO,ThemeData> IMAGES
public static final ListProperty<ConfigurationVO,ThemeData> MOBILE_CONFIGURATIONS
public static final ListProperty<ConfigurationVO,ThemeData> USER_CONFIGURATIONS
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<ThemeDTO>public java.lang.String getAdvancedContent()
public void setAdvancedContent(java.lang.String advancedContent)
public java.lang.String getCss()
public void setCss(java.lang.String css)
public java.util.List<ThemeImageVO> getCustomImages()
public void setCustomImages(java.util.List<ThemeImageVO> customImages)
public java.util.List<ConfigurationVO> getGuestConfigurations()
public void setGuestConfigurations(java.util.List<ConfigurationVO> guestConfigurations)
public java.util.List<ThemeImageVO> getImages()
public void setImages(java.util.List<ThemeImageVO> images)
public java.util.List<ConfigurationVO> getMobileConfigurations()
public void setMobileConfigurations(java.util.List<ConfigurationVO> mobileConfigurations)
public java.util.List<ConfigurationVO> getUserConfigurations()
public void setUserConfigurations(java.util.List<ConfigurationVO> userConfigurations)