| action |
The URI that will be called when the filter, sort and
pagination is used. |
| autoIncludeParameters |
Specify whether or not to automatically include the
parameters, as hidden inputs, passed into the JSP. |
| border |
The table border attribute. The default is
0. |
| cellpadding |
The table cellpadding attribute. The default is
0. |
| cellspacing |
The table cellspacing attribute. The default is
0. |
| filterable |
Specify whether or not the table is filterable. Boolean
value with the default being true. |
| filterRowsCallback |
A fully qualified class name to a custom
FilterRowsCallback implementation. Could also be a named type in the
preferences. Used to filter the Collection of Beans or Collection of
Maps. |
| form |
The reference to a surrounding form
element. |
| imagePath |
The path to find the images. For example
imagePath=/extremesite/images/*.png is saying look in the image directory for
the .png images. |
| intercept |
A fully qualified class name to a custom InterceptTable
implementation. Could also be a named type in the preferences. Used to add table
attributes. |
| items |
Reference the collection that will be
retrieved. |
| locale |
The locale for this table. For example fr_FR is used for
the French translation. |
| method |
Used to invoke the table action using a POST or
GET. |
| onsubmit |
The javascript onsubmit action for the
table. |
| retrieveRowsCallback |
A fully qualified class name to a custom
RetrieveRowsCallback implementation. Could also be a named type in the
preferences. Used to retrieve the Collection of Beans or Collection of
Maps. |
| rowsDisplayed |
The number of rows to display in the table. |
| scope |
The scope (page, request, session, or application) to find
the Collection of beans or Collection of Maps defined by the collection
attribute. |
| showPagination |
Specify whether or not the table should use pagination.
Boolean value with the default being true. |
| showExports |
Specify whether or not the table should use the exports.
Boolean value with the default being true. |
| showStatusBar |
Specify whether or not the table should use the status
bar. Boolean value with the default being true. |
| showTooltips |
Specify whether or not to show the tooltips. Boolean value
with the default being true. |
| sortRowsCallback |
A fully qualified class name to a custom SortRowsCallback
implementation. Could also be a named type in the preferences. Used to sort the
Collection of Beans or Collection of Maps. |
| sortable |
Specify whether or not the table is sortable. Boolean
value with the default being true. |
| state |
The table state to use when returning to a table.
Acceptable values are default, notifyToDefault, persist,
notifyToPersist. |
| stateAttr |
The table attribute used to invoke the state change of the
table. |
| style |
The css inline style sheet. |
| styleClass |
The css class style sheet. |
| tableId |
The unique identifier for the table. |
| theme |
The theme to style the table. The default is
eXtremeTable. |
| title |
The title of the table. The title will display above the
table. |
| var |
The name of the variable to hold the current row
bean. |
| view |
Generates the output. The default is the HtmlView to
generate the HTML. Also used by the exports to generate XLS-FO, POI, and
CSV. |
| width |
Width of the
table. |