|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgroovy.util.AbstractFactory
groovy.swing.factory.BeanFactory
groovy.swing.factory.LayoutFactory
class LayoutFactory extends BeanFactory
Property Summary | |
---|---|
static String |
DEFAULT_DELEGATE_PROPERTY_CONSTRAINT
|
static String |
DELEGATE_PROPERTY_CONSTRAINT
|
def |
contextProps
|
Constructor Summary | |
LayoutFactory(Class klass)
|
|
LayoutFactory(Class klass, boolean leaf)
|
Method Summary | |
---|---|
void
|
addLayoutProperties(def context, Class layoutClass)
|
void
|
addLayoutProperties(def context)
|
static def
|
constraintsAttributeDelegate(def builder, def node, def attributes)
|
static Container
|
getLayoutTarget(Container parent)
|
Object
|
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
|
void
|
setParent(FactoryBuilderSupport builder, Object parent, Object child)
|
Methods inherited from class BeanFactory | |
---|---|
isLeaf, newInstance |
Methods inherited from class AbstractFactory | |
---|---|
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
public static final String DEFAULT_DELEGATE_PROPERTY_CONSTRAINT
public static final String DELEGATE_PROPERTY_CONSTRAINT
def contextProps
Constructor Detail |
---|
public LayoutFactory(Class klass)
public LayoutFactory(Class klass, boolean leaf)
Method Detail |
---|
public void addLayoutProperties(def context, Class layoutClass)
public void addLayoutProperties(def context)
public static def constraintsAttributeDelegate(def builder, def node, def attributes)
public static Container getLayoutTarget(Container parent)
public Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)
public void setParent(FactoryBuilderSupport builder, Object parent, Object child)
Copyright © 2003-2009 The Codehaus. All rights reserved.