Uses of Class
org.apache.wicket.markup.html.form.Check
-
Packages that use Check Package Description org.apache.wicket.markup.html.form HTML Forms and form components. -
-
Uses of Check in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return Check Modifier and Type Method Description Check<T>Check. setLabel(IModel<java.lang.String> labelModel)The value will be made available to the validator property by means of ${label}.
-