|
Attributes
|
|
Name
|
Required
|
Request-time
|
Type
|
Description
|
| align |
false |
false |
java.lang.String
|
left|center|right [CI] This attribute specifies a position of the separator according to the document. Permitted values: * left: The separator is to the left of the document. * center: The separator is to the center of the document. * right: The separator is to the right of the document |
| binding |
false |
false |
java.lang.String
|
The attribute takes a value-binding expression for a component property of a backing bean |
| height |
false |
false |
java.lang.String
|
The separator height. Default value is 6 pixels |
| id |
false |
false |
java.lang.String
|
Every component may have a unique id that is automatically created if omitted |
| lineType |
false |
false |
java.lang.String
|
A line type. The possible values are beveled (default), dotted, dashed, double and solid |
| onclick |
false |
false |
java.lang.String
|
HTML: a script expression; a pointer button is clicked |
| ondblclick |
false |
false |
java.lang.String
|
HTML: a script expression; a pointer button is double-clicked |
| 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 |
| onkeyup |
false |
false |
java.lang.String
|
HTML: a script expression; a key is released |
| onmousedown |
false |
false |
java.lang.String
|
HTML: script expression; a pointer button is pressed down |
| onmousemove |
false |
false |
java.lang.String
|
HTML: a script expression; a pointer is moved within |
| onmouseout |
false |
false |
java.lang.String
|
HTML: a script expression; a pointer is moved away |
| onmouseover |
false |
false |
java.lang.String
|
HTML: a script expression; a pointer is moved onto |
| onmouseup |
false |
false |
java.lang.String
|
HTML: script expression; a pointer button is released |
| rendered |
false |
false |
java.lang.String
|
If "false", this component is not rendered |
| style |
false |
false |
java.lang.String
|
CSS style(s) is/are to be applied when this component is rendered |
| styleClass |
false |
false |
java.lang.String
|
Corresponds to the HTML class attribute |
| title |
false |
false |
java.lang.String
|
HTML: An advisory title for this element. Often displayed as a tooltip |
| width |
false |
false |
java.lang.String
|
The separator width that can be defined in pixels or in percents. The default value is 100% |