|
|||
TAG LIBRARIES: <netui> | <netui-data> | <netui-template> |
<netui> Tag Library Summary | |
---|---|
<netui:anchor>
| Generates an anchor that can link to another document or invoke an action method in the Controller file. |
<netui:area>
| Generates a URL-encoded area to a specified URI. |
<netui:attribute>
| Adds an attribute to the parent tag rendered in the browser. |
<netui:base>
| Provides the base for every URL on the page. |
<netui:behavior>
| Add an attribute to the parent tag rendered. |
<netui:bindingUpdateErrors>
| Renders the set of error messages found during the process of resolving data binding expressions (${pageFlow.firstname}, ${requestScope.firstname}, etc.). |
<netui:body>
| Renders an HTML <body> tag with the attributes specified. |
<netui:button>
| Renders an <input type="button"> tag with the specified attributes. |
<netui:checkBox>
| Generates a single HTML checkbox. |
<netui:checkBoxGroup>
| Renders a collection of checkbox options as <input type="checkbox"> and handles the data binding. |
<netui:checkBoxOption>
| Renders a single HTML checkbox within a group of checkboxes. |
<netui:configurePopup>
| Configures popup window parameters for parent tags that can open popup windows. |
<netui:content>
| Displays text or the result of an expression. |
<netui:divPanel>
| Creates an HTML <div> tag that may contain additional <div> tags. |
<netui:error>
| Renders an error message with a given error key if that key can be found in the
ActionMessages registered in the PageContext at
org.apache.struts.action.Action.ERROR_KEY . |
<netui:errors>
| Renders the set of error messages found in the ActionMessages
registered in the PageContext at org.apache.struts.action.Action.ERROR_KEY. |
<netui:exceptions>
| Renders exception messages and stack traces inline on the JSP page. |
<netui:fileUpload>
| Renders an HTML input tag with which users can browse, select, and upload files from their local machine. |
<netui:form>
| Renders an HTML form that can be submitted to a Java method in the Controller file for processesing. |
<netui:formatDate>
| A formatter used to format dates. |
<netui:formatNumber>
| A formatter used to format numbers. |
<netui:formatString>
| A formatter used to format strings. |
<netui:hidden>
| Generates an HTML hidden tag with a given value. |
<netui:html>
| Renders an <html> tag. |
<netui:image>
| Renders an HTML <img> tag with specified attributes. |
<netui:imageAnchor>
| Generates a hyperlink with a clickable image. |
<netui:imageButton>
| Renders an <input type="image"> tag with the specified attributes. |
<netui:label>
| Associates text with an input element in a Form . |
<netui:parameter>
| Writes a name/value pair to the URL or the parent tag. |
<netui:parameterMap>
| Writes a group of name/value pairs to the URL or the parent tag. |
<netui:radioButtonGroup>
| Renders a collection of radiobutton options as <input type="radio"> and handles the data binding of their values. |
<netui:radioButtonOption>
| Generates a single radiobutton option in a group of options. |
<netui:retrievePopupOutput>
| Causes a value to be retrieved when a popup window closes. |
<netui:rewriteName>
| Allows a name, typically either an id or name attribute,
to participate in URL rewritting. |
<netui:rewriteURL>
| Allows a URL to participate in URL rewritting. |
<netui:scriptBlock>
| Outputs a script block into the generated HTML. |
<netui:scriptContainer>
| Acts as a container that will bundle up JavaScript created by other <netui...> tags, and outputs it within a single <script> tag. |
<netui:scriptHeader>
| ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag. |
<netui:select>
| Renders an HTML <select> tag containing a set of selectable options. |
<netui:selectOption>
| Renders a single <option> tag. |
<netui:span>
| Generates styled text based on a String literal or data binding expression. |
<netui:textArea>
| Renders an HTML <textarea> tag. |
<netui:textBox>
| Renders an HTML <input type="text"> tag. |
<netui:tree>
| Renders a navigable tree of TreeElement objects. |
<netui:treeContent>
| Set the additional content that will be displayed on the right of the label of a tree. |
<netui:treeHtmlAttribute>
| Set an attribute on the tree. |
<netui:treeItem>
| Adds a tree node to the parent node (either a Tree or another <netui:treeItem>). |
<netui:treeLabel>
| Set the text displayed for the selection link the given tree node (the TreeItem tag). |
<netui:treePropertyOverride>
| Overrides the tree properties. |
<netui-data> Tag Library 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 |
<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 |
<netui-data:templateCell>
| Data grid cell that renders the content contained inside of its body inside of an HTML <td> tag. |
<netui-template> Tag Library Summary | |
---|---|
<netui-template:attribute>
| Defines a property placeholder within a template. |
<netui-template:includeSection>
| Defines a content placeholder within a template. |
<netui-template:section>
| Sets HTML content inside placeholders defined by a IncludeSection tag. |
<netui-template:setAttribute>
| Sets a property value in a template page. |
<netui-template:template>
| Points a content page at its template page. |
|
|||
TAG LIBRARIES: <netui> | <netui-data> | <netui-template> |