public class MobileGuestData extends BaseMobileData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,MobileGuestData> |
HAS_LOGIN_FOOTER |
static BasicProperty<java.lang.Boolean,MobileGuestData> |
HAS_LOGIN_HEADER |
static BasicProperty<LoginData,MobileGuestData> |
LOGIN_DATA |
static BasicProperty<UIElementResultVO,MobileGuestData> |
LOGIN_FOOTER |
static BasicProperty<UIElementResultVO,MobileGuestData> |
LOGIN_HEADER |
COUNTRIES, CURRENT_CLIENT_TIME, CYCLOS_VERSION, DATE_FORMAT, INITIAL_TRANSLATIONS, NUMBER_FORMAT, THEME, TIME_FORMAT| Constructor and Description |
|---|
MobileGuestData() |
MobileGuestData(Property<T,? super MobileGuestData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
LoginData |
getLoginData() |
UIElementResultVO |
getLoginFooter() |
UIElementResultVO |
getLoginHeader() |
boolean |
isHasLoginFooter() |
boolean |
isHasLoginHeader() |
void |
setHasLoginFooter(boolean hasLoginFooter) |
void |
setHasLoginHeader(boolean hasLoginHeader) |
void |
setLoginData(LoginData loginData) |
void |
setLoginFooter(UIElementResultVO loginFooter) |
void |
setLoginHeader(UIElementResultVO loginHeader) |
getCountries, getCurrentClientTime, getCyclosVersion, getDateFormat, getInitialTranslations, getNumberFormat, getTheme, getTimeFormat, setCountries, setCurrentClientTime, setCyclosVersion, setDateFormat, setInitialTranslations, setNumberFormat, setTheme, setTimeFormataddPropertyChangeListener, 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.Boolean,MobileGuestData> HAS_LOGIN_FOOTER
public static final BasicProperty<java.lang.Boolean,MobileGuestData> HAS_LOGIN_HEADER
public static final BasicProperty<LoginData,MobileGuestData> LOGIN_DATA
public static final BasicProperty<UIElementResultVO,MobileGuestData> LOGIN_FOOTER
public static final BasicProperty<UIElementResultVO,MobileGuestData> LOGIN_HEADER
public MobileGuestData()
public MobileGuestData(Property<T,? super MobileGuestData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseMobileDatapublic boolean isHasLoginFooter()
public void setHasLoginFooter(boolean hasLoginFooter)
public boolean isHasLoginHeader()
public void setHasLoginHeader(boolean hasLoginHeader)
public LoginData getLoginData()
public void setLoginData(LoginData loginData)
public UIElementResultVO getLoginFooter()
public void setLoginFooter(UIElementResultVO loginFooter)
public UIElementResultVO getLoginHeader()
public void setLoginHeader(UIElementResultVO loginHeader)