Uses of Class
org.apache.wicket.markup.html.form.CheckGroup

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

Uses of CheckGroup in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that return CheckGroup
protected  CheckGroup<T> Check.getGroup()
           
 

Constructors in org.apache.wicket.markup.html.form with parameters of type CheckGroup
Check(java.lang.String id, CheckGroup<T> group)
           
Check(java.lang.String id, IModel<T> model, CheckGroup<T> group)
           
CheckGroupSelector(java.lang.String id, CheckGroup<?> group)
          A Selector that will work with the given group.
 



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