groovy.model |
package groovy.model.*
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
|
Java Source File Name | Type | Comment |
ClosureModel.java | Class | Represents a value model using a closure to extract
the value from some source model and an optional write closure
for updating the value. |
DefaultTableColumn.java | Class | Represents a column using a ValueModel to extract
the value. |
DefaultTableModel.java | Class | A default table model made up of PropertyModels on a Value model. |
FormModel.java | Class | |
NestedValueModel.java | Interface | |
PropertyModel.java | Class | Represents a property of a value as a model. |
ValueHolder.java | Class | A simple ValueModle implementation which is a holder of an object value. |
ValueModel.java | Interface | |