wicket.markup.html.form
Interface IOnChangeListener
- All Superinterfaces:
- IRequestListener, java.io.Serializable
- All Known Implementing Classes:
- CheckBox, DropDownChoice, RadioChoice
- public interface IOnChangeListener
- extends IRequestListener
Listener method for OnChange events of dropdown lists and onclick events of
CheckBoxes and RadioChoice components.
When any of those components wantOnSelectionChangedNotifications() method
returns true, a javascript onchange or onclick handler will be generated that
calls this interface method when the user changes the selection.
- Author:
- Eelco Hillenius
onSelectionChanged
public void onSelectionChanged()
- Called when a new option is selected.
Copyright © 2004-2005 Wicket developers. All Rights Reserved.