public class ThemesListData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<ThemeVO,ThemesListData> |
APPLIED_GUESTS_THEME |
static BasicProperty<ThemeVO,ThemesListData> |
APPLIED_MOBILE_THEME |
static BasicProperty<ThemeVO,ThemesListData> |
APPLIED_USERS_THEME |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ThemesListData> |
CONFIGURATION |
static BasicProperty<java.lang.Boolean,ThemesListData> |
EDITABLE |
static BasicProperty<java.lang.Boolean,ThemesListData> |
FOR_GUESTS |
static BasicProperty<ThemeVO,ThemesListData> |
INHERITED_GUESTS_THEME |
static BasicProperty<ThemeVO,ThemesListData> |
INHERITED_MOBILE_THEME |
static BasicProperty<ThemeVO,ThemesListData> |
INHERITED_USERS_THEME |
static BasicProperty<java.lang.Boolean,ThemesListData> |
THEME_OPTIONAL |
static ListProperty<ThemeVO,ThemesListData> |
THEMES |
| Constructor and Description |
|---|
ThemesListData() |
ThemesListData(Property<T,? super ThemesListData> property,
T value) |
addPropertyChangeListener, 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<ThemeVO,ThemesListData> APPLIED_GUESTS_THEME
public static final BasicProperty<ThemeVO,ThemesListData> APPLIED_MOBILE_THEME
public static final BasicProperty<ThemeVO,ThemesListData> APPLIED_USERS_THEME
public static final BasicProperty<ConfigurationVO,ThemesListData> CONFIGURATION
public static final BasicProperty<java.lang.Boolean,ThemesListData> EDITABLE
public static final BasicProperty<java.lang.Boolean,ThemesListData> FOR_GUESTS
public static final BasicProperty<ThemeVO,ThemesListData> INHERITED_GUESTS_THEME
public static final BasicProperty<ThemeVO,ThemesListData> INHERITED_MOBILE_THEME
public static final BasicProperty<ThemeVO,ThemesListData> INHERITED_USERS_THEME
public static final BasicProperty<java.lang.Boolean,ThemesListData> THEME_OPTIONAL
public static final ListProperty<ThemeVO,ThemesListData> THEMES
public ThemesListData()
public ThemesListData(Property<T,? super ThemesListData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ThemeVO getAppliedGuestsTheme()
public void setAppliedGuestsTheme(ThemeVO appliedGuestsTheme)
public ThemeVO getAppliedMobileTheme()
public void setAppliedMobileTheme(ThemeVO appliedMobileTheme)
public ThemeVO getAppliedUsersTheme()
public void setAppliedUsersTheme(ThemeVO appliedUsersTheme)
public ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isForGuests()
public void setForGuests(boolean forGuests)
public ThemeVO getInheritedGuestsTheme()
public void setInheritedGuestsTheme(ThemeVO inheritedGuestsTheme)
public ThemeVO getInheritedMobileTheme()
public void setInheritedMobileTheme(ThemeVO inheritedMobileTheme)
public ThemeVO getInheritedUsersTheme()
public void setInheritedUsersTheme(ThemeVO inheritedUsersTheme)
public boolean isThemeOptional()
public void setThemeOptional(boolean themeOptional)
public java.util.List<ThemeVO> getThemes()
public void setThemes(java.util.List<ThemeVO> themes)