public class DefaultFieldHandlerFactory extends Object implements FieldHandlerFactory
 A default implementation of the FieldHandlerFactory interface.
 
 This implementation creates objects of class
 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.