|
Attributes
|
|
Name
|
Required
|
Request-time
|
Type
|
Description
|
| acceptClass |
false |
false |
java.lang.String
|
Corresponds to the HTML class attribute and added to an indicator when a drop is accepted |
| binding |
false |
false |
java.lang.String
|
The attribute takes a value-binding expression for a component property of a backing bean |
| id |
false |
false |
java.lang.String
|
Every component may have a unique id that is automatically created if omitted |
| rejectClass |
false |
false |
java.lang.String
|
Corresponds to the HTML class attribute and added to an indicator when a drop is rejected |
| 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 |