Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | The developer-assigned ID of this component. The ID must be unique within the scope of the tag's enclosing naming container (e.g. h:form or f:subview). This value must be a static value. |
binding | false | false | java.lang.String | Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
rendered | false | false | java.lang.String | A boolean value that indicates whether this component should be rendered. Default value: true. |
value | false | false | java.lang.String | An EL expression that specifies the data model that backs this table. The value can be of any type. A value of type DataModel is used directly. Array-like parameters of type java.util.List, array of Object, java.sql.ResultSet, or javax.servlet.jsp.jstl.sql.Result are wrapped in a DataModel. Other values are wrapped in a DataModel as a single row. |
var | true | false | java.lang.String | Defines the name of the request-scope variable that will hold the current row during iteration. This value must be a static value. |
styleClass | false | false | java.lang.String | CSS style class attribute |
headClass | false | false | java.lang.String | default=fixedHeader see http://dojotoolkit.org filterTable |
tbodyClass | false | false | java.lang.String | default=scrollContent see http://dojotoolkit.org filterTable |
multiple | false | false | java.lang.String | default=true see http://dojotoolkit.org filterTable |
alternateRows | false | false | java.lang.String | default=true see http://dojotoolkit.org filterTable |
maxSortable | false | false | java.lang.String | default=1 see http://dojotoolkit.org filterTable |
cellpadding | false | false | java.lang.String | default=0 |
cellspacing | false | false | java.lang.String | default=0 |
border | false | false | java.lang.String | default=0 |