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 SummaryConstructorsConstructorDescriptionPropertyModel(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 interface- NestedValueModel
 
- 
getValue- Specified by:
- getValuein interface- ValueModel
 
- 
setValue- Specified by:
- setValuein interface- ValueModel
 
- 
getType- Specified by:
- getTypein interface- ValueModel
 
- 
isEditablepublic boolean isEditable()- Specified by:
- isEditablein interface- ValueModel
 
 
-