public class UserBasicFieldActions extends UserProfileFieldActions
| Modifier and Type | Field and Description |
|---|---|
static Property<BasicProfileField,UserBasicFieldActions> |
BASIC_FIELD |
EDIT, MANAGE_PRIVACY, VIEW| Constructor and Description |
|---|
UserBasicFieldActions() |
UserBasicFieldActions(Property<T,? super UserBasicFieldActions> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
BasicProfileField |
getBasicField() |
void |
setBasicField(BasicProfileField basicField) |
isEdit, isManagePrivacy, isView, setEdit, setManagePrivacy, setViewaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<BasicProfileField,UserBasicFieldActions> BASIC_FIELD
public UserBasicFieldActions()
public UserBasicFieldActions(Property<T,? super UserBasicFieldActions> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class UserProfileFieldActionsprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class UserProfileFieldActionspublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class UserProfileFieldActionspublic BasicProfileField getBasicField()
public void setBasicField(BasicProfileField basicField)