Uses of Interface
groovy.model.NestedValueModel

Packages that use NestedValueModel
groovy.model An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects 
 

Uses of NestedValueModel in groovy.model
 

Classes in groovy.model that implement NestedValueModel
 class ClosureModel
          Represents a value model using a closure to extract the value from some source model and an optional write closure for updating the value.
 class PropertyModel
          Represents a property of a value as a model.
 



Copyright © 2003-2008 The Codehaus. All Rights Reserved.