Uses of Class
net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Packages that use FormBuilderRuntimeException 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 FormBuilderRuntimeException in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that throw FormBuilderRuntimeException Modifier and Type Method 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. -
Uses of FormBuilderRuntimeException in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that throw FormBuilderRuntimeException Modifier and Type Method Description static Class<?>
FormBaseTag. convertToClass(Object clsObj)
Helper method for converting attributes of type class.protected String
FormBaseTag. getResourceText(Object resGrp, Object resId)
Convenience method for resolving resources.static String
FormBaseTag. getResourceText(org.apache.commons.jelly.JellyContext context, Object resGrp, Object resId)
Resolves the specified resource.
-