[Groovy] Class BindFactory
- groovy.swing.factory.BindFactory
Field Summary
Properties Summary
Constructor Summary
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
Object |
bindingAttributeDelegate(FactoryBuilderSupport builder, Object node, Object 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, setChild, onNodeCompleted, onFactoryRegistration, isHandlesNodeChildren, onHandleNodeAttributes, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
Field Detail
public static final String CONTEXT_DATA_KEY
Property Detail
final Map<String, TriggerBinding> syntheticBindings
Constructor Detail
BindFactory()
Method Detail
boolean isHandlesNodeChildren()
boolean isLeaf()
Accepted Properties... group? source ((sourceProperty) | (sourceEvent sourceValue)) (target targetProperty)? (? use default javabeans property if targetProperty is not present?)
-
throws:
-
InstantiationException
-
throws:
-
IllegalAccessException
-
Parameters:
-
builder
-
name
-
value
-
attributes
-
Returns:
-
the newly created instance