public class MobileUserData extends BaseMobileData
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<MobileOperation,MobileUserData> |
ALLOWED_OPERATIONS |
static BasicProperty<UserAuthVO,MobileUserData> |
AUTH |
static BasicProperty<java.lang.Boolean,MobileUserData> |
CAN_RECEIVE_FROM_NFC_TAG |
static java.lang.String |
CLASS_NAME |
static BasicProperty<UIElementResultVO,MobileUserData> |
MOBILE_HELP |
static ListProperty<MobilePageVO,MobileUserData> |
PAGES |
static BasicProperty<UIElementResultVO,MobileUserData> |
POS_HELP |
COUNTRIES, CURRENT_CLIENT_TIME, CYCLOS_VERSION, DATE_FORMAT, INITIAL_TRANSLATIONS, NUMBER_FORMAT, THEME, TIME_FORMAT| Constructor and Description |
|---|
MobileUserData() |
MobileUserData(Property<T,? super MobileUserData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<MobileOperation> |
getAllowedOperations() |
UserAuthVO |
getAuth() |
UIElementResultVO |
getMobileHelp() |
java.util.List<MobilePageVO> |
getPages() |
UIElementResultVO |
getPosHelp() |
boolean |
isCanReceiveFromNfcTag() |
void |
setAllowedOperations(java.util.List<MobileOperation> allowedOperations) |
void |
setAuth(UserAuthVO auth) |
void |
setCanReceiveFromNfcTag(boolean canReceiveFromNfcTag) |
void |
setMobileHelp(UIElementResultVO mobileHelp) |
void |
setPages(java.util.List<MobilePageVO> pages) |
void |
setPosHelp(UIElementResultVO posHelp) |
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 ListProperty<MobileOperation,MobileUserData> ALLOWED_OPERATIONS
public static final BasicProperty<UserAuthVO,MobileUserData> AUTH
public static final BasicProperty<java.lang.Boolean,MobileUserData> CAN_RECEIVE_FROM_NFC_TAG
public static final BasicProperty<UIElementResultVO,MobileUserData> MOBILE_HELP
public static final ListProperty<MobilePageVO,MobileUserData> PAGES
public static final BasicProperty<UIElementResultVO,MobileUserData> POS_HELP
public MobileUserData()
public MobileUserData(Property<T,? super MobileUserData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseMobileDatapublic java.util.List<MobileOperation> getAllowedOperations()
public void setAllowedOperations(java.util.List<MobileOperation> allowedOperations)
public UserAuthVO getAuth()
public void setAuth(UserAuthVO auth)
public boolean isCanReceiveFromNfcTag()
public void setCanReceiveFromNfcTag(boolean canReceiveFromNfcTag)
public UIElementResultVO getMobileHelp()
public void setMobileHelp(UIElementResultVO mobileHelp)
public java.util.List<MobilePageVO> getPages()
public void setPages(java.util.List<MobilePageVO> pages)
public UIElementResultVO getPosHelp()
public void setPosHelp(UIElementResultVO posHelp)