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