public class MobileGuestData extends BaseMobileData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<InitialGroupVO,MobileGuestData> |
GROUPS_FOR_REGISTRATION |
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, LANGUAGE_TEMPLATE, NUMBER_FORMAT, ROOT_URL, 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() |
java.util.List<InitialGroupVO> |
getGroupsForRegistration() |
LoginData |
getLoginData() |
UIElementResultVO |
getLoginFooter() |
UIElementResultVO |
getLoginHeader() |
void |
setGroupsForRegistration(java.util.List<InitialGroupVO> groupsForRegistration) |
void |
setLoginData(LoginData loginData) |
void |
setLoginFooter(UIElementResultVO loginFooter) |
void |
setLoginHeader(UIElementResultVO loginHeader) |
getCountries, getCurrentClientTime, getCyclosVersion, getDateFormat, getInitialTranslations, getLanguageTemplate, getNumberFormat, getRootUrl, getTheme, getTimeFormat, setCountries, setCurrentClientTime, setCyclosVersion, setDateFormat, setInitialTranslations, setLanguageTemplate, setNumberFormat, setRootUrl, setTheme, setTimeFormataddPropertyChangeListener, 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 ListProperty<InitialGroupVO,MobileGuestData> GROUPS_FOR_REGISTRATION
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 java.util.List<InitialGroupVO> getGroupsForRegistration()
public void setGroupsForRegistration(java.util.List<InitialGroupVO> groupsForRegistration)
public LoginData getLoginData()
public void setLoginData(LoginData loginData)
public UIElementResultVO getLoginFooter()
public void setLoginFooter(UIElementResultVO loginFooter)
public UIElementResultVO getLoginHeader()
public void setLoginHeader(UIElementResultVO loginHeader)