RichFaces ( Legacy URL )
Tag inputNumberSpinner


Spinner component - A single line input field that lets the user select a number using the controls near the text field. User can change value using Up/Down keyboard keys. The keyboard Input in field if it isn't locked by manualInput attribute is possible. After arrow controls pressed - cursor can be moved in any way without loosing draged state.


Tag Information
Tag Classorg.richfaces.taglib.InputNumberSpinnerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
accesskeyfalsefalsejava.lang.StringThis attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter
converterMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
cycledfalsefalsejava.lang.StringIf "true" after the current value reaches the border value it is reversed to another border value after next increasing/decreasing. In other case possibilities of next increasing (or decreasing) will be locked
disabledfalsefalsejava.lang.StringWhen set for a form control, this boolean attribute disables the control for user input
enableManualInputfalsefalsejava.lang.Stringif "false" user's input to the text field using keyboard will be locked
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
immediatefalsefalsejava.lang.StringA flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
inputClassfalsefalsejava.lang.StringClass attribute for text field
inputSizefalsefalsejava.lang.StringAttribute specifies the initial length of input in characters. Default value is 10
inputStylefalsefalsejava.lang.StringStyle attribute for text field
labelfalsefalsejava.lang.StringA localized user presentable name for this component.
maxValuefalsefalsejava.lang.StringMaximum value
minValuefalsefalsejava.lang.StringMinimum value
onblurfalsefalsejava.lang.StringHTML: script expression; the element lost the focus
onchangefalsefalsejava.lang.StringHTML: script expression; the element value was changed
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
ondownclickfalsefalsejava.lang.StringHTML: a script expression; a button "Down" is clicked
onerrorfalsefalsejava.lang.StringHTML: a script expression; event fires whenever an JavaScript error occurs
onfocusfalsefalsejava.lang.StringHTML: script expression; the element got the focus
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
onselectfalsefalsejava.lang.StringHTML: script expression; The onselect event occurs when a user selects some text in a text field. This attribute may be used with the INPUT and TEXTAREA elements
onupclickfalsefalsejava.lang.StringHTML: a script expression; a button "Up" is clicked
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
requiredfalsefalsejava.lang.StringIf "true", this component is checked for non-empty input
requiredMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
stepfalsefalsejava.lang.StringParameter that determines the step between nearest values while using controls
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
tabindexfalsefalsejava.lang.StringThis attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
valuefalsefalsejava.lang.StringThe initial value to set when rendered for the first time
valueChangeListenerfalsefalsejava.lang.StringListener for value changes

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.