Modifier and Type | Class and Description |
---|---|
class |
DateTextField
A TextField that is mapped to a
java.util.Date object and that uses Joda time to
parse and format values. |
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 |
Recorder<T>
Component to keep track of selections on the html side.
|
Modifier and Type | Method and Description |
---|---|
TextField<T> |
TextFilter.getFilter() |
Modifier and Type | Method and Description |
---|---|
protected TextField<Integer> |
DateTimeField.newHoursTextField(String id,
IModel<Integer> model,
Class<Integer> type)
create a new
TextField instance for hours to be added to this panel. |
protected TextField<Integer> |
DateTimeField.newMinutesTextField(String id,
IModel<Integer> model,
Class<Integer> type)
create a new
TextField instance for minutes to be added to this panel. |
Modifier and Type | Class and Description |
---|---|
class |
EmailTextField
A
TextField for HTML5 <input> with type email. |
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 |
NumberTextField<N extends Number & Comparable<N>>
A
TextField for HTML5 <input> with type number. |
class |
PasswordTextField
A password text field component.
|
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 |
UrlTextField
A
TextField for HTML5 <input> with type url. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.