| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.InputNumberSliderTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
accesskey | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This 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 |
barClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for the bar element |
barStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style for a slider control line |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The attribute takes a value-binding expression for a component property of a backing bean |
clientErrorMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| an error message to use in client side validation events |
converter | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| Id of Converter to be used or reference to a Converter |
converterMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter |
decreaseClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for the decrease arrow element |
decreaseSelectedClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for a selected control decrease arrow element |
decreaseStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A style for the decrease arrow element |
delay | false | false | javax.el.ValueExpression
(must evaluate to int )
| Delay in pressed increase/decrease arrows in miliseconds. Default value is "200". |
disabled | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| When set for a form control, this boolean attribute disables the control for your input |
enableManualInput | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If set to "false" this attribute makes the text field "read-only", so the value can be changed only from a handle. Default value is "true". |
handleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for a control handle element |
handleSelectedClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for a selected control handle element |
height | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The height of a slider control. Default value is "20px", for orientation="vertical" value is "20px" |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
immediate | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A 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 |
increaseClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for increase arrow element |
increaseSelectedClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for a selected control increase arrow element |
increaseStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A style for the increase arrow element |
inputClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style Class attribute for a text field |
inputPosition | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| If "right", the InputText Box would be rendered on the right side of the ruler. If "top", the InputText Box would be rendered on the top of the ruler. If "bottom", the InputText Box would be rendered on the bottom of the ruler. |
inputSize | false | false | javax.el.ValueExpression
(must evaluate to int )
| Similar to the "Size" attribute of h:inputText. Default value is "3". |
inputStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style attribute for text field |
label | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A localized user presentable name for this component. |
maxValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Attribute to set an "end" value. Default value is "100" |
maxlength | false | false | javax.el.ValueExpression
(must evaluate to int )
| Specifies the maximum number of digits that could be entered into the input field. The maximum number is unlimited by default. If entered value exceeds the value specified in "maxValue" attribute than the slider takes a maximum value position. |
minValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Attribute to set the "start" value. Default value is "0". |
onblur | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; the element lost the focus |
onchange | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; the element value was changed |
onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked |
ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked |
onerror | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a non-number value or a number value that is out of the range is input |
onfocus | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; the element got the focus |
oninputclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked |
oninputdblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked |
oninputkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed down |
oninputkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed and released |
oninputkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is released |
oninputmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down |
oninputmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved within |
oninputmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away |
oninputmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto |
oninputmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released |
onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down |
onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved within |
onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away |
onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto |
onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released |
onselect | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; The onselect event occurs when you select some text in a text field. This attribute may be used with the INPUT and TEXTAREA elements |
onslide | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Event occur on slide |
orientation | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Attribute can have the values "vertical" and "horizontal" to define in which direction the slider should be moveable. |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "false", this component is not rendered |
required | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "true", this component is checked for non-empty input |
requiredMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A 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 |
showArrows | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| False value for this attribute makes increase/decrease arrows invisible. Default value is "false". |
showBoundaryValues | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If the min/max values are shown on the right/left borders of a control. Default value is "true". |
showInput | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| False value for this attribute makes text a field invisible. Default value is "true". |
showToolTip | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "true"the current value is shown in the tooltip when a handle control is in a "dragged" state. Default value is "true". |
step | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Parameter that determines a step between the nearest values while using a handle. Default value is "1". |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Styles for main div element of the slider control |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of a CSS class |
tabindex | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| This 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 |
tipClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A name of CSS class for the tool tip element |
tipStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A style for the tool tip element |
validator | false | false | javax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) )
| MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
validatorMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The current value of this component |
valueChangeListener | false | false | javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent) )
| Listener for value changes |
width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The width of a slider control. Default value is "200px", for orientation="vertical" value is "200px" |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |