public class PropertyModel
Represents a property of a value as a model.
| Constructor and description |
|---|
PropertyModel
(ValueModel sourceModel, String property) |
PropertyModel
(ValueModel sourceModel, String property, Class type) |
PropertyModel
(ValueModel sourceModel, String property, Class type, boolean editable) |
| Type | Name and description |
|---|---|
String |
getProperty() |
ValueModel |
getSourceModel() |
Class |
getType() |
Object |
getValue() |
boolean |
isEditable() |
void |
setValue(Object value) |
Copyright © 2003-2014 The Codehaus. All rights reserved.