Package | Description |
---|---|
org.apache.wicket.ajax.markup.html.form | |
org.apache.wicket.examples.forminput | |
org.apache.wicket.extensions.ajax.markup.html | |
org.apache.wicket.extensions.ajax.markup.html.autocomplete | |
org.apache.wicket.extensions.markup.html.form | |
org.apache.wicket.extensions.markup.html.form.datetime | |
org.apache.wicket.extensions.markup.html.form.palette | |
org.apache.wicket.extensions.markup.html.form.palette.component | |
org.apache.wicket.extensions.markup.html.form.select | |
org.apache.wicket.extensions.wizard |
Package for working with Wizard components.
|
org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
org.apache.wicket.markup.html.form.upload |
Support for upload forms (using multipart requests).
|
Modifier and Type | Class and Description |
---|---|
class |
AjaxButton
A button that submits the form via Ajax.
|
class |
AjaxCheckBox
A CheckBox which is updated via ajax when the user changes its value
|
class |
AjaxFallbackButton
An ajax submit button that will degrade to a normal request if ajax is not available or
javascript is disabled.
|
Modifier and Type | Class and Description |
---|---|
class |
Multiply
Displays how a
FormComponentPanel can be used. |
Modifier and Type | Class and Description |
---|---|
class |
IndicatingAjaxButton
A variant of the
AjaxButton that displays a busy indicator while the ajax request is in
progress. |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompleteTextField<T>
An implementation of a textfield with the autoassist ajax behavior
AutoCompleteBehavior . |
class |
DefaultCssAutoCompleteTextField<T>
An
AutoCompleteTextField which automatically includes the default CSS for the
suggestions. |
Modifier and Type | Class and Description |
---|---|
class |
DateTextField
A TextField that is mapped to a
java.util.Date object. |
Modifier and Type | Class and Description |
---|---|
class |
LocalDateTextField
A TextField that is mapped to a
java.time.LocalDate object and that uses java.time time to
parse and format values. |
class |
LocalDateTimeField
Works on a
LocalDateTime object. |
class |
LocalDateTimeTextField
A TextField that is mapped to a
java.time.LocalDateTime object and that uses java.time time to
parse and format values. |
class |
LocalTimeTextField
A TextField that is mapped to a
java.time.LocalTime object and that uses java.time time to
parse and format values. |
class |
TimeField
Works on a
LocalTime object. |
class |
ZonedDateTimeField
Works on a
ZonedDateTimeTime object. |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOptions<T>
Generates html option elements based on iterator specified by getOptionsIterator() and
IChoiceRender specified by the palette
|
class |
Choices<T>
select box containing all available choices of the palette
|
class |
Recorder<T>
Component to keep track of selections on the html side.
|
class |
Selection<T>
select box containing selected choices of the palette
|
Modifier and Type | Class and Description |
---|---|
class |
Select<T>
Component that represents a
<select> box. |
Modifier and Type | Class and Description |
---|---|
class |
CancelButton
Models a cancel button in the wizard.
|
class |
FinishButton
Models a cancel button in the wizard.
|
class |
LastButton
Models a 'last' button in the wizard.
|
class |
NextButton
Models a next button in the wizard.
|
class |
PreviousButton
Models a previous button in the wizard.
|
class |
WizardButton
Base class for buttons that work with
the wizard component . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckSelector
Base class for all Javascript-based "select-all" checkboxes.
|
class |
AbstractChoice<T,E>
Abstract base class for all choice (html select) options.
|
class |
AbstractSingleSelectChoice<T>
Abstract base class for single-select choices.
|
class |
AbstractTextComponent<T>
Abstract base class for TextArea and TextField.
|
class |
Button
A form button.
|
class |
Check<T>
Component representing a single checkbox choice in a
org.apache.wicket.markup.html.form.CheckGroup.
|
class |
CheckBox
HTML checkbox input component.
|
class |
CheckBoxMultipleChoice<T>
A choice subclass that shows choices via checkboxes.
|
class |
CheckboxMultipleChoiceSelector
A Javascript-based "Select All" checkbox component that works with
CheckBoxMultipleChoice
. |
class |
CheckBoxSelector
A Javascript-based "Select All" checkbox component that works with a loose collection of
CheckBox components. |
class |
CheckGroup<T>
Component used to connect instances of Check components into a group.
|
class |
CheckGroupSelector
Selects and deselects all Check components under the same CheckGroup as itself.
|
class |
DropDownChoice<T>
A choice implemented as a dropdown menu/list.
|
class |
EmailTextField
A
TextField for HTML5 <input> with type email. |
class |
FormComponent<T>
An HTML form component knows how to validate itself.
|
class |
FormComponentPanel<T>
Panel (has it's own markup, defined between
|
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 |
ImageButton
<input type="image"> component - like
Button only with an image. |
class |
ListChoice<T>
Essentially a drop down choice that doesn't drop down.
|
class |
ListMultipleChoice<T>
A multiple choice list component.
|
class |
NumberTextField<N extends Number & Comparable<N>>
A
TextField for HTML5 <input> with type number. |
class |
PasswordTextField
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>>
A
TextField for HTML5 <input> with type range. |
class |
RequiredTextField<T>
A text field which automatically adds a Required.
|
class |
TextArea<T>
Multi-row text editing component.
|
class |
TextField<T>
A simple text field.
|
class |
UrlTextField
A
TextField for HTML5 <input> with type url. |
Modifier and Type | Method and Description |
---|---|
LabeledWebMarkupContainer |
FormComponentLabel.getFormComponent()
Returns LabeledWebMarkupContainer bound to this label.
|
LabeledWebMarkupContainer |
LabeledWebMarkupContainer.setLabel(IModel<String> labelModel)
Provide internal setter.
|
Constructor and Description |
---|
FormComponentLabel(String id,
LabeledWebMarkupContainer component)
Constructor
|
SimpleFormComponentLabel(String id,
LabeledWebMarkupContainer labelProvider)
Construct.
|
Modifier and Type | Class and Description |
---|---|
class |
FileUploadField
Form component that corresponds to a <input type="file">.
|
class |
MultiFileUploadField
Form component that allows the user to select multiple files to upload via a single <input
type="file"/> field.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.