public class MobileContentData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UIElementResultVO,MobileContentData> |
LOGIN_FOOTER |
static BasicProperty<UIElementResultVO,MobileContentData> |
LOGIN_HEADER |
static BasicProperty<UIElementResultVO,MobileContentData> |
THEME |
| Constructor and Description |
|---|
MobileContentData() |
MobileContentData(Property<T,? super MobileContentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UIElementResultVO |
getLoginFooter() |
UIElementResultVO |
getLoginHeader() |
UIElementResultVO |
getTheme() |
void |
setLoginFooter(UIElementResultVO loginFooter) |
void |
setLoginHeader(UIElementResultVO loginHeader) |
void |
setTheme(UIElementResultVO theme) |
addPropertyChangeListener, 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<UIElementResultVO,MobileContentData> LOGIN_FOOTER
public static final BasicProperty<UIElementResultVO,MobileContentData> LOGIN_HEADER
public static final BasicProperty<UIElementResultVO,MobileContentData> THEME
public MobileContentData()
public MobileContentData(Property<T,? super MobileContentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic UIElementResultVO getLoginFooter()
public void setLoginFooter(UIElementResultVO loginFooter)
public UIElementResultVO getLoginHeader()
public void setLoginHeader(UIElementResultVO loginHeader)
public UIElementResultVO getTheme()
public void setTheme(UIElementResultVO theme)