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.
|
Modifier and Type | Method and Description |
---|---|
FieldHandler |
FieldHandlerFactory.createFieldHandler(InputComponentTag tag,
ComponentHandler<?> componentHandler)
Creates a new field handler object.
|
FieldHandler |
DefaultFieldHandlerFactory.createFieldHandler(InputComponentTag tag,
ComponentHandler<?> componentHandler)
Creates a new field handler object for the specified input component tag.
|
FieldHandler |
ComponentBuilderData.getFieldHandler(String name)
Returns the field handler with the specified name from the current
ComponentStore object. |
Modifier and Type | Method and Description |
---|---|
void |
ComponentBuilderData.storeFieldHandler(String name,
FieldHandler fld)
Stores the specified field handler.
|
Modifier and Type | Method and Description |
---|---|
protected FieldHandler |
InputComponentTag.createFieldHandler(ComponentHandler<?> componentHandler)
Creates a field handler object for the input component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InputComponentTag.insertField(FieldHandler fieldHandler)
Stores a newly created field handler in the central builder data object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableColumnTag.insertField(FieldHandler fieldHandler)
Inserts the field handler to the form that is automatically constructed
during the build process.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFieldHandler
A default implementation of the
FieldHandler interface. |
Modifier and Type | Method and Description |
---|---|
FieldHandler |
ComponentStoreImpl.findFieldHandler(String name)
Searches the field handler with the specified name.
|
FieldHandler |
ComponentStore.findFieldHandler(String name)
Returns the field handler with the given name.
|
FieldHandler |
Form.getField(String name)
Returns the
FieldHandler object for the field with the given
name. |
Modifier and Type | Method and Description |
---|---|
void |
Form.addField(String name,
FieldHandler fld)
Adds the specified field to this form.
|
void |
ComponentStoreImpl.addFieldHandler(String name,
FieldHandler fldHandler)
Adds a new field handler to this store.
|
void |
ComponentStore.addFieldHandler(String name,
FieldHandler fldHandler)
Adds the specified field handler to this component store.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.