- groovy.swing.factory.BindFactory
-
-
Constructor Summary
Constructors
Constructor and description |
BindFactory
()
|
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
def |
bindingAttributeDelegate(FactoryBuilderSupport builder, def node, def attributes)
|
|
TriggerBinding |
getTriggerBinding(PropertyBinding psb)
|
|
boolean |
isHandlesNodeChildren()
|
|
boolean |
isLeaf()
|
|
Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes) Accepted Properties... |
|
boolean |
onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)
|
|
boolean |
onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)
|
|
void |
onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)
|
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class AbstractFactory |
setParent, isLeaf, onNodeChildren, onNodeCompleted, setChild, onFactoryRegistration, isHandlesNodeChildren, onHandleNodeAttributes, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Field Detail
-
public static final String CONTEXT_DATA_KEY
-
Property Detail
-
final Map<String, TriggerBinding> syntheticBindings
-
Method Detail
-
boolean isHandlesNodeChildren()
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.