Attributes |
Name | Required | Request-time | Type | Description |
validatorMessage | false | false | 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. |
barClass | false | false | java.lang.String | A name of CSS class for the bar element. |
handleSelectedClass | false | false | java.lang.String | A name of CSS class for a selected control handle element. |
minValue | false | false | java.lang.String | Attribute to set a "start" value |
inputSize | false | false | java.lang.String | Similar to the "Size" attribute of h:inputText. |
valueChangeListener | false | false | java.lang.String | Listener for value changes |
maxlength | false | false | java.lang.String | When 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 |
inputClass | false | false | java.lang.String | Style Class attribute for a text field. |
onblur | false | false | java.lang.String | HTML: script expression; the element lost the focus |
value | false | false | java.lang.String | The initial value to set when rendered for the first time |
enableManualInput | false | false | java.lang.String | False value for this attribute makes a text field "read-only", so the value can be changed only from a handle. |
required | false | false | java.lang.String | If "true", this component is checked for non-empty input |
converterMessage | false | false | 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. |
ondblclick | false | false | java.lang.String | HTML: a script expression; a pointer button is double-clicked |
onmouseout | false | false | java.lang.String | HTML: a script expression; a pointer is moved away |
styleClass | false | false | java.lang.String | Name of a CSS class |
width | false | false | java.lang.String | The width of a slider control. |
onkeyup | false | false | java.lang.String | HTML: a script expression; a key is released |
onfocus | false | false | java.lang.String | HTML: script expression; the element got the focus |
requiredMessage | false | false | 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. |
rendered | false | false | java.lang.String | If "false", this component is not rendered. |
tipClass | false | false | java.lang.String | A name of CSS class for the tool tip element. |
tipStyle | false | false | java.lang.String | A style for the tool tip element. |
onselect | false | false | java.lang.String | HTML: 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 |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
onmousedown | false | false | java.lang.String | HTML: script expression; a pointer button is pressed down |
validator | false | false | java.lang.String | 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 |
showToolTip | false | false | java.lang.String | If the current value will be shown in the tooltip when a handle control in a "dragged" state.Default=true. |
accesskey | false | false | 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 |
onerror | false | false | java.lang.String | This error is called when a non-number value or a number value that is out of the range is input. |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
style | false | false | java.lang.String | Styles for main div element of the slider control. |
converter | false | false | java.lang.String | Id of Converter to be used or reference to a Converter |
onmouseup | false | false | java.lang.String | HTML: script expression; a pointer button is released |
showInput | false | false | java.lang.String | False value for this attribute makes text a field invisible. |
maxValue | false | false | java.lang.String | Attribute to set an "end" value |
onmousemove | false | false | java.lang.String | HTML: a script expression; a pointer is moved within |
handleClass | false | false | java.lang.String | A name of CSS class for a control handle element. |
inputStyle | false | false | java.lang.String | Style attribute for text field. |
tabindex | false | false | 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 |
onkeydown | false | false | java.lang.String | HTML: a script expression; a key is pressed down |
onkeypress | false | false | java.lang.String | HTML: a script expression; a key is pressed and released |
onchange | false | false | java.lang.String | HTML: script expression; the element value was changed |
onmouseover | false | false | java.lang.String | HTML: a script expression; a pointer is moved onto |
immediate | false | false | java.lang.String | 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 |
barStyle | false | false | java.lang.String | Style for a slider control line. |
onclick | false | false | java.lang.String | HTML: a script expression; a pointer button is clicked |
showBoundaryValues | false | false | java.lang.String | If the min/max values are shown on the right/left borders of a control. Default=true; |
disabled | false | false | java.lang.String | When set for a form control, this boolean attribute disables the control for user input. |
step | false | false | java.lang.String | Parameter that determines a step betwen the nearest values while using a handle |