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, setValuepublic boolean doConsumes(java.lang.Class<?> type,
                          SimpleFormFieldConfiguration... configs)
doConsumes in class FormFieldProviderHookImplpublic boolean doConsumes(java.lang.String type,
                          SimpleFormFieldJson config)
doConsumes in class FormFieldProviderHookImplpublic <any> createFormField()
createFormField in interface FormFieldProviderHookcreateFormField in class FormFieldProviderHookImpl