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 |
---|---|
void |
ComponentBuilderData.addComponent(Object comp,
Object constraints)
Adds the specified component to the root container.
|
protected ComponentManager |
ComponentBuilderData.fetchComponentHandler()
Returns the associated component manager.
|
Modifier and Type | Method and Description |
---|---|
static Class<?> |
FormBaseTag.convertToClass(Object clsObj)
Helper method for converting attributes of type class.
|
static String |
FormBaseTag.getResourceText(org.apache.commons.jelly.JellyContext context,
Object resGrp,
Object resId)
Resolves the specified resource.
|
protected String |
FormBaseTag.getResourceText(Object resGrp,
Object resId)
Convenience method for resolving resources.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.