Groovy Documentation

griffon.builder.tray
[Groovy] Class TrayBuilder

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Binding
          groovy.util.FactoryBuilderSupport
              griffon.builder.tray.TrayBuilder

@Deprecated
class TrayBuilder
extends FactoryBuilderSupport

deprecated:
factories are injected by TrayBuilderGriffonAddon instead
Authors:
Andres Almiray


Field Summary
static String DEFAULT_DELEGATE_PROPERTY_OBJECT_ID

static String DELEGATE_PROPERTY_OBJECT_ID

 
Fields inherited from class FactoryBuilderSupport
CURRENT_FACTORY, PARENT_FACTORY, PARENT_NODE, CURRENT_NODE, PARENT_CONTEXT, PARENT_NAME, CURRENT_NAME, OWNER, PARENT_BUILDER, CURRENT_BUILDER, CHILD_BUILDER, SCRIPT_CLASS_NAME
 
Constructor Summary
TrayBuilder(boolean init = true)

 
Method Summary
static def objectIDAttributeDelegate(def builder, def node, def attributes)

void registerTray()

 
Methods inherited from class FactoryBuilderSupport
setProperty, getProperty, getName, getContext, getParentNode, build, build, build, getCurrent, setVariable, getVariable, getVariables, invokeMethod, invokeMethod, dispose, checkValueIsNull, checkValueIsType, checkValueIsTypeNotString, autoRegisterNodes, getFactories, getExplicitMethods, getExplicitProperties, getLocalFactories, getLocalExplicitMethods, getLocalExplicitProperties, getRegistrationGroups, getRegistrationGroupItems, getAttributeDelegates, getPreInstantiateDelegates, getPostInstantiateDelegates, getPostNodeCompletionDelegates, getContextAttribute, getCurrentFactory, getCurrentName, getCurrentBuilder, getParentFactory, getParentContext, getParentName, getChildBuilder, addAttributeDelegate, removeAttributeDelegate, addPreInstantiateDelegate, removePreInstantiateDelegate, addPostInstantiateDelegate, removePostInstantiateDelegate, addPostNodeCompletionDelegate, removePostNodeCompletionDelegate, registerExplicitProperty, registerExplicitProperty, registerExplicitMethod, registerExplicitMethod, registerBeanFactory, registerBeanFactory, registerFactory, registerFactory, getNameMappingClosure, setNameMappingClosure, withBuilder, withBuilder, withBuilder, addDisposalClosure, hasVariable, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Binding
setProperty, getProperty, setVariable, getVariable, hasVariable, getVariables, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT_DELEGATE_PROPERTY_OBJECT_ID

public static final String DEFAULT_DELEGATE_PROPERTY_OBJECT_ID


DELEGATE_PROPERTY_OBJECT_ID

public static final String DELEGATE_PROPERTY_OBJECT_ID


 
Constructor Detail

TrayBuilder

TrayBuilder(boolean init = true)


 
Method Detail

objectIDAttributeDelegate

static def objectIDAttributeDelegate(def builder, def node, def attributes)


registerTray

void registerTray()


 

Groovy Documentation