Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components |
This package defines the part of the builder that deals with components.
|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
Modifier and Type | Method and Description |
---|---|
static ComponentGroup |
ComponentGroup.createGroup(org.apache.commons.jelly.JellyContext context,
String name)
Creates a new
ComponentGroup instance and stores it in the
specified context. |
static ComponentGroup |
ComponentGroup.fromBeanContext(BeanContext context,
String groupName)
Obtains the
ComponentGroup with the specified name from the given
BeanContext . |
static ComponentGroup |
ComponentGroup.fromContext(org.apache.commons.jelly.JellyContext context,
String name)
Fetches the group with the given name from the specified jelly context.
|
Modifier and Type | Method and Description |
---|---|
static void |
ComponentGroup.storeGroup(org.apache.commons.jelly.JellyContext context,
String name,
ComponentGroup group)
Stores a component group in the jelly context under a given name.
|
Modifier and Type | Method and Description |
---|---|
ComponentGroup |
ComponentGroupTag.getGroup()
Returns the group that was created by this tag.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ComponentHandlerTag.addGroupToCompositeHandler(ComponentBuilderData builderData,
CompositeComponentHandler<?,?> handler,
ComponentGroup group)
Helper method for adding the
ComponentHandler objects for all
components in the specified group to a CompositeComponentHandler . |
Copyright © 2016 The JGUIraffe Team. All rights reserved.