Uses of Class
org.apache.wicket.markup.html.form.CheckBoxMultipleChoice
-
Packages that use CheckBoxMultipleChoice Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of CheckBoxMultipleChoice in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return CheckBoxMultipleChoice Modifier and Type Method Description CheckBoxMultipleChoice<T>CheckBoxMultipleChoice. setLabelPosition(AbstractChoice.LabelPosition labelPosition)Sets the preferred position of the <label> for each choiceCheckBoxMultipleChoice<T>CheckBoxMultipleChoice. setPrefix(java.lang.String prefix)CheckBoxMultipleChoice<T>CheckBoxMultipleChoice. setSuffix(java.lang.String suffix)Constructors in org.apache.wicket.markup.html.form with parameters of type CheckBoxMultipleChoice Constructor Description CheckboxMultipleChoiceSelector(java.lang.String id, CheckBoxMultipleChoice<?> choiceComponent)
-