Uses of Class
org.apache.wicket.markup.html.form.RadioChoice
-
Packages that use RadioChoice Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of RadioChoice in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return RadioChoice Modifier and Type Method Description RadioChoice<T>RadioChoice. setLabelPosition(AbstractChoice.LabelPosition labelPosition)Sets the preferred position of the <label> for each choiceRadioChoice<T>RadioChoice. setPrefix(java.lang.String prefix)RadioChoice<T>RadioChoice. setSuffix(java.lang.String suffix)
-