public abstract class UserProfileFieldActions extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,UserProfileFieldActions> |
EDIT |
static BasicProperty<java.lang.Boolean,UserProfileFieldActions> |
MANAGE_PRIVACY |
static BasicProperty<java.lang.Boolean,UserProfileFieldActions> |
VIEW |
| Constructor and Description |
|---|
UserProfileFieldActions() |
UserProfileFieldActions(Property<T,? super UserProfileFieldActions> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isEdit() |
boolean |
isManagePrivacy() |
boolean |
isView() |
void |
setEdit(boolean edit) |
void |
setManagePrivacy(boolean managePrivacy) |
void |
setView(boolean view) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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<java.lang.Boolean,UserProfileFieldActions> EDIT
public static final BasicProperty<java.lang.Boolean,UserProfileFieldActions> MANAGE_PRIVACY
public static final BasicProperty<java.lang.Boolean,UserProfileFieldActions> VIEW
public UserProfileFieldActions()
public UserProfileFieldActions(Property<T,? super UserProfileFieldActions> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isEdit()
public void setEdit(boolean edit)
public boolean isManagePrivacy()
public void setManagePrivacy(boolean managePrivacy)
public boolean isView()
public void setView(boolean view)