Class Summary |
AbstractCell |
Abstract base class for JSP tags that render data grid cells. |
AbstractDataGridHtmlTag |
This class is a base class for all data grid tags that render HTML output for the grid. |
AbstractHtmlTableCell |
Abstract base class that supports rendering an HTML <td>. |
AnchorCell |
Data grid cell used to render an HTML anchor. |
Caption |
The Caption tag is used to render an HTML <caption> inside of a data grid. |
ConfigurePager |
The configurePager tag is used to parameterize the data used to render a data grid's pager. |
DataGrid |
This tag is the containing tag for all tags and markup used to render a data grid. |
Footer |
The Footer tag is used to render a table row after the data grid has rendered the
header and rows regions demarcated by the Header and Rows tags respectively. |
GetDataGridState |
Utility data grid tag that allows the page author to gain access to the DataGridState object
outside of the body of a <netui-data:dataGrid> tag. |
Header |
The Header tag is used to render a table row(s) before the data grid has rendered data rows as demarcated
by the Rows tag. |
HeaderCell |
This tag is used to render an HTML table header cell and should generally be used inside of the data grid's
Header tag. |
ImageAnchorCell |
This tag is a data grid cell used to render an HTML image inside of an anchor. |
ImageCell |
Data grid cell that renders an HTML <image> tag containing the tag's source attribute. |
RenderPager |
Data grid tag used to render the grid's pager at a specific location in a JSP. |
Row |
This tag is optionally used to render HTML table roe tags inside of one of the data grid tags that
are used to denote data grid row rendering boundaries. |
Rows |
The Rows tag is used to render a table row(s) that contain the data from a data set displayed
in a data grid. |
SpanCell |
Data grid cell that renders an HTML <span> tag containing the tag's value attribute. |
TemplateCell |
Data grid cell that renders the content contained inside of its body inside of an HTML <td>
tag. |