public class UserDashboardActionsData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<DashboardAction,UserDashboardActionsData> |
ASSIGNED |
static ListProperty<DashboardAction,UserDashboardActionsData> |
AVAILABLE |
static java.lang.String |
CLASS_NAME |
| Constructor and Description |
|---|
UserDashboardActionsData() |
UserDashboardActionsData(Property<T,? super UserDashboardActionsData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<DashboardAction> |
getAssigned() |
java.util.List<DashboardAction> |
getAvailable() |
void |
setAssigned(java.util.List<DashboardAction> assigned) |
void |
setAvailable(java.util.List<DashboardAction> available) |
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<DashboardAction,UserDashboardActionsData> ASSIGNED
public static final ListProperty<DashboardAction,UserDashboardActionsData> AVAILABLE
public UserDashboardActionsData()
public UserDashboardActionsData(Property<T,? super UserDashboardActionsData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<DashboardAction> getAssigned()
public void setAssigned(java.util.List<DashboardAction> assigned)
public java.util.List<DashboardAction> getAvailable()
public void setAvailable(java.util.List<DashboardAction> available)