Uses of Class
org.apache.wicket.markup.html.form.LabeledWebMarkupContainer
Package
Description
Package for working with Wizard components.
HTML Forms and form components.
Support for upload forms (using multipart requests).
-
Uses of LabeledWebMarkupContainer in org.apache.wicket.ajax.markup.html.form
Modifier and TypeClassDescriptionclass
A button that submits the form via Ajax.class
A CheckBox which is updated via ajax when the user changes its valueclass
An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.ajax.markup.html
Modifier and TypeClassDescriptionclass
A variant of theAjaxButton
that displays a busy indicator while the ajax request is in progress. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.ajax.markup.html.autocomplete
Modifier and TypeClassDescriptionclass
An implementation of a textfield with the autoassist ajax behaviorAutoCompleteBehavior
.class
AnAutoCompleteTextField
which automatically includes the default CSS for the suggestions. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.markup.html.form
Modifier and TypeClassDescriptionclass
A TextField that is mapped to ajava.util.Date
object. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.markup.html.form.datetime
Modifier and TypeClassDescriptionclass
A TextField that is mapped to ajava.time.LocalDate
object and that uses java.time time to parse and format values.class
Works on aLocalDateTime
object.class
A TextField that is mapped to ajava.time.LocalDateTime
object and that uses java.time time to parse and format values.class
A TextField that is mapped to ajava.time.LocalTime
object and that uses java.time time to parse and format values.class
Works on aLocalTime
object.class
Works on aZonedDateTime
object. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.markup.html.form.palette
Modifier and TypeClassDescriptionclass
Palette<T>
Palette is a component that allows the user to easily select and order multiple items by moving them from one select box into another. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.markup.html.form.palette.component
Modifier and TypeClassDescriptionclass
Generates html option elements based on iterator specified by getOptionsIterator() and IChoiceRender specified by the paletteclass
Choices<T>
select box containing all available choices of the paletteclass
Recorder<T>
Component to keep track of selections on the html side.class
Selection<T>
select box containing selected choices of the palette -
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.markup.html.form.select
-
Uses of LabeledWebMarkupContainer in org.apache.wicket.extensions.wizard
Modifier and TypeClassDescriptionclass
Models a cancel button in the wizard.class
Models a cancel button in the wizard.class
Models a 'last' button in the wizard.class
Models a next button in the wizard.class
Models a previous button in the wizard.class
Base class for buttons that work withthe wizard component
. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.markup.html.form
Modifier and TypeClassDescriptionclass
Base class for all Javascript-based "select-all" checkboxes.class
AbstractChoice<T,
E> Abstract base class for all choice (html select) options.class
Abstract base class for single-select choices.class
Abstract base class for TextArea and TextField.class
A form button.class
Check<T>
Component representing a single checkbox choice in a org.apache.wicket.markup.html.form.CheckGroup.class
HTML checkbox input component.class
A choice subclass that shows choices via checkboxes.class
A Javascript-based "Select All" checkbox component that works withCheckBoxMultipleChoice
.class
A Javascript-based "Select All" checkbox component that works with a loose collection ofCheckBox
components.class
CheckGroup<T>
Component used to connect instances of Check components into a group.class
Selects and deselects all Check components under the same CheckGroup as itself.class
A choice implemented as a dropdown menu/list.class
ATextField
for HTML5 <input> with type email.class
An HTML form component knows how to validate itself.class
Panel (has it's own markup, defined between <wicket:panel> tags), that can act as a form component.class
Convenience class for generating dropdown choices with option groups.class
HiddenField<T>
TextField doesn't permit the html so this is a simple subclass to allow this A HiddenField is useful when you have a javascript based component that updates the form state.class
<input type="image"> component - likeButton
only with an image.class
ListChoice<T>
Essentially a drop down choice that doesn't drop down.class
A multiple choice list component.class
NumberTextField<N extends Number & Comparable<N>>
ATextField
for HTML5 <input> with type number.class
A password text field component.class
Radio<T>
Component representing a single radio choice in a org.apache.wicket.markup.html.form.RadioGroup.class
RadioChoice<T>
A choice subclass that shows choices in radio style.class
RadioGroup<T>
Component used to connect instances of Radio components into a group.class
RangeTextField<N extends Number & Comparable<N>>
ATextField
for HTML5 <input> with type range.class
A text field which automatically adds a Required.class
TextArea<T>
Multi-row text editing component.class
TextField<T>
A simple text field.class
ATextField
for HTML5 <input> with type url.Modifier and TypeMethodDescriptionFormComponentLabel.getFormComponent()
Returns LabeledWebMarkupContainer bound to this label.Provide internal setter.ModifierConstructorDescriptionFormComponentLabel
(String id, LabeledWebMarkupContainer component) ConstructorSimpleFormComponentLabel
(String id, LabeledWebMarkupContainer labelProvider) Construct. -
Uses of LabeledWebMarkupContainer in org.apache.wicket.markup.html.form.upload
Modifier and TypeClassDescriptionclass
Form component that corresponds to a <input type="file">.class
Form component that allows the user to select multiple files to upload via a single <input type="file"/> field.