Uses of Interface
net.sf.jguiraffe.gui.forms.FieldHandler
-
Packages that use FieldHandler 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.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.forms A package for dealing with forms. -
-
Uses of FieldHandler in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return FieldHandler Modifier and Type Method Description FieldHandlerDefaultFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)Creates a new field handler object for the specified input component tag.FieldHandlerFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)Creates a new field handler object.FieldHandlerComponentBuilderData. getFieldHandler(String name)Returns the field handler with the specified name from the currentComponentStoreobject.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type FieldHandler Modifier and Type Method Description voidComponentBuilderData. storeFieldHandler(String name, FieldHandler fld)Stores the specified field handler. -
Uses of FieldHandler in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return FieldHandler Modifier and Type Method Description protected FieldHandlerInputComponentTag. createFieldHandler(ComponentHandler<?> componentHandler)Creates a field handler object for the input component.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type FieldHandler Modifier and Type Method Description protected voidInputComponentTag. insertField(FieldHandler fieldHandler)Stores a newly created field handler in the central builder data object. -
Uses of FieldHandler in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type FieldHandler Modifier and Type Method Description protected voidTableColumnTag. insertField(FieldHandler fieldHandler)Inserts the field handler to the form that is automatically constructed during the build process. -
Uses of FieldHandler in net.sf.jguiraffe.gui.forms
Classes in net.sf.jguiraffe.gui.forms that implement FieldHandler Modifier and Type Class Description classDefaultFieldHandlerA default implementation of theFieldHandlerinterface.Methods in net.sf.jguiraffe.gui.forms that return FieldHandler Modifier and Type Method Description FieldHandlerComponentStore. findFieldHandler(String name)Returns the field handler with the given name.FieldHandlerComponentStoreImpl. findFieldHandler(String name)Searches the field handler with the specified name.FieldHandlerForm. getField(String name)Returns theFieldHandlerobject for the field with the given name.Methods in net.sf.jguiraffe.gui.forms with parameters of type FieldHandler Modifier and Type Method Description voidForm. addField(String name, FieldHandler fld)Adds the specified field to this form.voidComponentStore. addFieldHandler(String name, FieldHandler fldHandler)Adds the specified field handler to this component store.voidComponentStoreImpl. addFieldHandler(String name, FieldHandler fldHandler)Adds a new field handler to this store.
-