RichFaces ( Legacy URL )
Tag inputNumberSlider


A component that lets selecting a number from a numeric region. It is a horizontal aligned scroll-like control with its own input field (optional) present. The keyboard input in a field is possible (optional. Also it is possible to see the current value in the tool tip above a dragged handle control.


Tag Information
Tag Classorg.richfaces.taglib.InputNumberSliderTag
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
barClassfalsefalsejava.lang.StringA name of CSS class for the bar element
barStylefalsefalsejava.lang.StringStyle for a slider control line
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
disabledfalsefalsejava.lang.StringWhen set for a form control, this boolean attribute disables the control for user input
enableManualInputfalsefalsejava.lang.StringFalse value for this attribute makes a text field "read-only", so the value can be changed only from a handle
handleClassfalsefalsejava.lang.StringA name of CSS class for a control handle element
handleSelectedClassfalsefalsejava.lang.StringA name of CSS class for a selected control handle element
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.StringStyle Class attribute for a text field
inputPositionfalsefalsejava.lang.StringIf "right" the InputText Box would be rendered on the right side of the ruler
inputSizefalsefalsejava.lang.StringSimilar to the "Size" attribute of h:inputText
inputStylefalsefalsejava.lang.StringStyle attribute for text field
labelfalsefalsejava.lang.StringA localized user presentable name for this component.
maxValuefalsefalsejava.lang.StringAttribute to set an "end" value
maxlengthfalsefalsejava.lang.StringWhen the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters the user may enter. This number may exceed the specified size, in which case the user agent should offer a scrolling mechanism. The default value for this attribute is an unlimited number
minValuefalsefalsejava.lang.StringAttribute to set a "start" 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
onerrorfalsefalsejava.lang.StringThis error is called when a non-number value or a number value that is out of the range is input
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
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
showBoundaryValuesfalsefalsejava.lang.StringIf the min/max values are shown on the right/left borders of a control. Default=true
showInputfalsefalsejava.lang.StringFalse value for this attribute makes text a field invisible
showToolTipfalsefalsejava.lang.StringIf the current value will be shown in the tooltip when a handle control in a "dragged" state.Default=true.
stepfalsefalsejava.lang.StringParameter that determines a step between the nearest values while using a handle
stylefalsefalsejava.lang.StringStyles for main div element of the slider control
styleClassfalsefalsejava.lang.StringName of a CSS class
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
tipClassfalsefalsejava.lang.StringA name of CSS class for the tool tip element
tipStylefalsefalsejava.lang.StringA style for the tool tip element
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
widthfalsefalsejava.lang.StringThe width of a slider control

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.