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 Params | Return Type | Name and description |
---|---|---|
|
public String |
getProperty() |
|
public ValueModel |
getSourceModel() |
|
public Class |
getType() |
|
public Object |
getValue() |
|
public boolean |
isEditable() |
|
public void |
setValue(Object value) |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.