| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.ColumnsTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
begin | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The first iteration item |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.el.ValueExpression )
| binding |
breakBefore | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| if "true" next column begins from the first row |
colspan | false | false | javax.el.ValueExpression
(must evaluate to int )
| Corresponds to the HTML colspan attribute |
columns | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Count of columns |
comparator | false | false | javax.el.ValueExpression
(must evaluate to java.util.Comparator )
| No Description |
dir | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
end | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The last iteration item |
first | false | false | javax.el.ValueExpression
(must evaluate to int )
| A zero-relative row number of the first row to display |
footerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Space-separated list of CSS style class(es) that are be applied to any footer generated for this table |
headerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Space-separated list of CSS style class(es) that are be applied to any header generated for this table |
index | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The current counter |
lang | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Code describing the language used in the generated markup for this component |
rows | false | false | javax.el.ValueExpression
(must evaluate to int )
| A number of rows to display, or zero for all remaining rows in the table |
rowspan | false | false | javax.el.ValueExpression
(must evaluate to int )
| Corresponds to the HTML rowspan attribute |
selfSorted | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| No Description |
sortExpression | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Attribute defines a bean property which is used for sorting of a column |
sortOrder | false | false | javax.el.ValueExpression
(must evaluate to org.richfaces.model.Ordering )
| SortOrder is an enumeration of the possible sort orderings. |
sortable | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Boolean attribute. If "true" it's possible to sort the column content after click on the header. Default value is "true" |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) is/are to be applied when this component is rendered |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corresponds to the HTML class attribute |
title | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory title information about markup elements generated for this component |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The current value for this component |
var | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The current value for this component |
width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Attribute defines width of column. Default value is "100px". |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |