griffon.lanterna.factory
[Groovy] Class LayoutFactory
java.lang.Object
groovy.util.AbstractFactory
griffon.lanterna.factory.BeanFactory
griffon.lanterna.factory.LayoutFactory
class LayoutFactory
extends BeanFactory
- Authors:
- Andres Almiray
|
Methods inherited from class AbstractFactory
|
| setParent, isLeaf, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
contextProps
private Map contextProps
-
DEFAULT_DELEGATE_PROPERTY_CONSTRAINT
static final String DEFAULT_DELEGATE_PROPERTY_CONSTRAINT
-
DELEGATE_PROPERTY_CONSTRAINT
static final String DELEGATE_PROPERTY_CONSTRAINT
-
LayoutFactory
LayoutFactory(Class klass)
-
addLayoutProperties
protected void addLayoutProperties(Map context, Class layoutClass)
-
addLayoutProperties
protected void addLayoutProperties(Map context)
-
constraintsAttributeDelegate
static def constraintsAttributeDelegate(def builder, def node, def attributes)
-
newInstance
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
-
setParent
void setParent(FactoryBuilderSupport builder, Object parent, Object child)
-
Groovy Documentation