public interface FieldHandlerFactory
Definition of an interface for objects that are able to create
objects.
FieldHandler
An implementation of this interface is used by input components creating tags
during a builder operation. It creates the handler objects that are stored in
the constructed
object.
Form
| Modifier and Type | Method and Description |
|---|---|
FieldHandler |
createFieldHandler(InputComponentTag tag,
ComponentHandler<?> componentHandler)
Creates a new field handler object.
|
FieldHandler createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler) throws FormBuilderException
tag - the input component tagcomponentHandler - the component handlerFormBuilderException - if an error occursCopyright © 2016 The JGUIraffe Team. All rights reserved.