The <netui-data> Tag Library

Tag Summary
<netui-data:anchorCell>

Data grid cell used to render an HTML anchor. 

<netui-data:callMethod> Calls methods on any Java classes. 
<netui-data:callPageFlow> Calls methods on the current Page Flow. 
<netui-data:caption>

The Caption tag is used to render an HTML <caption> inside of a data grid. 

<netui-data:cellRepeater>

This tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions. 

<netui-data:configurePager>

The configurePager tag is used to parameterize the data used to render a data grid's pager. 

<netui-data:dataGrid>

This tag is the containing tag for all tags and markup used to render a data grid. 

<netui-data:declareBundle>

Declares a java.util.ResourceBundle as a source for displaying internationalized messages.  

<netui-data:declarePageInput>

The DeclarePageInput tag is used to declare variables that are passed as outputs of Page Flow actions to a JSP. 

<netui-data: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.  

<netui-data:getData>

This tag evaluates an expression and places the result in the PageContext object, where the data is available to the JSP EL and JSP scriptlet.  

<netui-data: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.  

<netui-data: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.  

<netui-data: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.  

<netui-data:imageAnchorCell>

This tag is a data grid cell used to render an HTML image inside of an anchor. 

<netui-data:imageCell>

Data grid cell that renders an HTML <image> tag containing the tag's source attribute. 

<netui-data:message>

This tag provides a message schema, which can be parameterized to construct customizable messages. 

<netui-data:messageArg>

This tag should be used in conjunction with the Message tag to provide a message argument to the message format provided in the Message.setValue(Object) method.  

<netui-data:methodParameter>

A tag that is used to add an argument to a method that will be called on some object. 

<netui-data:pad>

Sets the number of items rendered by a Repeater tag.  

<netui-data:renderPager>

Data grid tag used to render the grid's pager at a specific location in a JSP. 

<netui-data:repeater>

Iterates over a data set to render it as HTML. 

<netui-data:repeaterFooter>

Renders the footer of a Repeater tag.  

<netui-data:repeaterHeader>

Renders the header of a Repeater tag.  

<netui-data:repeaterItem>

This tag is used to render an individual item in the data set as it is iterated over by the Repeater tag.  

<netui-data: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. 

<netui-data: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. 

<netui-data:serializeXML> A tag that serializes an XMLBean into the output of a JSP page in order to move data to the browser for data binding. 
<netui-data:spanCell>

Data grid cell that renders an HTML <span> tag containing the tag's value attribute. 

<netui-data:templateCell>

Data grid cell that renders the content contained inside of its body inside of an HTML <td> tag.