Uses of Class
net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Packages that use ComponentGroup 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. -
-
Uses of ComponentGroup in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return ComponentGroup Modifier and Type Method Description static ComponentGroup
ComponentGroup. createGroup(org.apache.commons.jelly.JellyContext context, String name)
Creates a newComponentGroup
instance and stores it in the specified context.static ComponentGroup
ComponentGroup. fromBeanContext(BeanContext context, String groupName)
Obtains theComponentGroup
with the specified name from the givenBeanContext
.static ComponentGroup
ComponentGroup. fromContext(org.apache.commons.jelly.JellyContext context, String name)
Fetches the group with the given name from the specified jelly context.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ComponentGroup Modifier and Type Method 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. -
Uses of ComponentGroup in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return ComponentGroup Modifier and Type Method Description ComponentGroup
ComponentGroupTag. getGroup()
Returns the group that was created by this tag.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type ComponentGroup Modifier and Type Method Description protected static void
ComponentHandlerTag. addGroupToCompositeHandler(ComponentBuilderData builderData, CompositeComponentHandler<?,?> handler, ComponentGroup group)
Helper method for adding theComponentHandler
objects for all components in the specified group to aCompositeComponentHandler
.
-