Uses of Class
org.apache.wicket.markup.html.form.AbstractChoice.LabelPosition

Packages that use AbstractChoice.LabelPosition
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
static AbstractChoice.LabelPosition AbstractChoice.LabelPosition.valueOf(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
 RadioChoice<T> RadioChoice.setLabelPosition(AbstractChoice.LabelPosition labelPosition)
          Sets the preferred position of the <label> for each choice
 CheckBoxMultipleChoice<T> CheckBoxMultipleChoice.setLabelPosition(AbstractChoice.LabelPosition labelPosition)
          Sets the preferred position of the <label> for each choice
 



Copyright © 2006–2020 Apache Software Foundation. All rights reserved.