Uses of Class
org.apache.wicket.markup.html.form.AbstractChoice.LabelPosition
-
Packages that use AbstractChoice.LabelPosition Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of AbstractChoice.LabelPosition in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return AbstractChoice.LabelPosition Modifier and Type Method Description static AbstractChoice.LabelPositionAbstractChoice.LabelPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractChoice.LabelPosition[]AbstractChoice.LabelPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.markup.html.form with parameters of type AbstractChoice.LabelPosition Modifier and Type Method Description CheckBoxMultipleChoice<T>CheckBoxMultipleChoice. setLabelPosition(AbstractChoice.LabelPosition labelPosition)Sets the preferred position of the <label> for each choiceRadioChoice<T>RadioChoice. setLabelPosition(AbstractChoice.LabelPosition labelPosition)Sets the preferred position of the <label> for each choice
-