Groovy Documentation

griffon.plugins.designgridlayout.factory
[Groovy] Class DesignGridLayoutFactory

java.lang.Object
  groovy.util.AbstractFactory
      groovy.swing.factory.BeanFactory
          groovy.swing.factory.LayoutFactory
              griffon.plugins.designgridlayout.factory.DesignGridLayoutFactory

class DesignGridLayoutFactory
extends LayoutFactory

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class LayoutFactory
DELEGATE_PROPERTY_CONSTRAINT, DEFAULT_DELEGATE_PROPERTY_CONSTRAINT, __$stMC, __timeStamp, __timeStamp__239_neverHappen1328809918456, __$stMC, __timeStamp, __timeStamp__239_neverHappen1328809917951
 
Fields inherited from class BeanFactory
__$stMC, __timeStamp, __timeStamp__239_neverHappen1328809917951
 
Constructor Summary
DesignGridLayoutFactory()

 
Method Summary
boolean isHandlesNodeChildren()

boolean isLeaf()

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)

void setParent(FactoryBuilderSupport builder, Object parent, Object child)

 
Methods inherited from class LayoutFactory
newInstance, setParent, this$dist$invoke$3, this$dist$set$3, this$dist$get$3, __$swapInit, super$1$wait, super$3$getProperty, super$1$toString, super$3$setProperty, super$1$notifyAll, super$3$invokeMethod, addLayoutProperties, addLayoutProperties, getLayoutTarget, constraintsAttributeDelegate, getContextProps, setContextProps, super$3$isLeaf, super$2$setChild, super$2$setParent, super$3$getMetaClass, super$3$setMetaClass, super$2$onNodeChildren, super$2$onHandleNodeAttributes, super$3$getBeanClass, super$3$newInstance, super$3$this$dist$get$2, super$3$this$dist$set$2, super$3$$getStaticMetaClass, super$3$this$dist$invoke$2, setProperty, getProperty, getMetaClass, invokeMethod, setMetaClass, super$1$wait, super$1$wait, super$1$notify, super$1$getClass, super$1$finalize, super$1$equals, super$1$clone, super$1$hashCode, this$dist$invoke$2, this$dist$set$2, this$dist$get$2, isLeaf, getBeanClass, super$2$isLeaf, super$2$onNodeCompleted, super$2$onFactoryRegistration, super$2$isHandlesNodeChildren, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class BeanFactory
setProperty, getProperty, newInstance, getMetaClass, invokeMethod, setMetaClass, __$swapInit, super$1$wait, super$1$wait, super$1$wait, super$1$toString, super$1$notify, super$1$getClass, super$1$notifyAll, super$1$finalize, super$1$equals, super$1$clone, super$1$hashCode, this$dist$invoke$2, this$dist$set$2, this$dist$get$2, isLeaf, getBeanClass, super$2$setChild, super$2$setParent, super$2$onNodeChildren, super$2$onHandleNodeAttributes, super$2$isLeaf, super$2$onNodeCompleted, super$2$onFactoryRegistration, super$2$isHandlesNodeChildren, setParent, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DesignGridLayoutFactory

DesignGridLayoutFactory()


 
Method Detail

isHandlesNodeChildren

boolean isHandlesNodeChildren()


isLeaf

boolean isLeaf()


newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


onNodeChildren

boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)


setParent

void setParent(FactoryBuilderSupport builder, Object parent, Object child)


 

Groovy Documentation