public class DefaultFieldHandlerFactory extends Object implements FieldHandlerFactory
A default implementation of the FieldHandlerFactory interface.
This implementation creates objects of class
.
All information needed to initialize such an object are obtained from the
passed in input component tag.
DefaultFieldHandler
| Constructor and Description |
|---|
DefaultFieldHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
FieldHandler |
createFieldHandler(InputComponentTag tag,
ComponentHandler<?> componentHandler)
Creates a new field handler object for the specified input component tag.
|
public FieldHandler createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler) throws FormBuilderException
createFieldHandler in interface FieldHandlerFactorytag - the component tagcomponentHandler - the component handlerFormBuilderException - if an error occursCopyright © 2016 The JGUIraffe Team. All rights reserved.