class TextArgWidgetFactory
extends AbstractFactory
Factory for creating widgets that accept a text value argument.
| Constructor and description |
|---|
TextArgWidgetFactory(Class klass)Creates a new factory for creating widgets that accept a text value argument |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)Creates the node handled by this factory. |
| Methods inherited from class | Name |
|---|---|
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Widget class instantiated by this factory.
Creates a new factory for creating widgets that accept a text value argument
klass - the widget class to instantiateCreates the node handled by this factory.
builder - the factory buildername - the node namevalue - the node valueattributes - the node attributesCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.