Package groovy.swing.model
Class PropertyModel
java.lang.Object
groovy.swing.model.PropertyModel
- All Implemented Interfaces:
 NestedValueModel,ValueModel
Represents a property of a value as a model.
- 
Constructor Summary
ConstructorsConstructorDescriptionPropertyModel(ValueModel sourceModel, String property) PropertyModel(ValueModel sourceModel, String property, Class type) PropertyModel(ValueModel sourceModel, String property, Class type, boolean editable)  - 
Method Summary
 
- 
Constructor Details
- 
PropertyModel
 - 
PropertyModel
 - 
PropertyModel
 
 - 
 - 
Method Details
- 
getProperty
 - 
getSourceModel
- Specified by:
 getSourceModelin interfaceNestedValueModel
 - 
getValue
- Specified by:
 getValuein interfaceValueModel
 - 
setValue
- Specified by:
 setValuein interfaceValueModel
 - 
getType
- Specified by:
 getTypein interfaceValueModel
 - 
isEditable
public boolean isEditable()- Specified by:
 isEditablein interfaceValueModel
 
 -