org.apache.wicket.markup.html.form
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

public interface IFormModelUpdateListener

A 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
 void updateModel()
          Called when the component should update its model
 

Method Detail

updateModel

void updateModel()
Called when the component should update its model



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.