Uses of Interface
wicket.markup.html.form.IOnChangeListener

Packages that use IOnChangeListener
wicket.ajax.markup.html.form   
wicket.markup.html.form HTML Forms and form components. 
 

Uses of IOnChangeListener in wicket.ajax.markup.html.form
 

Classes in wicket.ajax.markup.html.form that implement IOnChangeListener
 class AjaxCheckBox
          A CheckBox which is updated via ajax when the user changes its value
 

Uses of IOnChangeListener in wicket.markup.html.form
 

Classes in wicket.markup.html.form that implement IOnChangeListener
 class CheckBox
          HTML checkbox input component.
 class CheckGroup
          Component used to connect instances of Check components into a group.
 class DropDownChoice
          A choice implemented as a dropdown menu/list.
 class ListChoice
          Essentially a drop down choice that doesn't drop down.
 class RadioChoice
          A choice subclass that shows choices in radio style.
 class RadioGroup
          Component used to connect instances of Radio components into a group.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.