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

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

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

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

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



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.