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 ComponentGroupComponentGroup. createGroup(org.apache.commons.jelly.JellyContext context, String name)Creates a newComponentGroupinstance and stores it in the specified context.static ComponentGroupComponentGroup. fromBeanContext(BeanContext context, String groupName)Obtains theComponentGroupwith the specified name from the givenBeanContext.static ComponentGroupComponentGroup. 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 voidComponentGroup. 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 ComponentGroupComponentGroupTag. 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 voidComponentHandlerTag. addGroupToCompositeHandler(ComponentBuilderData builderData, CompositeComponentHandler<?,?> handler, ComponentGroup group)Helper method for adding theComponentHandlerobjects for all components in the specified group to aCompositeComponentHandler.
-