| Attributes |
| Name | Required | Request-time | Type | Description |
| acceptClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is accepted |
| 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 |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| rejectClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is rejected |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "false", this component is not rendered |
| style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| CSS style rules to be applied to the component |
| styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute. |