public class IntegerProvider extends FormFieldProviderHookImpl
Constructor and Description |
---|
IntegerProvider() |
Modifier and Type | Method and Description |
---|---|
<any> |
createFormField() |
boolean |
doConsumes(java.lang.Class<?> type,
SimpleFormFieldConfiguration... configs) |
boolean |
doConsumes(java.lang.String type,
SimpleFormFieldJson config) |
addFieldBindings, addValueChangeHandler, consumes, consumes, fireEvent, getConfigs, getForm, getName, getStringValue, getType, getValue, init, installBlankValidation, isDecorateable, reload, removeFieldBindings, setValue
public boolean doConsumes(java.lang.Class<?> type, SimpleFormFieldConfiguration... configs)
doConsumes
in class FormFieldProviderHookImpl
public boolean doConsumes(java.lang.String type, SimpleFormFieldJson config)
doConsumes
in class FormFieldProviderHookImpl
public <any> createFormField()
createFormField
in interface FormFieldProviderHook
createFormField
in class FormFieldProviderHookImpl