Interface IFormModelUpdateListener
-
- All Known Implementing Classes:
AbstractChoice,AbstractSingleSelectChoice,AbstractTextComponent,AjaxButton,AjaxCheckBox,AjaxFallbackButton,Button,CheckBox,CheckBoxMultipleChoice,CheckGroup,DropDownChoice,EmailTextField,FileUploadField,FormComponent,FormComponentPanel,HiddenField,ImageButton,ListChoice,ListMultipleChoice,MultiFileUploadField,NumberTextField,PasswordTextField,RadioChoice,RadioGroup,RangeTextField,RequiredTextField,TextArea,TextField,UrlTextField
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IFormModelUpdateListenerA component that listens to form model updates. Form model updates happen after all validation has passed and form components are ready to commit their values into their models.- Author:
- ivaynberg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateModel()Called when the component should update its model
-