Attributes |
Name | Required | Request-time | Type | Description |
onerror | false | false | java.lang.String | Error event |
inputClass | false | false | java.lang.String | Class attribute for text field. |
rendered | false | false | java.lang.String | If "false", this component is rendered. |
onchange | false | false | java.lang.String | HTML: script expression; the element value was changed |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
inputStyle | false | false | java.lang.String | Style attribute for text field. |
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 |
onupclick | false | false | java.lang.String | Up click event |
onkeypress | false | false | java.lang.String | HTML: a script expression; a key is pressed and released |
ondblclick | false | false | java.lang.String | HTML: a script expression; a pointer button is double-clicked |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
onmouseover | false | false | java.lang.String | HTML: a script expression; a pointer is moved onto |
onblur | false | false | java.lang.String | HTML: script expression; the element lost the focus |
onkeyup | false | false | java.lang.String | HTML: a script expression; a key is released |
value | false | false | java.lang.String | The initial value to set when rendered for the first time |
inputSize | false | false | java.lang.String | Attribute specifies the intial length of input in characters. Default value is 10 |
cycled | false | false | java.lang.String | If "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 |
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 |
converter | false | false | java.lang.String | Id of Converter to be used or reference to a Converter |
required | false | false | java.lang.String | If "true", this component is checked for non-empty input |
maxValue | false | false | java.lang.String | Maximum value. |
disabled | false | false | java.lang.String | When set for a form control, this boolean attribute disables the control for user input. |
onclick | false | false | java.lang.String | HTML: a script expression; a pointer button is clicked |
ondownclick | false | false | java.lang.String | Down click event |
valueChangeListener | false | false | java.lang.String | Listener for value changes |
onmouseout | false | false | java.lang.String | HTML: a script expression; a pointer is moved away |
onkeydown | false | false | java.lang.String | HTML: a script expression; a key is pressed down |
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 |
minValue | false | false | java.lang.String | Minimum value. |
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 |
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 |
onfocus | false | false | java.lang.String | HTML: script expression; the element got the focus |
onmouseup | false | false | java.lang.String | HTML: script expression; a pointer button is released |
step | false | false | java.lang.String | Parameter that determines the step betwen nearest values while using handler |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
onmousemove | false | false | java.lang.String | HTML: a script expression; a pointer is moved within |
enableManualInput | false | false | java.lang.String | if "false" user's input to the text field using keyboard will be locked |