Uses of Interface
org.codehaus.groovy.grails.commons.metaclass.FunctionCallback

Packages that use FunctionCallback
org.codehaus.groovy.grails.commons.metaclass   
 

Uses of FunctionCallback in org.codehaus.groovy.grails.commons.metaclass
 

Constructors in org.codehaus.groovy.grails.commons.metaclass with parameters of type FunctionCallback
GenericDynamicProperty(String propertyName, Class type, FunctionCallback initialValueGenerator, boolean readOnly)
          Variant that allows supply of a lazy-initialization function for the initial value.
WeakGenericDynamicProperty(String propertyName, Class type, FunctionCallback initialValueGenerator, boolean readOnly)
          Variant that allows supply of a lazy-initialization function for the initial value.
 



Copyright (c) 2005-2006 The Grails project