|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumberTextField | |
|---|---|
| org.apache.wicket.markup.html.form | HTML Forms and form components. |
| Uses of NumberTextField in org.apache.wicket.markup.html.form |
|---|
| Subclasses of NumberTextField in org.apache.wicket.markup.html.form | |
|---|---|
class |
RangeTextField<N extends Number & Comparable<N>>
A TextField for HTML5 <input> with type range. |
| Methods in org.apache.wicket.markup.html.form that return NumberTextField | |
|---|---|
NumberTextField<N> |
NumberTextField.setMaximum(N maximum)
Sets the maximum allowed value |
NumberTextField<N> |
NumberTextField.setMinimum(N minimum)
Sets the minimum allowed value |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||