public class MobilePagesListData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,MobilePagesListData> |
CONFIGURATION |
static BasicProperty<java.lang.Boolean,MobilePagesListData> |
EDITABLE |
static ListProperty<MobilePageVO,MobilePagesListData> |
MOBILE_PAGES |
| Constructor and Description |
|---|
MobilePagesListData() |
MobilePagesListData(Property<T,? super MobilePagesListData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
java.util.List<MobilePageVO> |
getMobilePages() |
boolean |
isEditable() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setEditable(boolean editable) |
void |
setMobilePages(java.util.List<MobilePageVO> mobilePages) |
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<ConfigurationVO,MobilePagesListData> CONFIGURATION
public static final BasicProperty<java.lang.Boolean,MobilePagesListData> EDITABLE
public static final ListProperty<MobilePageVO,MobilePagesListData> MOBILE_PAGES
public MobilePagesListData()
public MobilePagesListData(Property<T,? super MobilePagesListData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public boolean isEditable()
public void setEditable(boolean editable)
public java.util.List<MobilePageVO> getMobilePages()
public void setMobilePages(java.util.List<MobilePageVO> mobilePages)