class ButtonGroupFactory
extends BeanFactory
Factory for creating button groups and wiring buttons into them.
| Modifiers | Name | Description |
|---|---|---|
static String |
DEFAULT_DELEGATE_PROPERTY_BUTTON_GROUP |
Default child attribute name for the button group. |
static String |
DELEGATE_PROPERTY_BUTTON_GROUP |
Builder context key for the child button group attribute name. |
| Fields inherited from class | Fields |
|---|---|
class BeanFactory |
leaf |
| Properties inherited from class | Properties |
|---|---|
class BeanFactory |
beanClass |
| Constructor and description |
|---|
ButtonGroupFactory()Creates a new factory for creating button groups and wiring buttons into them |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Object |
buttonGroupAttributeDelegate(Object builder, Object node, Object attributes)Applies a button group supplied through child attributes. |
|
Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)Creates the node handled by this factory. |
| Methods inherited from class | Name |
|---|---|
class BeanFactory |
isLeaf, newInstance |
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Default child attribute name for the button group.
Builder context key for the child button group attribute name.
Creates a new factory for creating button groups and wiring buttons into them
Applies a button group supplied through child attributes.
builder - the factory buildernode - the current nodeattributes - the node attributesCreates 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.