|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Represents a property of a value as a model.
| Field Summary | |
|---|---|
boolean |
editable
|
String |
property
|
ValueModel |
sourceModel
|
Class |
type
|
| Constructor Summary | |
PropertyModel(ValueModel sourceModel, String property)
|
|
PropertyModel(ValueModel sourceModel, String property, Class type)
|
|
PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable)
|
|
| Method Summary | |
|---|---|
String |
getProperty()
|
ValueModel |
getSourceModel()
|
Class |
getType()
|
Object |
getValue()
|
boolean |
isEditable()
|
void |
setValue(Object value)
|
| Constructor Detail |
|---|
public PropertyModel(ValueModel sourceModel, String property)
public PropertyModel(ValueModel sourceModel, String property, Class type)
public PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable)
| Method Detail |
|---|
public String getProperty()
public ValueModel getSourceModel()
public Class getType()
public Object getValue()
public boolean isEditable()
public void setValue(Object value)