| NetUI Tag Library Documentation (Version 1.0.2) | ||||||
| FRAMES NO FRAMES |
NetUI Databinding Tag Library.
<%@ taglib prefix="netui-data"
uri="http://beehive.apache.org/netui/tags-databinding-1.0" %>
<anyxmlelement xmlns:netui-data="http://beehive.apache.org/netui/tags-databinding-1.0" />
| Tag Summary | |
|---|---|
| anchorCell | Data grid cell used to render an HTML anchor. |
| callMethod | Calls methods on any Java classes. |
| callPageFlow | Calls methods on the current Page Flow. |
| caption | The Caption tag is used to render an HTML <caption> inside of a data grid. |
| cellRepeater | This tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions. |
| 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. |
| declareBundle | Declares a |
| declarePageInput | The DeclarePageInput tag is used to declare variables that are passed as outputs of Page Flow actions to a JSP. |
| 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 <netui-data:header> and <netui-data:rows> tags respectively. |
| getData | This tag evaluates an expression and places the result in the javax.servlet.jsp.PageContext object, where the data is available to the JSP EL and JSP scriptlet. |
| getDataGridState | Utility data grid tag that allows the page author to gain access to the org.apache.beehive.netui.databinding.datagrid.api.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 <netui-data: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 <netui-data: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 |
| message | This tag provides a message schema, which can be parameterized to construct customizable messages. |
| messageArg | This tag should be used in conjunction with the <netui-data:message> tag to provide a message argument to the message format provided in the <netui-data:message> method. |
| methodParameter | A tag that is used to add an argument to a method that will be called on some object. |
| pad | Sets the number of items rendered by a <netui-data:repeater> tag. |
| renderPager | Data grid tag used to render the grid's pager at a specific location in a JSP. |
| repeater | Iterates over a data set to render it as HTML. |
| repeaterFooter | Renders the footer of a <netui-data:repeater> tag. |
| repeaterHeader | Renders the header of a <netui-data:repeater> tag. |
| repeaterItem | This tag is used to render an individual item in the data set as it is iterated over by the <netui-data:repeater> tag. |
| 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. |
| 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. |
| spanCell |
Data grid cell that renders an HTML <span> tag containing the tag's |
| templateCell | Data grid cell that renders the content contained inside of its body inside of an HTML <td> tag. |
| Library Information | |
| Display Name | None |
| Version | 1.0 |
| Short Name | netui-data |
| URI | http://beehive.apache.org/netui/tags-databinding-1.0 |
|
||||||
| FRAMES NO FRAMES |