class CellEditorPrepareFactory
extends AbstractFactory
Factory for capturing cell editor preparation closures.
| Constructor and description |
|---|
CellEditorPrepareFactory() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
isHandlesNodeChildren()Indicates whether this factory processes child closures itself. |
|
Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)Creates the node handled by this factory. |
|
boolean |
onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)Consumes the child closure for this node. |
| Methods inherited from class | Name |
|---|---|
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Indicates whether this factory processes child closures itself.
Creates the node handled by this factory.
builder - the factory buildername - the node namevalue - the node valueattributes - the node attributesConsumes the child closure for this node.
builder - the factory buildernode - the current nodechildContent - the childContentCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.