|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.form.LabeledWebMarkupContainer
org.apache.wicket.markup.html.form.FormComponent<T>
org.apache.wicket.markup.html.form.AbstractTextComponent<T>
org.apache.wicket.markup.html.form.TextField<N>
org.apache.wicket.markup.html.form.NumberTextField<N>
org.apache.wicket.markup.html.form.RangeTextField<N>
N - the number typepublic class RangeTextField<N extends Number & Comparable<N>>
A TextField for HTML5 <input> with type range.
Automatically validates the input against the configured NumberTextField.setMinimum(Number) min} and
NumberTextField.setMaximum(Number) max} attributes. If any of them is null then
Double.MIN_VALUE and Double.MAX_VALUE are used respectfully.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.markup.html.form.AbstractTextComponent |
|---|
AbstractTextComponent.ITextFormatProvider |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.markup.html.form.NumberTextField |
|---|
ANY |
| Fields inherited from class org.apache.wicket.markup.html.form.FormComponent |
|---|
FLAG_CONVERT_EMPTY_INPUT_STRING_TO_NULL, VALUE_SEPARATOR |
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
RangeTextField(String id)
Construct. |
|
RangeTextField(String id,
IModel<N> model)
Construct. |
|
RangeTextField(String id,
IModel<N> model,
Class<N> type)
Construct. |
|
| Method Summary | |
|---|---|
protected String |
getInputType()
Subclass should override this method if this textfield is mapped on a different input type as text. |
| Methods inherited from class org.apache.wicket.markup.html.form.NumberTextField |
|---|
convertInput, getModelValue, onComponentTag, onConfigure, setMaximum, setMinimum, setStep |
| Methods inherited from class org.apache.wicket.markup.html.form.AbstractTextComponent |
|---|
getConvertEmptyInputStringToNull, isInputNullable, onBeforeRender, setConvertEmptyInputStringToNull |
| Methods inherited from class org.apache.wicket.markup.html.form.FormComponent |
|---|
add, add, checkRequired, clearInput, convertValue, error, getConvertedInput, getDefaultLabel, getDefaultLabel, getForm, getInput, getInputAsArray, getInputName, getModel, getModelObject, getRawInput, getType, getValidatorKeyPrefix, getValidators, getValue, hasRawInput, inputAsInt, inputAsInt, inputAsIntArray, inputChanged, internalOnModelChanged, invalid, isMultiPart, isRequired, isValid, newValidatable, newValidationError, onDetach, onDisabled, onInvalid, onRequired, onValid, processChildren, processInput, remove, reportRequiredError, setConvertedInput, setLabel, setModel, setModelObject, setModelValue, setRequired, setType, shouldTrimInput, trim, updateAutoLabels, updateCollectionModel, updateModel, valid, validate, validateRequired, validateValidators, visitComponentsPostOrder, visitFormComponentsPostOrder |
| Methods inherited from class org.apache.wicket.markup.html.form.LabeledWebMarkupContainer |
|---|
getLabel |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest, getWebResponse, getWebSession |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RangeTextField(String id)
id - component id
public RangeTextField(String id,
IModel<N> model)
id - see Componentmodel - the model
public RangeTextField(String id,
IModel<N> model,
Class<N> type)
id - component idmodel - the input valuetype - The type to use when updating the model for this text field| Method Detail |
|---|
protected String getInputType()
TextField
getInputType in class NumberTextField<N extends Number & Comparable<N>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||