NetUI Tag Library Documentation

A

accept - Attribute of <fileUpload> tag in the netui (1.0) library.
The set of MIME types accepted for file upload.
accessKey - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <anchor> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <area> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <button> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <checkBox> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <imageAnchor> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <imageButton> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <select> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <textArea> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
accessKey - Attribute of <textBox> tag in the netui (1.0) library.
The keyboard navigation key for the element. The following values are not recommended because they are often used by browsers: A, C, E, F, G, H, V, left arrow, and right arrow
action - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The action method to invoke. The action method must be in Page Flow with which the containing JSP is associated.
action - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The action method to invoke. The action method must valid given the ccurrent Page Flow.
action - Attribute of <anchor> tag in the netui (1.0) library.
The action method to invoke. The action method must be in the Controller file of the Page Flow directory.
action - Attribute of <area> tag in the netui (1.0) library.
The action method to invoke. The action method must be in the Controller file of the Page Flow directory.
action - Attribute of <button> tag in the netui (1.0) library.
The action method invoked. The value of this attribute will override the action attribute of the parent <netui:form> tag.
action - Attribute of <form> tag in the netui (1.0) library.
Required. The action method invoked on form submit. Form data is passed to this method.
action - Attribute of <imageAnchor> tag in the netui (1.0) library.
The action method to invoke. The action method must be in the Controller file of the Page Flow directory.
action - Attribute of <treeItem> tag in the netui (1.0) library.
The action to invoke when this tree node is clicked.
align - Attribute of <footer> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML tfoot tag.
align - Attribute of <header> tag in the netui-data (1.0) library.
The horizontal alignment rendered by the HTML thead tag.
align - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The alignment attribute for the HTML image tag.
align - Attribute of <imageCell> tag in the netui-data (1.0) library.
The alignment of the image.
align - Attribute of <rows> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML tbody tag.
align - Attribute of <image> tag in the netui (1.0) library.
The alignment of the image.
align - Attribute of <imageAnchor> tag in the netui (1.0) library.
The alignment of the image.
align - Attribute of <imageButton> tag in the netui (1.0) library.
The alignment of the image.
alink - Attribute of <body> tag in the netui (1.0) library.
The color of text marking hypertext links when selected by the user
alt - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The alternative text of the HTML image tag.
alt - Attribute of <imageCell> tag in the netui-data (1.0) library.
The alternative text of the image tag
alt - Attribute of <area> tag in the netui (1.0) library.
Specifies alternate text for the area.
alt - Attribute of <button> tag in the netui (1.0) library.
The alt attribute of the element.
alt - Attribute of <checkBox> tag in the netui (1.0) library.
The alt attribute of the element.
alt - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The alt attribute of the element.
alt - Attribute of <image> tag in the netui (1.0) library.
The alternative text of the image
alt - Attribute of <imageAnchor> tag in the netui (1.0) library.
The alternative text of the image
alt - Attribute of <imageButton> tag in the netui (1.0) library.
The alternative text of the image
alt - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The alt attribute of the element.
alt - Attribute of <textBox> tag in the netui (1.0) library.
The alt attribute of the element.
alternatingCellClass - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
The HTML style class that is rendered on alternating table cells. The starting cell is alternated for each row, which results in a checkerboard colored table being displayed. For example, if the alteranting cell class is "alternatingCellClass", every other table cell tag is:
     <td cell="alternatingCellClass">
alwaysReport - Attribute of <bindingUpdateErrors> tag in the netui (1.0) library.
Boolean. If isAlwaysReport is set to true, then the errors will be displayed in Production mode as well as in Development mode. Otherwise, the errors will be displayed only in Development mode.
<anchor> - JSP tag in the netui (1.0) library.

Generates an anchor that can link to another document or invoke an action method in the Controller file.

<anchorCell> - JSP tag in the netui-data (1.0) library.

Data grid cell used to render an HTML anchor.

anchorTagId - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The tagId for the HTML image tag.
applyToDescendents - Attribute of <treeHtmlAttribute> tag in the netui (1.0) library.
Apply the attribute to descendents of this node.
<area> - JSP tag in the netui (1.0) library.
Generates a URL-encoded area to a specified URI.
<attribute> - JSP tag in the netui (1.0) library.

Adds an attribute to the parent tag rendered in the browser.

attribute - Attribute of <treeHtmlAttribute> tag in the netui (1.0) library.
Sets the name of the attribute. This must be in the proper HTML Attribute form. For example, "onmouseclick" or "href".
<attribute> - JSP tag in the netui-template (1.0) library.
Defines a property placeholder within a template.

B

background - Attribute of <body> tag in the netui (1.0) library.
The background image of the page.
<base> - JSP tag in the netui (1.0) library.
Provides the base for every URL on the page.
beanName - Attribute of <form> tag in the netui (1.0) library.
The attribute key under which the associated Form Bean used to populate the input form is stored. This Form Bean is found in the scope defined by the scope attribute.
beanScope - Attribute of <form> tag in the netui (1.0) library.
The scope (request or session) under which the associated Form Bean used to populate the form input fields is stored. Using the name, type and scope attributes defines the Form Bean used.
beanType - Attribute of <form> tag in the netui (1.0) library.
The Java class name of the Form Bean to be created, if necessary. This Form Bean will be created if the name and scope attributes are set. The Form Bean is then used to populate the form input fields.
<behavior> - JSP tag in the netui (1.0) library.
Add an attribute to the parent tag rendered.
bgcolor - Attribute of <body> tag in the netui (1.0) library.
The background color of the page.
<bindingUpdateErrors> - JSP tag in the netui (1.0) library.
Renders the set of error messages found during the process of resolving data binding expressions (${pageFlow.firstname}, ${requestScope.firstname}, etc.).
<body> - JSP tag in the netui (1.0) library.

Renders an HTML <body> tag with the attributes specified.

border - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The border attribute for the HTML table tag.
border - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The border size attribute for the HTML image tag.
border - Attribute of <imageCell> tag in the netui-data (1.0) library.
The border attribute of the image.
border - Attribute of <image> tag in the netui (1.0) library.
The border size around the image
border - Attribute of <imageAnchor> tag in the netui (1.0) library.
The border size around the image
bundleName - Attribute of <error> tag in the netui (1.0) library.
The name of the message bundle, as defined in the page flow's Jpf.MessageBundle annotation. This defaults to org.apache.struts.action.Action.MESSAGES_KEY.
bundleName - Attribute of <errors> tag in the netui (1.0) library.
The name of the message bundle, as defined in the page flow's Jpf.MessageBundle annotation. This defaults to org.apache.struts.action.Action.MESSAGES_KEY.
bundlePath - Attribute of <declareBundle> tag in the netui-data (1.0) library.
Set the path to the resource bundle's properties files. This can be a slash or dot delimited classpath. Valid values should appear as:
  • com/foobar/resources/WebAppProperties
  • com.foobar.resources.WebAppProperties

These are treated as equivalent values. The java.util.ResourceBundle class will handle appending the .properties file type and locale information as necessary. See java.util.ResourceBundle.getBundlegetBundle(String, Locale, ClassLoader) for the .properties file naming conventions. These files must be available in classpath for the webapp in order to be successfully located.

<button> - JSP tag in the netui (1.0) library.
Renders an <input type="button"> tag with the specified attributes.

C

<callMethod> - JSP tag in the netui-data (1.0) library.
Calls methods on any Java classes.
<callPageFlow> - JSP tag in the netui-data (1.0) library.
Calls methods on the current Page Flow.
<caption> - JSP tag in the netui-data (1.0) library.

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

cellAbbr - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The abbreviated form of the HTML table cell's content.
cellAbbr - Attribute of <headerCell> tag in the netui-data (1.0) library.
The abbreviated form of the cell's content for the HTML th tag.
cellAbbr - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The abbreviated form of the HTML table cell's content.
cellAbbr - Attribute of <imageCell> tag in the netui-data (1.0) library.
The abbreviated form of the HTML table cell's content.
cellAbbr - Attribute of <spanCell> tag in the netui-data (1.0) library.
The abbreviated form of the HTML table cell's content.
cellAbbr - Attribute of <templateCell> tag in the netui-data (1.0) library.
The abbreviated form of the HTML table cell's content.
cellAlign - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML table cell.
cellAlign - Attribute of <headerCell> tag in the netui-data (1.0) library.
The horizontal alignment for the HTML th tag.
cellAlign - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML table cell.
cellAlign - Attribute of <imageCell> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML table cell.
cellAlign - Attribute of <spanCell> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML table cell.
cellAlign - Attribute of <templateCell> tag in the netui-data (1.0) library.
The horizontal alignment of the HTML table cell.
cellAxis - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The axis attribute for the HTML table cell.
cellAxis - Attribute of <headerCell> tag in the netui-data (1.0) library.
The axis attribute for the HTML th tag.
cellAxis - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The axis attribute for the HTML table cell.
cellAxis - Attribute of <imageCell> tag in the netui-data (1.0) library.
The axis attribute for the HTML table cell.
cellAxis - Attribute of <spanCell> tag in the netui-data (1.0) library.
The axis attribute for the HTML table cell.
cellAxis - Attribute of <templateCell> tag in the netui-data (1.0) library.
The axis attribute for the HTML table cell.
cellChar - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The horizontal alignment character for the HTML table cell
cellChar - Attribute of <headerCell> tag in the netui-data (1.0) library.
The horizontal alignment character for the HTML th tag.
cellChar - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The horizontal alignment character for the HTML table cell
cellChar - Attribute of <imageCell> tag in the netui-data (1.0) library.
The horizontal alignment character for the HTML table cell
cellChar - Attribute of <spanCell> tag in the netui-data (1.0) library.
The horizontal alignment character for the HTML table cell
cellChar - Attribute of <templateCell> tag in the netui-data (1.0) library.
The horizontal alignment character for the HTML table cell
cellCharoff - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The horizontal alignment character offset for the HTML table cell.
cellCharoff - Attribute of <headerCell> tag in the netui-data (1.0) library.
The horizontal alignment character offset for the HTML th tag.
cellCharoff - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The horizontal alignment character offset for the HTML table cell.
cellCharoff - Attribute of <imageCell> tag in the netui-data (1.0) library.
The horizontal alignment character offset for the HTML table cell.
cellCharoff - Attribute of <spanCell> tag in the netui-data (1.0) library.
The horizontal alignment character offset for the HTML table cell.
cellCharoff - Attribute of <templateCell> tag in the netui-data (1.0) library.
The horizontal alignment character offset for the HTML table cell.
cellClass - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
Set the HTML style class that is rendered on each HTML table cell that is opened by this tag. For example, if the cell class is "cellClass", each opening table cell tag is:
     <td class="cellClass">
 
cellColspan - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The colspan attribute of the HTML table cell.
cellColspan - Attribute of <headerCell> tag in the netui-data (1.0) library.
The colspan for the HTML th tag.
cellColspan - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The colspan attribute of the HTML table cell.
cellColspan - Attribute of <imageCell> tag in the netui-data (1.0) library.
The colspan attribute of the HTML table cell.
cellColspan - Attribute of <spanCell> tag in the netui-data (1.0) library.
The colspan attribute of the HTML table cell.
cellColspan - Attribute of <templateCell> tag in the netui-data (1.0) library.
The colspan attribute of the HTML table cell.
cellDir - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The text direction attribute for the HTML table cell.
cellDir - Attribute of <headerCell> tag in the netui-data (1.0) library.
The text direction attribute for the HTML th tag.
cellDir - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The text direction attribute for the HTML table cell.
cellDir - Attribute of <imageCell> tag in the netui-data (1.0) library.
The text direction attribute for the HTML table cell.
cellDir - Attribute of <spanCell> tag in the netui-data (1.0) library.
The text direction attribute for the HTML table cell.
cellDir - Attribute of <templateCell> tag in the netui-data (1.0) library.
The text direction attribute for the HTML table cell.
cellHeaders - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The headers attribute for the HTML table cell.
cellHeaders - Attribute of <headerCell> tag in the netui-data (1.0) library.
The headers attribute for the HTML th tag.
cellHeaders - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The headers attribute for the HTML table cell.
cellHeaders - Attribute of <imageCell> tag in the netui-data (1.0) library.
The headers attribute for the HTML table cell.
cellHeaders - Attribute of <spanCell> tag in the netui-data (1.0) library.
The headers attribute for the HTML table cell.
cellHeaders - Attribute of <templateCell> tag in the netui-data (1.0) library.
The headers attribute for the HTML table cell.
cellLang - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The language for the HTML table cell.
cellLang - Attribute of <headerCell> tag in the netui-data (1.0) library.
The language for the HTML th tag.
cellLang - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The language for the HTML table cell.
cellLang - Attribute of <imageCell> tag in the netui-data (1.0) library.
The language for the HTML table cell.
cellLang - Attribute of <spanCell> tag in the netui-data (1.0) library.
The language for the HTML table cell.
cellLang - Attribute of <templateCell> tag in the netui-data (1.0) library.
The language for the HTML table cell.
cellOnClick - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML table cell.
cellOnClick - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onClick JavaScript for the HTML th tag.
cellOnClick - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML table cell.
cellOnClick - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML table cell.
cellOnClick - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML table cell.
cellOnClick - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML table cell.
cellOnDblClick - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML table cell.
cellOnDblClick - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript for the HTML th tag.
cellOnDblClick - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML table cell.
cellOnDblClick - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML table cell.
cellOnDblClick - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML table cell.
cellOnDblClick - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML table cell.
cellOnKeyDown - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML table cell.
cellOnKeyDown - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript for the HTML th tag.
cellOnKeyDown - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML table cell.
cellOnKeyDown - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML table cell.
cellOnKeyDown - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML table cell.
cellOnKeyDown - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML table cell.
cellOnKeyPress - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML table cell.
cellOnKeyPress - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML th tag.
cellOnKeyPress - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML table cell.
cellOnKeyPress - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML table cell.
cellOnKeyPress - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML table cell.
cellOnKeyPress - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML table cell.
cellOnKeyUp - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML table cell.
cellOnKeyUp - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript for the HTML th tag.
cellOnKeyUp - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML table cell.
cellOnKeyUp - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML table cell.
cellOnKeyUp - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML table cell.
cellOnKeyUp - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML table cell.
cellOnMouseDown - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML table cell.
cellOnMouseDown - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript for the HTML th tag.
cellOnMouseDown - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML table cell.
cellOnMouseDown - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML table cell.
cellOnMouseDown - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML table cell.
cellOnMouseDown - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML table cell.
cellOnMouseMove - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML table cell.
cellOnMouseMove - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript for the HTML th tag.
cellOnMouseMove - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML table cell.
cellOnMouseMove - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML table cell.
cellOnMouseMove - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML table cell.
cellOnMouseMove - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML table cell.
cellOnMouseOut - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML table cell.
cellOnMouseOut - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML th tag.
cellOnMouseOut - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML table cell.
cellOnMouseOut - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML table cell.
cellOnMouseOut - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML table cell.
cellOnMouseOut - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML table cell.
cellOnMouseOver - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML table cell.
cellOnMouseOver - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript for the HTML th tag.
cellOnMouseOver - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML table cell.
cellOnMouseOver - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML table cell.
cellOnMouseOver - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML table cell.
cellOnMouseOver - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML table cell.
cellOnMouseUp - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML table cell.
cellOnMouseUp - Attribute of <headerCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript for the HTML th tag.
cellOnMouseUp - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML table cell.
cellOnMouseUp - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML table cell.
cellOnMouseUp - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML table cell.
cellOnMouseUp - Attribute of <templateCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML table cell.
cellpadding - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The cellpadding for the HTML table tag.
<cellRepeater> - JSP tag in the netui-data (1.0) library.

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

cellRowspan - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The row span attribute for the HTML table cell.
cellRowspan - Attribute of <headerCell> tag in the netui-data (1.0) library.
The row span for the HTML th tag.
cellRowspan - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The row span attribute for the HTML table cell.
cellRowspan - Attribute of <imageCell> tag in the netui-data (1.0) library.
The row span attribute for the HTML table cell.
cellRowspan - Attribute of <spanCell> tag in the netui-data (1.0) library.
The row span attribute for the HTML table cell.
cellRowspan - Attribute of <templateCell> tag in the netui-data (1.0) library.
The row span attribute for the HTML table cell.
cellScope - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The scope attribute for the HTML table cell.
cellScope - Attribute of <headerCell> tag in the netui-data (1.0) library.
The scope attribute for the HTML th tag.
cellScope - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The scope attribute for the HTML table cell.
cellScope - Attribute of <imageCell> tag in the netui-data (1.0) library.
The scope attribute for the HTML table cell.
cellScope - Attribute of <spanCell> tag in the netui-data (1.0) library.
The scope attribute for the HTML table cell.
cellScope - Attribute of <templateCell> tag in the netui-data (1.0) library.
The scope attribute for the HTML table cell.
cellspacing - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The cellspacing for the HTML table tag.
cellStyle - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The style attribute for the HTML table cell.
cellStyle - Attribute of <headerCell> tag in the netui-data (1.0) library.
The style for the HTML th tag.
cellStyle - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The style attribute for the HTML table cell.
cellStyle - Attribute of <imageCell> tag in the netui-data (1.0) library.
The style attribute for the HTML table cell.
cellStyle - Attribute of <spanCell> tag in the netui-data (1.0) library.
The style attribute for the HTML table cell.
cellStyle - Attribute of <templateCell> tag in the netui-data (1.0) library.
The style attribute for the HTML table cell.
cellStyleClass - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The style class attribute for the HTML table cell.
cellStyleClass - Attribute of <headerCell> tag in the netui-data (1.0) library.
The style class for the HTML th tag.
cellStyleClass - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The style class attribute for the HTML table cell.
cellStyleClass - Attribute of <imageCell> tag in the netui-data (1.0) library.
The style class attribute for the HTML table cell.
cellStyleClass - Attribute of <spanCell> tag in the netui-data (1.0) library.
The style class attribute for the HTML table cell.
cellStyleClass - Attribute of <templateCell> tag in the netui-data (1.0) library.
The style class attribute for the HTML table cell.
cellTagId - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The tagId for the HTML table cell. The user is responsible for ensuring that this tag id is unique in the rendered page.
cellTagId - Attribute of <headerCell> tag in the netui-data (1.0) library.
The tagId for the HTML th tag.
cellTagId - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The tagId for the HTML table cell. The user is responsible for ensuring that this tag id is unique in the rendered page.
cellTagId - Attribute of <imageCell> tag in the netui-data (1.0) library.
The tagId for the HTML table cell. The user is responsible for ensuring that this tag id is unique in the rendered page.
cellTagId - Attribute of <spanCell> tag in the netui-data (1.0) library.
The tagId for the HTML table cell. The user is responsible for ensuring that this tag id is unique in the rendered page.
cellTagId - Attribute of <templateCell> tag in the netui-data (1.0) library.
The tagId for the HTML table cell. The user is responsible for ensuring that this tag id is unique in the rendered page.
cellTitle - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The title for the HTML table cell.
cellTitle - Attribute of <headerCell> tag in the netui-data (1.0) library.
The title for the HTML th tag.
cellTitle - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The title for the HTML table cell.
cellTitle - Attribute of <imageCell> tag in the netui-data (1.0) library.
The title for the HTML table cell.
cellTitle - Attribute of <spanCell> tag in the netui-data (1.0) library.
The title for the HTML table cell.
cellTitle - Attribute of <templateCell> tag in the netui-data (1.0) library.
The title for the HTML table cell.
cellValign - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The vertical alignment for the HTML table cell.
cellValign - Attribute of <headerCell> tag in the netui-data (1.0) library.
The vertical alignment for the HTML th tag.
cellValign - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The vertical alignment for the HTML table cell.
cellValign - Attribute of <imageCell> tag in the netui-data (1.0) library.
The vertical alignment for the HTML table cell.
cellValign - Attribute of <spanCell> tag in the netui-data (1.0) library.
The vertical alignment for the HTML table cell.
cellValign - Attribute of <templateCell> tag in the netui-data (1.0) library.
The vertical alignment for the HTML table cell.
char - Attribute of <footer> tag in the netui-data (1.0) library.
The horizontal alignment character of the HTML tfoot tag
char - Attribute of <header> tag in the netui-data (1.0) library.
The horizontal alignment character rendered by the HTML thead tag.
char - Attribute of <rows> tag in the netui-data (1.0) library.
The horizontal alignment character of the HTML tbody tag.
charoff - Attribute of <footer> tag in the netui-data (1.0) library.
The horizontal alignment character offset of the HTML tfoot tag.
charoff - Attribute of <header> tag in the netui-data (1.0) library.
The horizontal alignment character offset rendered by the HTML thead tag.
charoff - Attribute of <rows> tag in the netui-data (1.0) library.
The horizontal alignment character offset
charset - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The charSet attribute for the HTML anchor.
charSet - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The character set for the HTML anchor tag.
charSet - Attribute of <anchor> tag in the netui (1.0) library.
The character set.
charSet - Attribute of <imageAnchor> tag in the netui (1.0) library.
The character set.
<checkBox> - JSP tag in the netui (1.0) library.

Generates a single HTML checkbox.

<checkBoxGroup> - JSP tag in the netui (1.0) library.
Renders a collection of checkbox options as <input type="checkbox"> and handles the data binding.
<checkBoxOption> - JSP tag in the netui (1.0) library.
Renders a single HTML checkbox within a group of checkboxes.
clientAction - Attribute of <anchor> tag in the netui (1.0) library.
The action (NetUI JavaScript) to run on the client.
clientAction - Attribute of <imageAnchor> tag in the netui (1.0) library.
The action (NetUI JavaScript) to run on the client.
clientAction - Attribute of <treeItem> tag in the netui (1.0) library.
Sets an action to run on the client when the tree node is selected.
cols - Attribute of <textArea> tag in the netui (1.0) library.
Integer. The number of columns in the <netui:textArea>.
columns - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
Integer. The number of columns that should be rendered in the HTML table. If the columns attribute is specified but the rows attribute is not, the rows attribute will be inferred using the size of the data set.
<configurePager> - JSP tag in the netui-data (1.0) library.

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

<configurePopup> - JSP tag in the netui (1.0) library.
Configures popup window parameters for parent tags that can open popup windows.
<content> - JSP tag in the netui (1.0) library.
Displays text or the result of an expression.
coords - Attribute of <anchor> tag in the netui (1.0) library.
The coordinates.
coords - Attribute of <area> tag in the netui (1.0) library.
The coordinates.
coords - Attribute of <imageAnchor> tag in the netui (1.0) library.
The coordinates.
country - Attribute of <declareBundle> tag in the netui-data (1.0) library.
Set the country to use when looking-up resource bundle messages. The two-letter uppercase ISO-3166 country / region code for the Locale from which to look-up resource bundle messages. This value is used to further specify the name of the .properties file from which message keys will be read.
country - Attribute of <formatDate> tag in the netui (1.0) library.
Sets the country code for the locale.
country - Attribute of <formatNumber> tag in the netui (1.0) library.
Sets the country code for the locale.
country - Attribute of <formatString> tag in the netui (1.0) library.
Sets the country code for the locale.

D

<dataGrid> - JSP tag in the netui-data (1.0) library.

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

dataGridConfig - Attribute of <dataGrid> tag in the netui-data (1.0) library.

Set the org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig instance that this tag will use to create state containers and other data grid objects used during rendering. Custom implementations of this class can be provided that will override the defaults set in the org.apache.beehive.netui.databinding.datagrid.runtime.config.DefaultDataGridConfig.

dataGridConfig - Attribute of <getDataGridState> tag in the netui-data (1.0) library.
Set a org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig instance used to create a org.apache.beehive.netui.databinding.datagrid.api.DataGridState object. This attribute is optional; when unset, the default org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig is used.
dataInput - Attribute of <hidden> tag in the netui (1.0) library.
The dataInput attribute overrides the dataSource attribute for the input of the value. It allows a <netui:hidden> tag to read it's value from one place (whatever is referenced by the dataInput attribute) and return the value to a new destination (whatever is referenced by the dataSource attribute). This attribute may take a String literal or a data binding expression.
dataSource - Attribute of <cellRepeater> tag in the netui-data (1.0) library.

The dataSource attribute determines both (1) the source of populating data for the tag and (2) the object to which the tag submits data.

For example, assume that the Controller file (= JPF file) contains a Form Bean with the property foo. Then the following <netui:textBox> tag will (1) draw populating data from the Form Bean's foo property and (2) submit user defined data to the same property.

    <netui:textBox dataSource="actionForm.foo" />

When the tag is used to submit data, the data binding expression must refer to a Form Bean property. In cases where the tag is not used to submit data, but is used for displaying data only, the data binding expression need not refer to a Form Bean property. For example, assume that myIterativeData is a member variable on the Controller file ( = JPF file). The following <netui-data:repeater> tag draws its data from myIterativeData.

    <netui-data:cellRepeater dataSource="pageFlow.myIterativeData">

dataSource - Attribute of <dataGrid> tag in the netui-data (1.0) library.

Set the data source that references a data set to be rendered by the data grid. The data source should be a NetUI EL expression and generally looks like a JSP EL expression without the '${' and '}' characters. For example, to reference an array of Employee objects exposed via a NetUI page input, the expression might look like:

     <netui-data:dataGrid dataSource="pageInput.employeeArray" name="employeeGrid">
 
This expression will be evaluated the data grid in order to obtain a reference to the data set.

dataSource - Attribute of <repeater> tag in the netui-data (1.0) library.

The dataSource attribute determines both (1) the source of populating data for the tag and (2) the object to which the tag submits data.

For example, assume that the Controller file (= JPF file) contains a Form Bean with the property foo. Then the following <netui:textBox> tag will (1) draw populating data from the Form Bean's foo property and (2) submit user defined data to the same property.

    <netui:textBox dataSource="actionForm.foo" />

The dataSource attribute takes either a data binding expression or the name of a Form Bean property. In the above example, <netui:textBox dataSource="foo" /> would have the exactly same behavior.

When the tag is used to submit data, the data binding expression must refer to a Form Bean property. In cases where the tag is not used to submit data, but is used for displaying data only, the data binding expression need not refer to a Form Bean property. For example, assume that myIterativeData is a member variable on the Controller file ( = JPF file). The following <netui-data:repeater> tag draws its data from myIterativeData.

    <netui-data:repeater dataSource="pageFlow.myIterativeData">

dataSource - Attribute of <checkBox> tag in the netui (1.0) library.

The dataSource attribute determines both (1) the source of populating data for the tag and (2) the object to which the tag submits data.

For example, assume that the Controller file (= JPF file) contains a Form Bean with the property foo. Then the following <netui:textBox> tag will (1) draw populating data from the Form Bean's foo property and (2) submit user defined data to the same property.

    <netui:textBox dataSource="actionForm.foo" />

The dataSource attribute takes either a data binding expression or the name of a Form Bean property. In the above example, <netui:textBox dataSource="foo" /> would have the exactly same behavior.

When the tag is used to submit data, the data binding expression must refer to a Form Bean property. In cases where the tag is not used to submit data, but is used for displaying data only, the data binding expression need not refer to a Form Bean property. For example, assume that myIterativeData is a member variable on the Controller file ( = JPF file). The following <netui-data:repeater> tag draws its data from myIterativeData.

    <netui-data:repeater dataSource="pageFlow.myIterativeData">

dataSource - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
An expression to be evaluated. It determines the source of populating data for the tag
dataSource - Attribute of <divPanel> tag in the netui (1.0) library.
An expression which identifies which DivPanelState object will store state between posts to the server.
dataSource - Attribute of <fileUpload> tag in the netui (1.0) library.

The dataSource attribute determines both (1) the source of populating data for the tag and (2) the object to which the tag submits data.

For example, assume that the Controller file (= JPF file) contains a Form Bean with the property foo. Then the following <netui:textBox> tag will (1) draw populating data from the Form Bean's foo property and (2) submit user defined data to the same property.

    <netui:textBox dataSource="actionForm.foo" />

The dataSource attribute takes either a data binding expression or the name of a Form Bean property. In the above example, <netui:textBox dataSource="foo" /> would have the exactly same behavior.

When the tag is used to submit data, the data binding expression must refer to a Form Bean property. In cases where the tag is not used to submit data, but is used for displaying data only, the data binding expression need not refer to a Form Bean property. For example, assume that myIterativeData is a member variable on the Controller file ( = JPF file). The following <netui-data:repeater> tag draws its data from myIterativeData.

    <netui-data:repeater dataSource="pageFlow.myIterativeData">

dataSource