NetUI Tag Library Documentation (Version 1.0.1)

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 - Attribute of <hidden> 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 <radioButtonGroup> 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 <retrievePopupOutput> tag in the netui (1.0) library.
An expression to be evaluated and retrieved from the popup window.
dataSource - Attribute of <select> 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 <textArea> 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 <textBox> 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 <tree> tag in the netui (1.0) library.
sets an expression which indentifies the TreeElement that represents the root of the tree.
<declareBundle> - JSP tag in the netui-data (1.0) library.

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

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

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

defaultPage - Attribute of <includeSection> tag in the netui-template (1.0) library.
A default JSP page to provide content for the placeholder if the content page fails to define the content.
defaultPageSize - Attribute of <configurePager> tag in the netui-data (1.0) library.
Set the default page size for the data grid. The grid has a default page size that is used when no other page size is specified; this value is org.apache.beehive.netui.databinding.datagrid.api.pager.PagerModel.DEFAULT_PAGE_SIZEDEFAULT_PAGE_SIZE. This value overrides that default so that the normal rendering of such a data grid is change in the absence of an override provided by the org.apache.beehive.netui.tags.databinding.datagrid.ConfigurePager.setPageSizesetPageSize(int) attribute.
defaultText - Attribute of <repeater> tag in the netui-data (1.0) library.
The text to render if the dataSource attribute references a null data set.
defaultValue - Attribute of <checkBox> tag in the netui (1.0) library.

Use in <netui:checkBoxGroup>, <netui:checkBox>, <netui:radioButtonGroup>, and <netui:select> tags

Sets the preselected value or values.

The defaultValue attribute takes either a String literal or a data binding expression.

If the defaultValue attribute has a String value (or if the data binding expression points to a String), then a single value will be preselected.

If the defaultValue attribute points to a String[] object (or any object which can be iterated over), then multiple values will be preselected.

Use in <netui:textArea> and <netui:textBox> tags

Sets the initial display text.

The defaultValue attribute takes either a String literal or a data binding expression that points to a String.

defaultValue - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
The String literal or expression to be used as the default value.
defaultValue - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The boolean value or expression to be used as the default value.
defaultValue - Attribute of <content> tag in the netui (1.0) library.
The String literal or expression to be used as the default output.
defaultValue - Attribute of <label> tag in the netui (1.0) library.
The String literal or expression to be used as the default output. If the default value is an expression all formatters will be applied, otherwise the default value will be output without being formatted.
defaultValue - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
The String literal or expression to be used as the default value.
defaultValue - Attribute of <select> tag in the netui (1.0) library.

Use in <netui:checkBoxGroup>, <netui:checkBox>, <netui:radioButtonGroup>, and <netui:select> tags

Sets the preselected value or values.

The defaultValue attribute takes either a String literal or a data binding expression.

If the defaultValue attribute has a String value (or if the data binding expression points to a String), then a single value will be preselected.

If the defaultValue attribute points to a String[] object (or any object which can be iterated over), then multiple values will be preselected.

Use in <netui:textArea> and <netui:textBox> tags

Sets the initial display text.

The defaultValue attribute takes either a String literal or a data binding expression that points to a String.

defaultValue - Attribute of <span> tag in the netui (1.0) library.
The String literal or expression to be used as the default output. If the default value is an expression all formatters will be applied, otherwise the default value will be output without being formatted.
defaultValue - Attribute of <textArea> tag in the netui (1.0) library.

Use in <netui:checkBoxGroup>, <netui:checkBox>, <netui:radioButtonGroup>, and <netui:select> tags

Sets the preselected value or values.

The defaultValue attribute takes either a String literal or a data binding expression.

If the defaultValue attribute has a String value (or if the data binding expression points to a String), then a single value will be preselected.

If the defaultValue attribute points to a String[] object (or any object which can be iterated over), then multiple values will be preselected.

Use in <netui:textArea> and <netui:textBox> tags

Sets the initial display text.

The defaultValue attribute takes either a String literal or a data binding expression that points to a String.

defaultValue - Attribute of <textBox> tag in the netui (1.0) library.

Use in <netui:checkBoxGroup>, <netui:checkBox>, <netui:radioButtonGroup>, and <netui:select> tags

Sets the preselected value or values.

The defaultValue attribute takes either a String literal or a data binding expression.

If the defaultValue attribute has a String value (or if the data binding expression points to a String), then a single value will be preselected.

If the defaultValue attribute points to a String[] object (or any object which can be iterated over), then multiple values will be preselected.

Use in <netui:textArea> and <netui:textBox> tags

Sets the initial display text.

The defaultValue attribute takes either a String literal or a data binding expression that points to a String.

defaultValue - Attribute of <attribute> tag in the netui-template (1.0) library.
The default value for <netui-template:attribute> placeholder. If a content page does not define a value for the placeholder through its <netui-template:setAttribute> tag, then the defaultValue will be used. If neither a value nor defaultValue is set, then the empty String "" will be output.
dir - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The dir attribute for the HTML anchor.
dir - Attribute of <caption> tag in the netui-data (1.0) library.
The text direction attribute for the caption
dir - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The dir for the HTML table tag.
dir - Attribute of <footer> tag in the netui-data (1.0) library.
The text direction attribute.
dir - Attribute of <header> tag in the netui-data (1.0) library.
The text direction attribute rendered by the HTML thead tag.
dir - Attribute of <imageCell> tag in the netui-data (1.0) library.
The dir for the image tag.
dir - Attribute of <row> tag in the netui-data (1.0) library.
The dir for the HTML tr tag.
dir - Attribute of <rows> tag in the netui-data (1.0) library.
The text direction attribute of the HTML tbody tag.
dir - Attribute of <spanCell> tag in the netui-data (1.0) library.
The dir.
dir - Attribute of <anchor> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <area> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <body> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <button> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <checkBox> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <checkBoxOption> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <fileUpload> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <form> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <hidden> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <html> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <image> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <imageAnchor> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <imageButton> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <label> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <radioButtonOption> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <select> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <selectOption> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <span> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <textArea> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
dir - Attribute of <textBox> tag in the netui (1.0) library.
Specifies the direction of text. (LTR | RTL)
directories - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether directory buttons are displayed in the popup window.
disabled - Attribute of <button> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <checkBox> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <checkBoxOption> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <fileUpload> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <hidden> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <imageButton> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <radioButtonOption> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <select> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <selectOption> tag in the netui (1.0) library.
Boolean value that determines whether the <option> is disabled.
disabled - Attribute of <textArea> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <textBox> tag in the netui (1.0) library.
Set the disable state either with the literal "true" or "false" or with an expression.
disabled - Attribute of <treeItem> tag in the netui (1.0) library.
Boolean. Determines if the tree node is enabled or disabled.
disableDefaultPager - Attribute of <configurePager> tag in the netui-data (1.0) library.
Sets the value of an attribute that enables or disables rendering the data grid's default pager. When this value is set to false, the data grid will not render its pager and rendering is left to the page author. When rendering is disabled, a pager can be rendered using the org.apache.beehive.netui.tags.databinding.datagrid.RenderPager tag or manually in a page.
disabledStyle - Attribute of <tree> tag in the netui (1.0) library.
Set the style of a tree element when is is disabled. A disabled element will have a style that can be expanded/contracted, but may not be selected.
disabledStyleClass - Attribute of <tree> tag in the netui (1.0) library.
Set the style class of a tree element when is is disabled. A disabled element will have a style that may be expanded/contracted, but may not be selected.
disableFilterRendering - Attribute of <headerCell> tag in the netui-data (1.0) library.
Set a boolean which can be used to enable / disable rendering of UI associated with filtering inside of the data grid.
disableSecondClick - Attribute of <anchor> tag in the netui (1.0) library.
Boolean. If disableSecondClick is set to true, the anchor will disable itself after being clicked.
disableSecondClick - Attribute of <area> tag in the netui (1.0) library.
Boolean. If disableSecondClick is set to true, the anchor will disable itself after being clicked.
disableSecondClick - Attribute of <button> tag in the netui (1.0) library.
Boolean. If disableSecondClick is set to true, the button will disable itself before submitting.
disableSecondClick - Attribute of <imageAnchor> tag in the netui (1.0) library.
Boolean. If disableSecondClick is set to true, the anchor will disable itself after being clicked.
disableSortRendering - Attribute of <headerCell> tag in the netui-data (1.0) library.
Set a boolean which can be used to enable / disable rendering of UI associated with sorting inside of the data grid.
divName - Attribute of <serializeXML> tag in the netui-data (1.0) library.
Set the name of the div into which this XML will be rendered.
<divPanel> - JSP tag in the netui (1.0) library.
Creates an HTML <div> tag that may contain additional <div> tags.
documentType - Attribute of <html> tag in the netui (1.0) library.
Set the document type (html4-loose or xhtml1-transitional) of the document. The default is html4-loose-quirks.
documentType - Attribute of <template> tag in the netui-template (1.0) library.

E

enctype - Attribute of <form> tag in the netui (1.0) library.
The content encoding to be used on a POST submit.
<error> - JSP tag in the netui (1.0) library.
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.
<errors> - JSP tag in the netui (1.0) library.
Renders the set of error messages found in the ActionMessages registered in the PageContext at org.apache.struts.action.Action.ERROR_KEY.
escapeForHtml - Attribute of <tree> tag in the netui (1.0) library.
When true the content of labels will be escaped for HTML.
escapeWhiteSpaceForHtml - Attribute of <label> tag in the netui (1.0) library.
Sets a boolean flag indicating if we will escape white space for HTML.
escapeWhiteSpaceForHtml - Attribute of <span> tag in the netui (1.0) library.
Sets a boolean flag indicating if we will escape white space for HTML.
<exceptions> - JSP tag in the netui (1.0) library.
Renders exception messages and stack traces inline on the JSP page.
expanded - Attribute of <treeItem> tag in the netui (1.0) library.
Sets the expanded/collapsed state of the tree node.
expandOnServer - Attribute of <treeItem> tag in the netui (1.0) library.
If this attribute is true and runAtClient is also true, then an expansion on this node will cause that to happen on the server. When runAtClient is false, all expansions will happen on the server.
expansionAction - Attribute of <tree> tag in the netui (1.0) library.
Sets the action used for expanding and contracting tree nodes.
expansionAction - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the action used for expanding and contracting tree nodes.
expression - Attribute of <bindingUpdateErrors> tag in the netui (1.0) library.
String. The data binding expression to match for binding errors. If an data binding expression is specified, only binding errors for that expression will be displayed. Otherwise, all errors will be displayed.

F

facet - Attribute of <attribute> tag in the netui (1.0) library.
The name of the facet targetted by the attribute.
facet - Attribute of <behavior> tag in the netui (1.0) library.
The name of the facet targetted by the behavior.
failOnError - Attribute of <callMethod> tag in the netui-data (1.0) library.
Sets whether or not to report exceptions to the page when errors occur invoking a method on an object.
failOnError - Attribute of <callPageFlow> tag in the netui-data (1.0) library.
Sets whether or not to report exceptions to the page when errors occur invoking a method on an object.
<fileUpload> - JSP tag in the netui (1.0) library.
Renders an HTML input tag with which users can browse, select, and upload files from their local machine.
filterAction - Attribute of <headerCell> tag in the netui-data (1.0) library.
Set the name of an action used to perform filtering on a data grid. This action must exist in the context of the current Page Flow. It is used to build anchor URIs that when clicked change or display UI that allows for change to the cell's filter state. Only one of this and the org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterHrefsetFilterHref(String) may be set on this tag.
filterExpression - Attribute of <anchorCell> tag in the netui-data (1.0) library.

Set the filter expression with which this cell should be associated. Cells use this value to lookup any org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state that may apply to this cell. Often, this value matches a org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterExpressionsetFilterExpression(String) set on a header cell. It is used by data cells to render styles representing filtered data.

filterExpression - Attribute of <headerCell> tag in the netui-data (1.0) library.
Set the filter expression for this header cell. The value of this attribute is used to lookup org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state for a data grid If filters are found matching this filter expression, the column is said to be 'filtered'. When a column is filtered, it is possible for the header cell UI to change to allow changing or removing the filter. By default, no UI is rendered for filtered columns. To have data cells rendered with filter information, this filter expression value should be set on the org.apache.beehive.netui.tags.databinding.datagrid.AbstractHtmlTableCell.setFilterExpressionsetFilterExpression(String) attribute for cell tags rendered inside of the org.apache.beehive.netui.tags.databinding.datagrid.Rows tag.
filterExpression - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.

Set the filter expression with which this cell should be associated. Cells use this value to lookup any org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state that may apply to this cell. Often, this value matches a org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterExpressionsetFilterExpression(String) set on a header cell. It is used by data cells to render styles representing filtered data.

filterExpression - Attribute of <imageCell> tag in the netui-data (1.0) library.

Set the filter expression with which this cell should be associated. Cells use this value to lookup any org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state that may apply to this cell. Often, this value matches a org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterExpressionsetFilterExpression(String) set on a header cell. It is used by data cells to render styles representing filtered data.

filterExpression - Attribute of <spanCell> tag in the netui-data (1.0) library.

Set the filter expression with which this cell should be associated. Cells use this value to lookup any org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state that may apply to this cell. Often, this value matches a org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterExpressionsetFilterExpression(String) set on a header cell. It is used by data cells to render styles representing filtered data.

filterExpression - Attribute of <templateCell> tag in the netui-data (1.0) library.

Set the filter expression with which this cell should be associated. Cells use this value to lookup any org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state that may apply to this cell. Often, this value matches a org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterExpressionsetFilterExpression(String) set on a header cell. It is used by data cells to render styles representing filtered data.

filterHref - Attribute of <headerCell> tag in the netui-data (1.0) library.
Set an href used to build URIs to change the filter state for this header cell. Only one of this and the org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setFilterActionsetFilterAction(String) attribute may be set on this tag.
firstPage - Attribute of <divPanel> tag in the netui (1.0) library.
Set the name of the first page to display.
focus - Attribute of <form> tag in the netui (1.0) library.
The tagID of an input field which should receive initial focus.
<footer> - JSP tag in the netui-data (1.0) library.

The Footer tag is used to render a table row after the data grid has rendered the header and rows regions demarcated by the org.apache.beehive.netui.tags.databinding.datagrid.Header and org.apache.beehive.netui.tags.databinding.datagrid.Rows tags respectively.

for - Attribute of <label> tag in the netui (1.0) library.
The value of this attribute matches a tagId on an form input and links the value to that control.
<form> - JSP tag in the netui (1.0) library.
Renders an HTML form that can be submitted to a Java method in the Controller file for processesing.
<formatDate> - JSP tag in the netui (1.0) library.
A formatter used to format dates.
formatDefaultValue - Attribute of <label> tag in the netui (1.0) library.
Boolean indicating whether the formatter should be applied to the defaultValue. The default is "false" meaning formatters will not be applied.
formatDefaultValue - Attribute of <span> tag in the netui (1.0) library.
Boolean indicating whether the formatter should be applied to the defaultValue. The default is "false" meaning formatters will not be applied.
<formatNumber> - JSP tag in the netui (1.0) library.
A formatter used to format numbers.
<formatString> - JSP tag in the netui (1.0) library.
A formatter used to format strings.
formSubmit - Attribute of <anchor> tag in the netui (1.0) library.
Boolean. If formSubmit is set to true, and the <netui:anchor> tag is within a <netui:form> tag, then the form data will be submitted to the method named in the <netui:form> tag's action attribute.
formSubmit - Attribute of <area> tag in the netui (1.0) library.
Boolean. If formSubmit is set to true, and the <netui:anchor> tag is within a <netui:form> tag, then the form data will be submitted to the method named in the <netui:form> tag's action attribute.
formSubmit - Attribute of <imageAnchor> tag in the netui (1.0) library.
Boolean. If formSubmit is set to true, and the <netui:anchor> tag is within a <netui:form> tag, then the form data will be submitted to the method named in the <netui:form> tag's action attribute.
frame - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The frame attribute for the HTML table tag.

G

generateIdScope - Attribute of <html> tag in the netui (1.0) library.
Automatically generate a scopeId for this script container.
generateIdScope - Attribute of <scriptContainer> tag in the netui (1.0) library.
Automatically generate a scopeId for this script container.
genJavaScriptFormSubmit - Attribute of <form> tag in the netui (1.0) library.
Generate the form submit JavaScript even if the form does not contain anchors. Default is false.
<getData> - JSP tag in the netui-data (1.0) library.

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> - JSP tag in the netui-data (1.0) library.

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.

gridName - Attribute of <getDataGridState> tag in the netui-data (1.0) library.
Set the data grid name whose org.apache.beehive.netui.databinding.datagrid.api.DataGridState should be placed in the javax.servlet.jsp.JspContext.

H

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

The Header tag is used to render a table row(s) before the data grid has rendered data rows as demarcated by the org.apache.beehive.netui.tags.databinding.datagrid.Rows tag.

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

This tag is used to render an HTML table header cell and should generally be used inside of the data grid's org.apache.beehive.netui.tags.databinding.datagrid.Header tag.

headerText - Attribute of <headerCell> tag in the netui-data (1.0) library.
Sets the text to render for this table header cell. This text will be rendered inside of the <th> tags.
height - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The image height attribute for the HTML image tag.
height - Attribute of <imageCell> tag in the netui-data (1.0) library.
The height of the image to be displayed.
height - Attribute of <configurePopup> tag in the netui (1.0) library.
The height of the popup window.
height - Attribute of <image> tag in the netui (1.0) library.
The image height
height - Attribute of <imageAnchor> tag in the netui (1.0) library.
The image height
<hidden> - JSP tag in the netui (1.0) library.
Generates an HTML hidden tag with a given value.
href - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The URL to go to.
href - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The HREF for the HTML anchor tag.
href - Attribute of <anchor> tag in the netui (1.0) library.
The URL to go to.
href - Attribute of <area> tag in the netui (1.0) library.
The URL to go to.
href - Attribute of <imageAnchor> tag in the netui (1.0) library.
The URL to go to.
href - Attribute of <treeItem> tag in the netui (1.0) library.
The href attribute of the node's link.
hrefLang - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The hrefLang attribute for the HTML anchor.
hrefLang - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The hreflang attribute for the HTML anchor tag.
hrefLang - Attribute of <anchor> tag in the netui (1.0) library.
The HREF lang.
hrefLang - Attribute of <imageAnchor> tag in the netui (1.0) library.
The HREF lang.
hspace - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The horizontal spacing for the HTML image tag.
hspace - Attribute of <imageCell> tag in the netui-data (1.0) library.
The horizontal spacing around the image.
hspace - Attribute of <image> tag in the netui (1.0) library.
The horizontal spacing around the image.
hspace - Attribute of <imageAnchor> tag in the netui (1.0) library.
The horizontal spacing around the image.
<html> - JSP tag in the netui (1.0) library.

Renders an <html> tag.

I

icon - Attribute of <treeItem> tag in the netui (1.0) library.
The icon URI.
iconRoot - Attribute of <tree> tag in the netui (1.0) library.
The directory containing the icon images for tree items.
iconRoot - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
The directory containing the icon images for tree items.
idScope - Attribute of <html> tag in the netui (1.0) library.
The id that is associated with the script methods.
idScope - Attribute of <scriptContainer> tag in the netui (1.0) library.
The id that is associated with the script methods.
ignoreNulls - Attribute of <repeater> tag in the netui-data (1.0) library.
Boolean. If set to true, any null iteration items in the data set will be ignored.
<image> - JSP tag in the netui (1.0) library.
Renders an HTML <img> tag with specified attributes.
<imageAnchor> - JSP tag in the netui (1.0) library.

Generates a hyperlink with a clickable image.

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

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

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

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

imageRoot - Attribute of <tree> tag in the netui (1.0) library.
The directory containing the images for tree icons.
imageRoot - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the name of the directory containing the images for our icons, relative to the page including this tag.
imageStyle - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The style for the HTML image tag.
imageStyle - Attribute of <imageAnchor> tag in the netui (1.0) library.
For legacy documents. Specifies style information for the contained image. When the tag library is running in legacy mode, this will override the style attribute. If this is not set, and style is set, then it will be applied to the image.
imageStyleClass - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The style class for the HTML image tag.
imageStyleClass - Attribute of <imageAnchor> tag in the netui (1.0) library.
For legacy documents. The style class (a style sheet selector). When the tag library is running in legacy mode, this will override the styleClass attribute. If this is not set, and styleClass is set, then it will be applied to the image.
<includeSection> - JSP tag in the netui-template (1.0) library.
Defines a content placeholder within a template.
ismap - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The server-side map declaration for the HTML image tag.
ismap - Attribute of <image> tag in the netui (1.0) library.
The server-side map declaration.
ismap - Attribute of <imageAnchor> tag in the netui (1.0) library.
The server-side map declaration.
ismap - Attribute of <imageButton> tag in the netui (1.0) library.
Sets the ismap of for the map.
itemIcon - Attribute of <tree> tag in the netui (1.0) library.
Sets the default icon for TreeElements for a blank area of the tree. (Defaults to "folder.gif").
itemIcon - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the default icon for tree nodes for a blank area of the tree. (Defaults to "folder.gif").

K

key - Attribute of <error> tag in the netui (1.0) library.
The key under which the error was stored (often the name of the form bean property associated with the error)

L

<label> - JSP tag in the netui (1.0) library.
Associates text with an input element in a org.apache.beehive.netui.tags.html.Form.
labelStyle - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Set the label style for each contained CheckBoxOption.
labelStyle - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The style of the text displayed by the rendered checkbox.
labelStyle - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Set the label style for each contained CheckBoxOption.
labelStyle - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The style of the label for each contained <netui:radioButtonOption> tag.
labelStyleClass - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Set the label style class for each contained CheckBoxOption.
labelStyleClass - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The class of the text displayed by the rendered checkbox.
labelStyleClass - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Set the label style class for each contained CheckBoxOption.
labelStyleClass - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The class of the labels for each contained <netui:radioButtonOption> tag.
lang - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The lang attribute for the HTML anchor.
lang - Attribute of <caption> tag in the netui-data (1.0) library.
The language attribute for the HTML caption
lang - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The lang for the HTML table tag.
lang - Attribute of <footer> tag in the netui-data (1.0) library.
The language.
lang - Attribute of <header> tag in the netui-data (1.0) library.
The language attribute rendered by the HTML thead tag.
lang - Attribute of <imageCell> tag in the netui-data (1.0) library.
The lang.
lang - Attribute of <row> tag in the netui-data (1.0) library.
The lang for the HTML tr tag.
lang - Attribute of <rows> tag in the netui-data (1.0) library.
The language of the HTML tbody tag.
lang - Attribute of <spanCell> tag in the netui-data (1.0) library.
The lang for the HTML span.
lang - Attribute of <anchor> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <area> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <body> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <button> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <checkBox> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <checkBoxOption> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <fileUpload> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <form> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <hidden> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <image> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <imageAnchor> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <imageButton> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <label> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <radioButtonOption> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <select> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <selectOption> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <span> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <textArea> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
lang - Attribute of <textBox> tag in the netui (1.0) library.
Sets the language code for the base language of an element's attribute values and text content.
language - Attribute of <declareBundle> tag in the netui-data (1.0) library.
Set the language to use when looking-up resource bundle messages. The two-letter lowercase ISO-639 language 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.
language - Attribute of <formatDate> tag in the netui (1.0) library.
Sets the language code for the locale.
language - Attribute of <formatNumber> tag in the netui (1.0) library.
Sets the language code for the locale.
language - Attribute of <formatString> tag in the netui (1.0) library.
Sets the language code for the locale.
lastLineJoinImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for a blank area of the tree. (Defaults to "lastLineJoin.gif")
lastLineJoinImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for a blank area of the tree. (Defaults to "lastLineJoin.gif").
lastNodeCollapsedImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for a closed non-leaf node with no line below it. (Defaults to "lastNodeCollapsed.gif".)
lastNodeCollapsedImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for a closed non-leaf node with no line below it. (Defaults to "lastNodeCollapsed.gif").
lastNodeExpandedImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for an open non-leaf node with no line below it. (Defaults to "lastNodeExpanded.gif".)
lastNodeExpandedImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for an open non-leaf node with no line below it. (Defaults to "lastNodeExpanded.gif").
left - Attribute of <configurePopup> tag in the netui (1.0) library.
The X coordinate of the top left corner of the popup window.
lineJoinImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for an area with a line through it. (Defaults to "lineJoin.gif").
lineJoinImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for an area with a line through it. (Defaults to "lineJoin.gif").
link - Attribute of <body> tag in the netui (1.0) library.
The color of text marking unvisited hypertext links of the page
linkName - Attribute of <anchor> tag in the netui (1.0) library.
An internal place on the page to go to.
linkName - Attribute of <imageAnchor> tag in the netui (1.0) library.
An internal place on the page to go to.
locale - Attribute of <error> tag in the netui (1.0) library.
The name of the session attribute key for the user's locale. This defaults to org.apache.struts.action.Action.LOCALE_KEY.
locale - Attribute of <errors> tag in the netui (1.0) library.
The name of the session attribute key for the user's locale. This defaults to org.apache.struts.action.Action.LOCALE_KEY.
location - Attribute of <anchor> tag in the netui (1.0) library.
Location within the URI to visit.
location - Attribute of <area> tag in the netui (1.0) library.
Location within the URI to visit.
location - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the location (address) bar is visible in the popup window.
location - Attribute of <form> tag in the netui (1.0) library.
The location hash to append to the URL.
location - Attribute of <image> tag in the netui (1.0) library.
The location hash to append to the URL.
location - Attribute of <imageAnchor> tag in the netui (1.0) library.
Location within the URI to visit.
longdesc - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The longdesc attribute for the HTML image tag.
longdesc - Attribute of <imageCell> tag in the netui-data (1.0) library.
The alternative text of the image tag
longdesc - Attribute of <image> tag in the netui (1.0) library.
Specifies a link to the the long description.
longdesc - Attribute of <imageAnchor> tag in the netui (1.0) library.
Specifies a link to the the long description.

M

map - Attribute of <parameterMap> tag in the netui (1.0) library.
A data binding expression pointing to a java.util.Map of parameters. The expression can point at any implementation of the java.util.Map interface, including java.util.AbstractMap, java.util.HashMap, java.util.Hashtable, etc.
maxlength - Attribute of <textBox> tag in the netui (1.0) library.
Integer. The maximum number of character that can be entered in the rendered <input> element.
maxRepeat - Attribute of <pad> tag in the netui-data (1.0) library.
Set the maximum number of items that will be rendered by a <netui-data:repeater> tag. If the size of the data set is greater than this, only this many items will be rendered. This value can be an integer or can be an expression that resolves to an integer.
menubar - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the menu bar is displayed in the popup window.
<message> - JSP tag in the netui-data (1.0) library.

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

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

This tag should be used in conjunction with the org.apache.beehive.netui.tags.databinding.message.Message tag to provide a message argument to the message format provided in the org.apache.beehive.netui.tags.databinding.message.Message.setValuesetValue(Object) method.

method - Attribute of <callMethod> tag in the netui-data (1.0) library.
Sets the name of a method to invoke on the target object.
method - Attribute of <callPageFlow> tag in the netui-data (1.0) library.
Sets the name of a method to invoke on the target object.
method - Attribute of <form> tag in the netui (1.0) library.
The request method used when submitting this form.
<methodParameter> - JSP tag in the netui-data (1.0) library.

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

minRepeat - Attribute of <pad> tag in the netui-data (1.0) library.
Set the minimum number of items that will be rendered by a <netui-data:repeater> tag. If the size of the data set is smaller than this, the data set will be padded with the value of the padText attribute. This value can be an integer or can be an expression that resolves to an integer.
multiple - Attribute of <select> tag in the netui (1.0) library.
Boolean. Whether or not multi-selection is enabled. If multiple selection is enabled, a null option will not be displayed, even if the nullable is set to true.

N

name - Attribute of <dataGrid> tag in the netui-data (1.0) library.
Set the name of this data grid. The name should be a simple String that is used to uniquely identify a data grid inside of a JSP. This value is also used to namespace state information in the URL that is scoped to a data grid. Within a given scope in a page, the page author is responsible for ensuring that this name is unique.
name - Attribute of <declareBundle> tag in the netui-data (1.0) library.
The name inside of the ${bundle...} databinding context under which the properties in this bundle are available. The identifier default is an illegal value for this attribute and is reserved for use by this tag.
name - Attribute of <declarePageInput> tag in the netui-data (1.0) library.
The name of the variable to reference.
name - Attribute of <attribute> tag in the netui (1.0) library.
The name of the attribute to add to the parent tag.
name - Attribute of <behavior> tag in the netui (1.0) library.
The name of the behavior to add to the parent tag.
name - Attribute of <configurePopup> tag in the netui (1.0) library.
The name of the popup window.
name - Attribute of <parameter> tag in the netui (1.0) library.
The name of the parameter.
name - Attribute of <rewriteName> tag in the netui (1.0) library.
The name which will be rewritten. This value will be output to the page rendered in the browser and may be looked up using 'name'.
name - Attribute of <attribute> tag in the netui-template (1.0) library.
The name for the <netui-template:attribute> placeholder. The name may be used more than once in a template page.
name - Attribute of <includeSection> tag in the netui-template (1.0) library.
The name of the section. This name must be unique within the template page.
name - Attribute of <section> tag in the netui-template (1.0) library.
The name of the content to fill the placeholder. This name is matched against the <netui-template:includeSection> name. If the names match, the content of this tag will be rendered within the template's placeholder.
name - Attribute of <setAttribute> tag in the netui-template (1.0) library.
The name of the attribute to set.
nodeCollapsedImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for a closed non-leaf node with a line below it. (Defaults to "nodeCollapsed.gif".)
nodeCollapsedImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for a closed non-leaf node with a line below it. (Defaults to "nodeCollapsed.gif").
nodeExpandedImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for an open non-leaf node with a line below it. (Defaults to "nodeExpanded.gif".)
nodeExpandedImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for an open non-leaf node with a line below it. (Defaults to "nodeExpanded.gif").
null - Attribute of <methodParameter> tag in the netui-data (1.0) library.
Boolean. Determines if the parameter passed to the method is null.
nullable - Attribute of <select> tag in the netui (1.0) library.
Boolean. Whether a option with the value null should be added to the bottom of the list. If <select> has the multiple attribute set to true, the null option won't be shown.
nullableOptionText - Attribute of <select> tag in the netui (1.0) library.
Boolean. If the nullable attribute is set to true, then the nullableOptionText attribute determines the display text of the null option. The default is to use the empty string, "", as the display text.

O

object - Attribute of <callMethod> tag in the netui-data (1.0) library.
A string or data binding expression that names the class on which to call a method.
object - Attribute of <callPageFlow> tag in the netui-data (1.0) library.
A string or data binding expression that names the class on which to call a method.
onBlur - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onBlur JavaScript event for the HTML anchor.
onBlur - Attribute of <anchor> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <area> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <button> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <checkBox> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <fileUpload> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <hidden> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <imageButton> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <select> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <textArea> tag in the netui (1.0) library.
The onBlur JavaScript event.
onBlur - Attribute of <textBox> tag in the netui (1.0) library.
The onBlur JavaScript event.
onChange - Attribute of <button> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <checkBox> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <fileUpload> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <hidden> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <imageButton> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <select> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <textArea> tag in the netui (1.0) library.
The onChange JavaScript event.
onChange - Attribute of <textBox> tag in the netui (1.0) library.
The onChange JavaScript event.
onClick - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML anchor.
onClick - Attribute of <caption> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML caption.
onClick - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML table tag.
onClick - Attribute of <footer> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML tfoot.
onClick - Attribute of <header> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML thead tag.
onClick - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onClick JavaScript for the HTML anchor tag.
onClick - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onClick JavaScript event on the image tag.
onClick - Attribute of <row> tag in the netui-data (1.0) library.
The onClick JavaScript for the HTML tr tag.
onClick - Attribute of <rows> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML tbody tag.
onClick - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onClick JavaScript event for the HTML span.
onClick - Attribute of <anchor> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <area> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <body> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <button> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <checkBox> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <fileUpload> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <form> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <hidden> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <image> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <imageButton> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <label> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <select> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <selectOption> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <span> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <textArea> tag in the netui (1.0) library.
The onClick JavaScript event.
onClick - Attribute of <textBox> tag in the netui (1.0) library.
The onClick JavaScript event.
onDblClick - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML anchor.
onDblClick - Attribute of <caption> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML caption.
onDblClick - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML tag.
onDblClick - Attribute of <footer> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML tfoot.
onDblClick - Attribute of <header> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML thead tag.
onDblClick - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript for the HTML anchor tag.
onDblClick - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event on the image tag.
onDblClick - Attribute of <row> tag in the netui-data (1.0) library.
The onDblClick JavaScript for the HTML tr tag.
onDblClick - Attribute of <rows> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML tbody tag.
onDblClick - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onDblClick JavaScript event for the HTML span.
onDblClick - Attribute of <anchor> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <area> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <body> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <button> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <checkBox> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <fileUpload> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <form> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <hidden> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <image> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <imageButton> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <label> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <select> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <selectOption> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <span> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <textArea> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDblClick - Attribute of <textBox> tag in the netui (1.0) library.
The onDblClick JavaScript event.
onDiv - Attribute of <treeHtmlAttribute> tag in the netui (1.0) library.
Set the attribute value on the item <div>.
onFocus - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onFocus JavaScript event for the HTML anchor.
onFocus - Attribute of <anchor> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <area> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <button> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <checkBox> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <fileUpload> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <hidden> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <imageButton> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <select> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <textArea> tag in the netui (1.0) library.
The onFocus JavaScript event.
onFocus - Attribute of <textBox> tag in the netui (1.0) library.
The onFocus JavaScript event.
onIcon - Attribute of <treeHtmlAttribute> tag in the netui (1.0) library.
Set the attribute value on the icon
onKeyDown - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML anchor.
onKeyDown - Attribute of <caption> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML caption.
onKeyDown - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML tag.
onKeyDown - Attribute of <footer> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML tfoot.
onKeyDown - Attribute of <header> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML thead tag.
onKeyDown - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript for the HTML anchor tag.
onKeyDown - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event on the image tag.
onKeyDown - Attribute of <row> tag in the netui-data (1.0) library.
The onKeyDown JavaScript for the HTML tr tag.
onKeyDown - Attribute of <rows> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML tbody tag.
onKeyDown - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onKeyDown JavaScript event for the HTML span.
onKeyDown - Attribute of <anchor> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <area> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <body> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <button> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <checkBox> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <fileUpload> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <form> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <hidden> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <image> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <imageButton> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <label> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <select> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <selectOption> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <span> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <textArea> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyDown - Attribute of <textBox> tag in the netui (1.0) library.
The onKeyDown JavaScript event.
onKeyPress - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML anchor.
onKeyPress - Attribute of <caption> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML caption.
onKeyPress - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML tag.
onKeyPress - Attribute of <footer> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML tfoot.
onKeyPress - Attribute of <header> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML thead tag.
onKeyPress - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript for the HTML anchor tag.
onKeyPress - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event on the image tag.
onKeyPress - Attribute of <row> tag in the netui-data (1.0) library.
The onKeyPress JavaScript for the HTML tr tag.
onKeyPress - Attribute of <rows> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML tbody tag.
onKeyPress - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onKeyPress JavaScript event for the HTML span.
onKeyPress - Attribute of <anchor> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <area> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <body> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <button> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <checkBox> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <fileUpload> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <form> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <hidden> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <image> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <imageButton> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <label> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <select> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <selectOption> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <span> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <textArea> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyPress - Attribute of <textBox> tag in the netui (1.0) library.
The onKeyPress JavaScript event.
onKeyUp - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML anchor.
onKeyUp - Attribute of <caption> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML caption.
onKeyUp - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML tag.
onKeyUp - Attribute of <footer> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML tfoot.
onKeyUp - Attribute of <header> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML thead tag.
onKeyUp - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript for the HTML anchor tag.
onKeyUp - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event on the image tag.
onKeyUp - Attribute of <row> tag in the netui-data (1.0) library.
The onKeyUp JavaScript for the HTML tr tag.
onKeyUp - Attribute of <rows> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML tbody tag.
onKeyUp - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onKeyUp JavaScript event for the HTML span.
onKeyUp - Attribute of <anchor> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <area> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <body> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <button> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <checkBox> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <fileUpload> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <form> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <hidden> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <image> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <imageButton> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <label> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <select> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <selectOption> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <span> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <textArea> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onKeyUp - Attribute of <textBox> tag in the netui (1.0) library.
The onKeyUp JavaScript event.
onLoad - Attribute of <body> tag in the netui (1.0) library.
The onLoad JavaScript event.
onMouseDown - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML anchor.
onMouseDown - Attribute of <caption> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML caption.
onMouseDown - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML tag.
onMouseDown - Attribute of <footer> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML tfoot.
onMouseDown - Attribute of <header> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML thead tag.
onMouseDown - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript for the HTML anchor tag.
onMouseDown - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event on the image tag.
onMouseDown - Attribute of <row> tag in the netui-data (1.0) library.
The onMouseDown JavaScript for the HTML tr tag.
onMouseDown - Attribute of <rows> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML tbody tag.
onMouseDown - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseDown JavaScript event for the HTML span.
onMouseDown - Attribute of <anchor> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <area> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <body> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <button> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <checkBox> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <fileUpload> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <form> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <hidden> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <image> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <imageButton> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <label> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <select> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <selectOption> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <span> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <textArea> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseDown - Attribute of <textBox> tag in the netui (1.0) library.
The onMouseDown JavaScript event.
onMouseMove - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML anchor.
onMouseMove - Attribute of <caption> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML caption.
onMouseMove - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML tag.
onMouseMove - Attribute of <footer> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML tfoot.
onMouseMove - Attribute of <header> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML thead tag.
onMouseMove - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript for the HTML anchor tag.
onMouseMove - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event on the image tag.
onMouseMove - Attribute of <row> tag in the netui-data (1.0) library.
The onMouseMove JavaScript for the HTML tr tag.
onMouseMove - Attribute of <rows> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML tbody tag.
onMouseMove - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseMove JavaScript event for the HTML span.
onMouseMove - Attribute of <anchor> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <area> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <body> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <button> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <checkBox> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <fileUpload> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <form> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <hidden> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <image> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <imageButton> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <label> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <select> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <selectOption> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <span> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <textArea> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseMove - Attribute of <textBox> tag in the netui (1.0) library.
The onMouseMove JavaScript event.
onMouseOut - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML anchor.
onMouseOut - Attribute of <caption> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML caption.
onMouseOut - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML tag.
onMouseOut - Attribute of <footer> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML tfoot.
onMouseOut - Attribute of <header> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML thead tag.
onMouseOut - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript for the HTML anchor tag.
onMouseOut - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event on the image tag.
onMouseOut - Attribute of <row> tag in the netui-data (1.0) library.
The onMouseOut JavaScript for the HTML tr tag.
onMouseOut - Attribute of <rows> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML tbody tag.
onMouseOut - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseOut JavaScript event for the HTML span.
onMouseOut - Attribute of <anchor> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <area> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <body> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <button> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <checkBox> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <fileUpload> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <form> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <hidden> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <image> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <imageButton> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <label> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <select> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <selectOption> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <span> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <textArea> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOut - Attribute of <textBox> tag in the netui (1.0) library.
The onMouseOut JavaScript event.
onMouseOver - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML anchor.
onMouseOver - Attribute of <caption> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML caption.
onMouseOver - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML table tag..
onMouseOver - Attribute of <footer> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML tfoot.
onMouseOver - Attribute of <header> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML thead tag.
onMouseOver - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript for the HTML anchor tag.
onMouseOver - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event on the image tag.
onMouseOver - Attribute of <row> tag in the netui-data (1.0) library.
The onMouseOver JavaScript for the HTML tr tag.
onMouseOver - Attribute of <rows> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML tbody tag.
onMouseOver - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseOver JavaScript event for the HTML span.
onMouseOver - Attribute of <anchor> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <area> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <body> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <button> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <checkBox> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <fileUpload> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <form> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <hidden> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <image> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <imageButton> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <label> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <select> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <selectOption> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <span> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <textArea> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseOver - Attribute of <textBox> tag in the netui (1.0) library.
The onMouseOver JavaScript event.
onMouseUp - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML anchor.
onMouseUp - Attribute of <caption> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML caption.
onMouseUp - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML tag.
onMouseUp - Attribute of <footer> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML tfoot.
onMouseUp - Attribute of <header> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML thead tag.
onMouseUp - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript for the HTML anchor tag.
onMouseUp - Attribute of <imageCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event on the image tag.
onMouseUp - Attribute of <row> tag in the netui-data (1.0) library.
The onMouseUp JavaScript for the HTML tr tag.
onMouseUp - Attribute of <rows> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML tbody tag.
onMouseUp - Attribute of <spanCell> tag in the netui-data (1.0) library.
The onMouseUp JavaScript event for the HTML span.
onMouseUp - Attribute of <anchor> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <area> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <body> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <button> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <checkBox> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <fileUpload> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <form> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <hidden> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <image> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <imageAnchor> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <imageButton> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <label> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <select> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <selectOption> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <span> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <textArea> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onMouseUp - Attribute of <textBox> tag in the netui (1.0) library.
The onMouseUp JavaScript event.
onPopupDone - Attribute of <configurePopup> tag in the netui (1.0) library.
The JavaScript function to be called when the popup window is closing.
onReset - Attribute of <form> tag in the netui (1.0) library.
The JavaScript onReset event.
onSelect - Attribute of <button> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <checkBox> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <fileUpload> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <hidden> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <imageButton> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <textArea> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelect - Attribute of <textBox> tag in the netui (1.0) library.
The onSelect JavaScript event.
onSelectionLink - Attribute of <treeHtmlAttribute> tag in the netui (1.0) library.
Set the attribute value on the link around the icon.
onSubmit - Attribute of <form> tag in the netui (1.0) library.
The JavaScript onSubmit event.
onUnload - Attribute of <body> tag in the netui (1.0) library.
The onLoad JavaScript event.
optionsDataSource - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Sets the options datasource value (an expression).
optionsDataSource - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Sets the options datasource value (an expression).
optionsDataSource - Attribute of <select> tag in the netui (1.0) library.
Sets the options datasource value (an expression).
orientation - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Set the orientation of the resulting options group.
orientation - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Set the orientation of the resulting options group.

P

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

Sets the number of items rendered by a org.apache.beehive.netui.tags.databinding.repeater.Repeater tag.

padText - Attribute of <pad> tag in the netui-data (1.0) library.
Set the text that will be used when padding a org.apache.beehive.netui.tags.databinding.repeater.Repeater that renders its body too few times.
pageAction - Attribute of <configurePager> tag in the netui-data (1.0) library.
Set the action used to perform paging. When a pager renders anchors for navigating the data set in a data grid, this action is used as the request URI to perform the paging. Only one of this and the org.apache.beehive.netui.tags.databinding.datagrid.ConfigurePager.setPageHrefsetPageHref(String) may be set.
pageHref - Attribute of <configurePager> tag in the netui-data (1.0) library.
Set the HREF used to perform paging. When a pager renders anchors for navigating the data set inside of the data grid, this HREF when set is used as the request URI to perform the paging. Only one of this and the org.apache.beehive.netui.tags.databinding.datagrid.ConfigurePager.setPageActionsetPageAction(String) may be set.
pagerFormat - Attribute of <configurePager> tag in the netui-data (1.0) library.
Set the style of the pager rendered by the data grid. This attribute allows the page author to choose from a set of pre-defined pager renderers which can be used to render paging UI in a data grid. The values include: prevNext which renders a pager as:
   Page # of # Previous Next
 
where Previous and Next are anchors that can navigate to the previous and next pages. When there is no previous or next page, Previous or Next are displayed as literal text.

firstPrevNextLast which renders a pager as:
   Page # of # First Previous Next Last
 
where First, Previous, Next, and Last are anchors that can navigate to the first, previous, next, and last pages respectively. When the anchors would reference invalid pages, First, Previous, Nest, and Last are displayed as literal text.
pagerRendererClass - Attribute of <configurePager> tag in the netui-data (1.0) library.
Set a Java class name to create a org.apache.beehive.netui.databinding.datagrid.api.rendering.PagerRenderer used to render a data grid's pager. The class referenced by this name must extend the org.apache.beehive.netui.databinding.datagrid.api.rendering.PagerRenderer base class.
pageSize - Attribute of <configurePager> tag in the netui-data (1.0) library.
Set the page size for the current data grid. This value is the maximum number of data rows that will be rendered by a data grid. When this value is set, it overides the org.apache.beehive.netui.tags.databinding.datagrid.ConfigurePager.setDefaultPageSizesetDefaultPageSize(Integer) attribute. If this value is not set, the org.apache.beehive.netui.tags.databinding.datagrid.ConfigurePager.setDefaultPageSizesetDefaultPageSize(Integer) is used to determine the maximum size of a data grid's page. Use this value when a data grid allows a user to vary the number of rows in a grid.
<parameter> - JSP tag in the netui (1.0) library.
Writes a name/value pair to the URL or the parent tag.
<parameterMap> - JSP tag in the netui (1.0) library.

Writes a group of name/value pairs to the URL or the parent tag.

password - Attribute of <textBox> tag in the netui (1.0) library.
Boolean. Determines whether the password characters that the user enters into the <input> element will be disguised in the browser.
pattern - Attribute of <formatDate> tag in the netui (1.0) library.
Sets the pattern to be used by this format tag. (See the tag description)
pattern - Attribute of <formatNumber> tag in the netui (1.0) library.
Sets the pattern to be used by this format tag. (See the tag description)
pattern - Attribute of <formatString> tag in the netui (1.0) library.
Sets the pattern to be used by this format tag. (See the tag description)
placement - Attribute of <scriptBlock> tag in the netui (1.0) library.
String value 'after' or 'before'. Places the JavaScript before or after the JavaScript provided by the framework.
popup - Attribute of <anchor> tag in the netui (1.0) library.
Boolean. If popup is set to true, the anchor will open a popup window.
popup - Attribute of <area> tag in the netui (1.0) library.
Boolean. If popup is set to true, the anchor will open a popup window.
popup - Attribute of <button> tag in the netui (1.0) library.
Boolean. If popup is set to true, the button will open a popup window.
popup - Attribute of <imageAnchor> tag in the netui (1.0) library.
Boolean. If popup is set to true, the anchor will open a popup window.
popupFunc - Attribute of <configurePopup> tag in the netui (1.0) library.
The JavaScript function to be called to open the popup window.

R

<radioButtonGroup> - JSP tag in the netui (1.0) library.
Renders a collection of radiobutton options as <input type="radio"> and handles the data binding of their values.
<radioButtonOption> - JSP tag in the netui (1.0) library.
Generates a single radiobutton option in a group of options.
readonly - Attribute of <fileUpload> tag in the netui (1.0) library.
Boolean. Determines whether or not the file upload field is read-only.
readonly - Attribute of <textArea> tag in the netui (1.0) library.
Boolean. Determines whether text can be entered in the <netui:textArea> or not.
readonly - Attribute of <textBox> tag in the netui (1.0) library.
Boolean. Determines if the rendered <input> element is read-only.
rel - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The rel attribute for the HTML anchor.
rel - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The rel attribute for the HTML anchor tag.
rel - Attribute of <anchor> tag in the netui (1.0) library.
The relationship between the current document and the target Url.
rel - Attribute of <imageAnchor> tag in the netui (1.0) library.
The relationship between the current document and the target Url.
renderAsButton - Attribute of <button> tag in the netui (1.0) library.
Boolean. If renderAsButton is set to true, render a <button> rather than an <input> tag.
<renderPager> - JSP tag in the netui-data (1.0) library.

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

renderRow - Attribute of <footer> tag in the netui-data (1.0) library.
Set a boolean that enables / disables rendering HTML table rows by this tag. If the value is enabled, an HTML <tr> will be rendered when this tag renders its body. If the value is disabled, no <tr> tags will be rendered and the page author is responsible for maintaining the integrity of the HTML table.
renderRow - Attribute of <header> tag in the netui-data (1.0) library.
Set a boolean that enables / disables rendering HTML table rows by this tag. If the value is enabled, an HTML <tr> will be rendered when this tag renders its body. If the value is disabled, no <tr> tags will be rendered and the page author is responsible for maintaining the integrity of the HTML table.
renderRow - Attribute of <rows> tag in the netui-data (1.0) library.
Set a boolean that enables / disables rendering HTML table rows by this tag. If the value is enabled, an HTML <tr> will be rendered when this tag renders its body. If the value is disabled, no <tr> tags will be rendered and the page author is responsible for maintaining the integrity of the HTML table.
renderRowGroups - Attribute of <dataGrid> tag in the netui-data (1.0) library.

Sets a boolean that enables / disables rendering of HTML table row groups in the data grid. When row group rendering is enabled, the data grid tags will produce the thead, tbody, and tfoot HTML tags via the org.apache.beehive.netui.tags.databinding.datagrid.Header, org.apache.beehive.netui.tags.databinding.datagrid.Rows, and org.apache.beehive.netui.tags.databinding.datagrid.Footer tags respectively. In addition, as per the HTML specification, the data grid will reorder the output of the row groups to in order to produce valid HTML. When row group rendering is enabled and a page is using JavaScript, the data grid must be nested inside of a NetUI org.apache.beehive.netui.tags.javascript.ScriptContainer in order for JavaScript rendering to be ordered correctly. Legacy JavaScript script mode is not supported by the data grid.

renderTagIdLookup - Attribute of <tree> tag in the netui (1.0) library.
Output the standard tagId to Id JavaScript.
<repeater> - JSP tag in the netui-data (1.0) library.

Iterates over a data set to render it as HTML.

repeater - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Set whether repeating of contained options is on.
repeater - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Set whether repeating of contained options is on.
repeater - Attribute of <select> tag in the netui (1.0) library.
Set whether repeating of contained options is on.
<repeaterFooter> - JSP tag in the netui-data (1.0) library.

Renders the footer of a org.apache.beehive.netui.tags.databinding.repeater.Repeater tag.

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

Renders the header of a org.apache.beehive.netui.tags.databinding.repeater.Repeater tag.

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

This tag is used to render an individual item in the data set as it is iterated over by the org.apache.beehive.netui.tags.databinding.repeater.Repeater tag.

repeatingOrder - Attribute of <select> tag in the netui (1.0) library.
Define the order of options generated for a repeating Select. It must contain a comma separated string listing the order or the stages that the repeating types are processed. These values are "option", "dataSource", "default", and "null". For example,
    repeatingOrder="dataSource,option"
Then a <netui:selectOption> element could set the repeatingType attribute to "dataSource" while another is defined for "option".
repeatingType - Attribute of <selectOption> tag in the netui (1.0) library.
If the selectOption tag is being used inside a repeating Select, this defines the Select attribute used to generate the option elements. Values are "option", "dataSource", "default", (for optionsDataSource, dataSource, and defaultValue attributes respectively) and "null".
replace - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the popup window's location will replace the location in the current window's navigation history.
reportErrors - Attribute of <template> tag in the netui-template (1.0) library.
Boolean. Determines if the template should report errors. The errors will be reported inline on the JSP page.
required - Attribute of <declarePageInput> tag in the netui-data (1.0) library.
Set a flag that declares whether this page intput is required or optiona. If a Page Input is required, the tag will report an error if the page input key does not appear in the set of page inputs for a page.
resizable - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the popup window is resizable.
resourceBundlePath - Attribute of <dataGrid> tag in the netui-data (1.0) library.

Set the resource bundle path used when getting messages from a org.apache.beehive.netui.databinding.datagrid.api.DataGridResourceProvider during data grid rendering. The resource bundle provided here will entirely override messages obtained from the org.apache.beehive.netui.databinding.datagrid.api.DataGridResourceProvider and must include all message keys that are used for rendering. In order to replace individual messages, use the behavior available from the org.apache.beehive.netui.tags.databinding.datagrid.DataGrid.setBehaviorsetBehavior(String, Object, String) method.

resultId - Attribute of <callMethod> tag in the netui-data (1.0) library.
Sets the identifier at which the result of invoking the method will stored. Once stored, the result of the reflective invocation will be available via the JSP EL implicit object ${pageScope} with the attribute name set via this property.
resultId - Attribute of <callPageFlow> tag in the netui-data (1.0) library.
Sets the identifier at which the result of invoking the method will stored. Once stored, the result of the reflective invocation will be available via the JSP EL implicit object ${pageScope} with the attribute name set via this property.
resultId - Attribute of <getData> tag in the netui-data (1.0) library.
Specifies the property of the PageContext object where the data will be stored.
resultId - Attribute of <message> tag in the netui-data (1.0) library.
Set the attribute name under which the output formatted message will be available. The message will be stored in the JSP EL implicit object pageScope. If the value of this attribute is foo, the resulting message will be available with ${pageScope.foo}.
resultId - Attribute of <rewriteName> tag in the netui (1.0) library.
A name that will cause the real name to be stored into the page context under this name.
<retrievePopupOutput> - JSP tag in the netui (1.0) library.
Causes a value to be retrieved when a popup window closes.
rev - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The rev for the HTML anchor.
rev - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The rev attribute for the HTML anchor tag.
rev - Attribute of <anchor> tag in the netui (1.0) library.
Describes a reverse link from the anchor specified to the current document.
rev - Attribute of <imageAnchor> tag in the netui (1.0) library.
Describes a reverse link from the anchor specified to the current document.
<rewriteName> - JSP tag in the netui (1.0) library.
Allows a name, typically either an id or name attribute, to participate in URL rewritting.
<rewriteURL> - JSP tag in the netui (1.0) library.
Allows a URL to participate in URL rewritting.
rolloverImage - Attribute of <imageAnchor> tag in the netui (1.0) library.
The URI of the rollover image.
rolloverImage - Attribute of <imageButton> tag in the netui (1.0) library.
The URI of the rollover image.
rootNodeCollapsedImage - Attribute of <tree> tag in the netui (1.0) library.
The image representing the root when it is collapsed. (Defaults to "rootCollapsed.gif").
rootNodeExpandedImage - Attribute of <tree> tag in the netui (1.0) library.
The image representing the root when it is expanded. (Defaults to "rootExpanded.gif").
<row> - JSP tag in the netui-data (1.0) library.

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.

rowClass - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
Set the HTML style class that is rendered on each HTML table row that is opened by this tag. For example, if the row class is "rowClass", each opening table row tag is:
     <tr class="rowClass">
 
rows - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
Integer. The number of rows that should be rendered in the HTML table. If the rows attribute is specified but the columns attribute is not, the columns attribute will be inferred using the size of the data set.
<rows> - JSP tag in the netui-data (1.0) library.

The Rows tag is used to render a table row(s) that contain the data from a data set displayed in a data grid.

rows - Attribute of <textArea> tag in the netui (1.0) library.
The number of rows in the <netui:textArea>
rules - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The rules attribute for the HTML table tag.
runAtClient - Attribute of <tree> tag in the netui (1.0) library.
Indicates whether that base expand and contraction will happen on the client.

S

scope - Attribute of <treeItem> tag in the netui (1.0) library.
Set the target scope for this tree node's URI. Any page flow that handles the URI will be made active within the given scope. Scopes allow multiple page flows to be active within the same user session; page flows in different scopes do not in general interact with each other. This attribute is commonly used in conjunction with the target attribute to invoke a new page flow in a separate window.
scopeId - Attribute of <headerCell> tag in the netui-data (1.0) library.
Sets the scopeId for any anchors rendered by this header cell.
<scriptBlock> - JSP tag in the netui (1.0) library.

Outputs a script block into the generated HTML.

<scriptContainer> - JSP tag in the netui (1.0) library.
Acts as a container that will bundle up JavaScript created by other <netui...> tags, and outputs it within a single <script> tag.
<scriptHeader> - JSP tag in the netui (1.0) library.
ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag.
scrollbars - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the popup window has scroll bars.
<section> - JSP tag in the netui-template (1.0) library.
Sets HTML content inside placeholders defined by a org.apache.beehive.netui.tags.template.IncludeSection tag.
<select> - JSP tag in the netui (1.0) library.
Renders an HTML <select> tag containing a set of selectable options.
selectedStyle - Attribute of <tree> tag in the netui (1.0) library.
Set the style of a tree element when is is selected. This results in a style attribute being generated for this tree node.
selectedStyleClass - Attribute of <tree> tag in the netui (1.0) library.
Set the style class of a tree element when is is selected. This results in a class attribute being generated for this tree node.
selectionAction - Attribute of <tree> tag in the netui (1.0) library.
Sets the action used when a tree node is selected.
selectionAction - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the action used for expanding and contracting tree nodes.
selectionTarget - Attribute of <tree> tag in the netui (1.0) library.
Sets the frame target used for selecting tree nodes.
<selectOption> - JSP tag in the netui (1.0) library.
Renders a single <option> tag.
<serializeXML> - JSP tag in the netui-data (1.0) library.
A tag that serializes an XMLBean into the output of a JSP page in order to move data to the browser for data binding.
<setAttribute> - JSP tag in the netui-template (1.0) library.
Sets a property value in a template page.
shape - Attribute of <anchor> tag in the netui (1.0) library.
The shape.
shape - Attribute of <area> tag in the netui (1.0) library.
The shape.
shape - Attribute of <imageAnchor> tag in the netui (1.0) library.
The shape.
showDevModeStackTrace - Attribute of <exceptions> tag in the netui (1.0) library.
Boolean. Determine if the stack trace is display only when dev mode is on. Default is true.
showMessage - Attribute of <exceptions> tag in the netui (1.0) library.
Boolean. Determines whether or not the exception message is shown. Defaults to true
showStackTrace - Attribute of <exceptions> tag in the netui (1.0) library.
Boolean. Determines whether or not the stack trace is shown. Defaults to false
size - Attribute of <fileUpload> tag in the netui (1.0) library.
Integer. The number of characters visible in the file upload field.
size - Attribute of <select> tag in the netui (1.0) library.
The number of visible options
size - Attribute of <textBox> tag in the netui (1.0) library.
Integer. The number of characters visible in the <input> element.
sortAction - Attribute of <headerCell> tag in the netui-data (1.0) library.
sortExpression - Attribute of <anchorCell> tag in the netui-data (1.0) library.
sortExpression - Attribute of <headerCell> tag in the netui-data (1.0) library.
sortExpression - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
sortExpression - Attribute of <imageCell> tag in the netui-data (1.0) library.
sortExpression - Attribute of <spanCell> tag in the netui-data (1.0) library.
sortExpression - Attribute of <templateCell> tag in the netui-data (1.0) library.
sortHref - Attribute of <headerCell> tag in the netui-data (1.0) library.
Set an href used to build URIs to change the sort state for this header cell. Only one of this and the org.apache.beehive.netui.tags.databinding.datagrid.HeaderCell.setSortActionsetSortAction(String) attribute may be set on this tag.
source - Attribute of <serializeXML> tag in the netui-data (1.0) library.
Set the source document to be serialized. The object referenced here should be an instance of org.apache.xmlbeans.XmlObject.
spacerImage - Attribute of <tree> tag in the netui (1.0) library.
Sets the image name for a spacer image used to align the other images inside the tree. (Defaults to "spacer.gif").
spacerImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for an image used to align the other images inside of a tree. (Defaults to "spacer.gif")
<span> - JSP tag in the netui (1.0) library.

Generates styled text based on a String literal or data binding expression.

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

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

src - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The image source URI for the HTML image tag.
src - Attribute of <imageCell> tag in the netui-data (1.0) library.
The source of the image to display.
src - Attribute of <image> tag in the netui (1.0) library.
The image source URI
src - Attribute of <imageAnchor> tag in the netui (1.0) library.
The image source URI
src - Attribute of <imageButton> tag in the netui (1.0) library.
The image source URI
status - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the status bar is displayed in the popup window.
stringInputPattern - Attribute of <formatDate> tag in the netui (1.0) library.
The pattern used to convert a String value into a date.
style - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The style for the HTML anchor.
style - Attribute of <caption> tag in the netui-data (1.0) library.
The style of the HTML caption
style - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The style for the HTML table tag.
style - Attribute of <footer> tag in the netui-data (1.0) library.
The style for the HTML tfoot tag.
style - Attribute of <header> tag in the netui-data (1.0) library.
The style rendered by the HTML thead tag.
style - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The style for the HTML anchor tag.
style - Attribute of <imageCell> tag in the netui-data (1.0) library.
The style.
style - Attribute of <row> tag in the netui-data (1.0) library.
The style attribute for the HTML tr tag.
style - Attribute of <rows> tag in the netui-data (1.0) library.
The style of the HTML tbody tag.
style - Attribute of <spanCell> tag in the netui-data (1.0) library.
The style for the HTML span
style - Attribute of <anchor> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <area> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <body> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <button> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <checkBox> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <checkBoxOption> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <fileUpload> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <form> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <hidden> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <image> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <imageAnchor> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <imageButton> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <label> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <radioButtonOption> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <select> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <selectOption> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <span> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <textArea> tag in the netui (1.0) library.
Specifies style information for the current element.
style - Attribute of <textBox> tag in the netui (1.0) library.
Specifies style information for the current element.
styleClass - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The style class for the HTML anchor.
styleClass - Attribute of <caption> tag in the netui-data (1.0) library.
The style class of the HTML caption.
styleClass - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The style class for the HTML table tag.
styleClass - Attribute of <footer> tag in the netui-data (1.0) library.
The style class of the HTML tfoot tag.
styleClass - Attribute of <header> tag in the netui-data (1.0) library.
The style class rendered by the HTML thead tag
styleClass - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The style class for the HTML anchor tag.
styleClass - Attribute of <imageCell> tag in the netui-data (1.0) library.
The style class.
styleClass - Attribute of <row> tag in the netui-data (1.0) library.
The style class for the HTML tr tag.
styleClass - Attribute of <rows> tag in the netui-data (1.0) library.
The style class of the HTML tbody tag.
styleClass - Attribute of <spanCell> tag in the netui-data (1.0) library.
The style class for the HTML span
styleClass - Attribute of <anchor> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <area> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <body> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <button> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <checkBox> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <checkBoxGroup> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <fileUpload> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <form> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <hidden> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <image> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <imageAnchor> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <imageButton> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <label> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <radioButtonGroup> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <select> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <selectOption> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <span> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <textArea> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClass - Attribute of <textBox> tag in the netui (1.0) library.
The style class (a style sheet selector).
styleClassPolicy - Attribute of <dataGrid> tag in the netui-data (1.0) library.

Set the name of a CSS policy to use when rendering HTML elements in a data grid. The data grid supports the default style policy names defined here org.apache.beehive.netui.databinding.datagrid.runtime.config.DefaultDataGridConfig#getStyleModel(String, String).

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

Set the style class prefix used to namespace style class names rendered as attributes on HTML tags generated by the data grid. For example, when using the default style policy without setting this attribute, the style rendered for the generated HTML table tag will be:

   <table class="datagrid">
 
With the style class prefix of foo, the rendered HTML style class will be:
   <table class="foo">
 

summary - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The summary for the HTML table tag.

T

tabindex - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <anchor> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <area> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <button> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tabindex - Attribute of <checkBox> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tabindex - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tabindex - Attribute of <fileUpload> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <hidden> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <imageAnchor> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <imageButton> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the rendered HTML tag in the sequence of tags that the user may advance through by pressing the TAB key.
tabindex - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tabindex - Attribute of <select> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tabindex - Attribute of <textArea> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tabindex - Attribute of <textBox> tag in the netui (1.0) library.
The tabIndex of the rendered HTML tag. This attribute determines the position of the tag in the sequence of page elements that the user may advance through by pressing the TAB key.
tableClass - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
The HTML style class that is rendered on the HTML table. For example, if the row class is "tableClass", each opening table tag is:
     <table class="tableClass">
 
tagId - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The tagId.
tagId - Attribute of <caption> tag in the netui-data (1.0) library.
The tagId.
tagId - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The tagId for the HTML table tag.
tagId - Attribute of <footer> tag in the netui-data (1.0) library.
The tagId of the HTML tfoot tag.
tagId - Attribute of <header> tag in the netui-data (1.0) library.
The tagId.
tagId - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The tagId for the HTML image tag.
tagId - Attribute of <imageCell> tag in the netui-data (1.0) library.
The tagId.
tagId - Attribute of <row> tag in the netui-data (1.0) library.
The tagId for the HTML tr tat.
tagId - Attribute of <rows> tag in the netui-data (1.0) library.
The tagId of the HTML tbody tag.
tagId - Attribute of <spanCell> tag in the netui-data (1.0) library.
The tagId.
tagId - Attribute of <anchor> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <area> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <body> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <button> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

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

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <checkBoxOption> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <divPanel> tag in the netui (1.0) library.
Set the ID of the <div> tag
tagId - Attribute of <fileUpload> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <form> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <hidden> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <image> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <imageAnchor> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <imageButton> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <label> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <radioButtonOption> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <select> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <selectOption> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <span> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <textArea> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <textBox> tag in the netui (1.0) library.

String value. Sets the id (or name) attribute of the rendered HTML tag. Note that the real id attribute rendered in the browser may be changed by the application container (for example, Portal containers may change the rendered id value to ensure the uniqueness of id's on the page). In this case, the real id rendered in the browser may be looked up through the JavaScript function lookupIdByTagId( tagId, tag ).

For example, assume that some tag's tagId attribute is set to foo.

    <netui:textBox tagId="foo" />

Then the following JavaScript function will return the real id attribute rendered in the browser:

    lookupIdByTagId( "foo", this )

To get a <netui:form> element and all of its children elements in JavaScript, use the same JavaScript function lookupIdByTagId( tagId, tag ). For example, assume that there is a <netui:form> whose tagId attribute is set to bar.

    <netui:form tagId="bar" >

Then the following JavaScript function will return the <netui:form> element and its children (packaged as an array).

    document[lookupIdByTagId( "bar", this )]

To retreive the value entered into a <netui:textBox> within the <netui:form> tag, use the following JavaScript expression.

    document[lookupIdByTagId("bar", this)][lookupIdByTagId("foo", this)].value

The second parameter ensures that the JavaScript function begins its search within the correct Portlet scope. Pass the JavaScript keyword this as the second parameter.

tagId - Attribute of <tree> tag in the netui (1.0) library.
Set the id of the tree. This appears on the containing <div>.
tagId - Attribute of <treeItem> tag in the netui (1.0) library.
Sets of the id attribute of the tree node
tagIdRef - Attribute of <retrievePopupOutput> tag in the netui (1.0) library.
The ID of the form field to populate with a popup output.
target - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The window target for the HTML anchor.
target - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The window target for the HTML anchor tag.
target - Attribute of <anchor> tag in the netui (1.0) library.
The window target.
target - Attribute of <base> tag in the netui (1.0) library.
The default window target.
target - Attribute of <form> tag in the netui (1.0) library.
The window target
target - Attribute of <imageAnchor> tag in the netui (1.0) library.
The window target.
target - Attribute of <treeItem> tag in the netui (1.0) library.
Sets the window target of the node's link.
targetScope - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The target scope in which the associated action's page flow resides.
targetScope - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The target scope in which the associated action's page flow resides.
targetScope - Attribute of <anchor> tag in the netui (1.0) library.
The target scope in which the associated action's page flow resides.
targetScope - Attribute of <area> tag in the netui (1.0) library.
The target scope in which the associated action's page flow resides.
targetScope - Attribute of <button> tag in the netui (1.0) library.
The target scope in which the associated action's page flow resides.
targetScope - Attribute of <form> tag in the netui (1.0) library.
The target scope in which the associated action's page flow resides.
targetScope - Attribute of <imageAnchor> tag in the netui (1.0) library.
The target scope in which the associated action's page flow resides.
<template> - JSP tag in the netui-template (1.0) library.
Points a content page at its template page.
<templateCell> - JSP tag in the netui-data (1.0) library.

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

templatePage - Attribute of <template> tag in the netui-template (1.0) library.
The URL of the template page to use.
text - Attribute of <body> tag in the netui (1.0) library.
The foreground text color of the page.
<textArea> - JSP tag in the netui (1.0) library.
Renders an HTML <textarea> tag.
<textBox> - JSP tag in the netui (1.0) library.
Renders an HTML <input type="text"> tag.
title - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The title attribute for the HTML anchor.
title - Attribute of <caption> tag in the netui-data (1.0) library.
The title attribute for the HTML caption
title - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The title for the HTML table tag.
title - Attribute of <footer> tag in the netui-data (1.0) library.
The title of the HTML tfoot tag.
title - Attribute of <header> tag in the netui-data (1.0) library.
The title rendered by the HTML thead tag
title - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The title for the HTML anchor tag.
title - Attribute of <imageCell> tag in the netui-data (1.0) library.
The title.
title - Attribute of <row> tag in the netui-data (1.0) library.
The title for the HTML tr tag.
title - Attribute of <rows> tag in the netui-data (1.0) library.
The title for the HTML tbody tag
title - Attribute of <spanCell> tag in the netui-data (1.0) library.
The title for the HTML span.
title - Attribute of <anchor> tag in the netui (1.0) library.
The title.
title - Attribute of <area> tag in the netui (1.0) library.
The title.
title - Attribute of <body> tag in the netui (1.0) library.
The title.
title - Attribute of <button> tag in the netui (1.0) library.
The title.
title - Attribute of <checkBox> tag in the netui (1.0) library.
The title.
title - Attribute of <checkBoxOption> tag in the netui (1.0) library.
The title.
title - Attribute of <fileUpload> tag in the netui (1.0) library.
The title.
title - Attribute of <form> tag in the netui (1.0) library.
The title.
title - Attribute of <hidden> tag in the netui (1.0) library.
The title.
title - Attribute of <image> tag in the netui (1.0) library.
The title.
title - Attribute of <imageAnchor> tag in the netui (1.0) library.
The title.
title - Attribute of <imageButton> tag in the netui (1.0) library.
The title.
title - Attribute of <label> tag in the netui (1.0) library.
The title.
title - Attribute of <radioButtonOption> tag in the netui (1.0) library.
The title.
title - Attribute of <select> tag in the netui (1.0) library.
The title.
title - Attribute of <selectOption> tag in the netui (1.0) library.
The title.
title - Attribute of <span> tag in the netui (1.0) library.
The title.
title - Attribute of <textArea> tag in the netui (1.0) library.
The title.
title - Attribute of <textBox> tag in the netui (1.0) library.
The title.
title - Attribute of <treeItem> tag in the netui (1.0) library.
The node's title
toolbar - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the toolbar is visible in the popup window.
top - Attribute of <configurePopup> tag in the netui (1.0) library.
The Y coordinate of the top left corner of the popup window.
<tree> - JSP tag in the netui (1.0) library.
Renders a navigable tree of org.apache.beehive.netui.tags.tree.TreeElement objects.
<treeContent> - JSP tag in the netui (1.0) library.
Set the additional content that will be displayed on the right of the label of a tree.
<treeHtmlAttribute> - JSP tag in the netui (1.0) library.
Set an attribute on the tree.
<treeItem> - JSP tag in the netui (1.0) library.
Adds a tree node to the parent node (either a org.apache.beehive.netui.tags.tree.Tree or another <netui:treeItem>).
<treeLabel> - JSP tag in the netui (1.0) library.
Set the text displayed for the selection link the given tree node (the TreeItem tag).
<treePropertyOverride> - JSP tag in the netui (1.0) library.
Overrides the tree properties.
treeStyle - Attribute of <tree> tag in the netui (1.0) library.
Sets the style attribute of the tree.
treeStyleClass - Attribute of <tree> tag in the netui (1.0) library.
Sets the class attribute of the tree.
truncate - Attribute of <formatString> tag in the netui (1.0) library.
A boolean specifying whether characters that exceed the pattern's length should be dropped.
type - Attribute of <anchorCell> tag in the netui-data (1.0) library.
The type attribute for the HTML anchor.
type - Attribute of <declarePageInput> tag in the netui-data (1.0) library.
Set the String classname variable that represents the expected type of the page input.
type - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The type attribute for the HTML anchor tag.
type - Attribute of <methodParameter> tag in the netui-data (1.0) library.

Set a String matching the type of this parameter on the method to invoke.

This name should match the primitive type name or fully qualified class name of the parameters on the signature of the method to which this parameter will be passed.

For example:
Method SignatureArgument NameType value
addToPrice(int price)priceint
addToPrice(Integer price)pricejava.lang.Integer

type - Attribute of <anchor> tag in the netui (1.0) library.
The type.
type - Attribute of <button> tag in the netui (1.0) library.
The type of the button. Possible values are submit, button, or reset. The default value is submit.
type - Attribute of <formatNumber> tag in the netui (1.0) library.
The type of the format to apply. Possible values are number, currency, or percent.
type - Attribute of <imageAnchor> tag in the netui (1.0) library.
The type.

U

unselectedStyle - Attribute of <tree> tag in the netui (1.0) library.
Set the style of a tree element when is is not selected. This results in a style attribute being generated for this tree node.
unselectedStyleClass - Attribute of <tree> tag in the netui (1.0) library.
Set the style class of a tree element when is is not selected. This results in a style attribute being generated for this tree node.
updateFormFields - Attribute of <configurePopup> tag in the netui (1.0) library.
Whether the data from the form fields is included in the popup window request.
URL - Attribute of <rewriteURL> tag in the netui (1.0) library.
The value of the URL that will be rewritten.
useLocale - Attribute of <html> tag in the netui (1.0) library.
Sets whether the default locale's language should be used.
usemap - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The client-side image map declaration for the HTML image tag.
usemap - Attribute of <image> tag in the netui (1.0) library.
The client-side image map declaration
usemap - Attribute of <imageAnchor> tag in the netui (1.0) library.
The client-side image map declaration
usemap - Attribute of <imageButton> tag in the netui (1.0) library.
Sets the usemap of for the map.

V

valign - Attribute of <footer> tag in the netui-data (1.0) library.
The vertical alignment.
valign - Attribute of <header> tag in the netui-data (1.0) library.
The vertical alignment rendered by the HTML thead tag
valign - Attribute of <rows> tag in the netui-data (1.0) library.
The vertical alignment.
value - Attribute of <anchorCell> tag in the netui-data (1.0) library.
the text displayed for the HTML anchor
value - Attribute of <getData> tag in the netui-data (1.0) library.
The data binding expression to evaluate. The result will be stored in the javax.servlet.jsp.PageContext object as specified in the resultId attribute.
value - Attribute of <headerCell> tag in the netui-data (1.0) library.
Sets the value to format and render for this table header cell.
value - Attribute of <message> tag in the netui-data (1.0) library.

Set the object to use when formatting a message. This value should be either a String or be convertable to a String via its java.lang.Object.toStringtoString() method. In ordet for format the message, this value should appear as:

     Hello, {0}!
 
where the {0} can be filled in during formatting via the org.apache.beehive.netui.tags.databinding.message.MessageArg tag.

value - Attribute of <messageArg> tag in the netui-data (1.0) library.
A string value for the argument.
value - Attribute of <methodParameter> tag in the netui-data (1.0) library.
The value of the method parameter that will be passed to the method call.
value - Attribute of <spanCell> tag in the netui-data (1.0) library.
The value of the visible text rendered inside of the HTML span.
value - Attribute of <anchor> tag in the netui (1.0) library.
Set the text of the anchor, overriding the body content.
value - Attribute of <attribute> tag in the netui (1.0) library.
The value of the attribute to add to the parent tag.
value - Attribute of <behavior> tag in the netui (1.0) library.
The value of the behavior to add to the parent tag.
value - Attribute of <button> tag in the netui (1.0) library.
The text displayed by the rendered HTML button.
value - Attribute of <checkBoxOption> tag in the netui (1.0) library.
A String literal or a data binding expression. The value attribute determines the value submitted by the checkbox.
value - Attribute of <content> tag in the netui (1.0) library.
The String literal or expression used to output the content.
value - Attribute of <imageAnchor> tag in the netui (1.0) library.
Set the text of the anchor, overriding the body content.
value - Attribute of <imageButton> tag in the netui (1.0) library.
The value of the image button.
value - Attribute of <label> tag in the netui (1.0) library.
The String literal or expression used as the text of the Label.
value - Attribute of <parameter> tag in the netui (1.0) library.
The value of the parameter. May be a literal or a data binding expression.
value - Attribute of <radioButtonOption> tag in the netui (1.0) library.
A literal or data binding expression.
value - Attribute of <selectOption> tag in the netui (1.0) library.
A literal or a data binding expression that determines the value submitted by the <option> tag.
value - Attribute of <span> tag in the netui (1.0) library.
The String literal or expression used as the text of the Label.
value - Attribute of <treeHtmlAttribute> tag in the netui (1.0) library.
Sets the HTML attribute value.
value - Attribute of <setAttribute> tag in the netui-template (1.0) library.
Sets the value of the attribute.
var - Attribute of <getDataGridState> tag in the netui-data (1.0) library.
Set the name used to store the org.apache.beehive.netui.databinding.datagrid.api.DataGridState object as a javax.servlet.jsp.JspContext attribute.
variant - Attribute of <declareBundle> tag in the netui-data (1.0) library.
Sets a vendor / browser specific code for further parameterizign the Locale from which to look-up resource bundle messages.
verticalLineImage - Attribute of <tree> tag in the netui (1.0) library.
The image name for an area with a line through it. (Defaults to "verticalLine.gif").
verticalLineImage - Attribute of <treePropertyOverride> tag in the netui (1.0) library.
Sets the image name for an area with a line through it. (Defaults to "verticalLine.gif").
verticalRepeat - Attribute of <cellRepeater> tag in the netui-data (1.0) library.
Boolean. If true the data set is rendered vertically, otherwise it is rendered horizontally. If the rows are rendered horizontally, the items in the data set are rendered across each row from top to bottom. Otherwise, they are rendered down each column from left to right. The default is to render the items horizontally.
visible - Attribute of <section> tag in the netui-template (1.0) library.
Boolean. Determines if the section is visible.
vlink - Attribute of <body> tag in the netui (1.0) library.
The color of text marking visited hypertext links of the page
vspace - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The vertical spacing around the HTML image tag.
vspace - Attribute of <imageCell> tag in the netui-data (1.0) library.
The width of the border around the image.
vspace - Attribute of <image> tag in the netui (1.0) library.
The vertical spacing around the image.
vspace - Attribute of <imageAnchor> tag in the netui (1.0) library.
The vertical spacing around the image.

W

width - Attribute of <dataGrid> tag in the netui-data (1.0) library.
The width for the HTML table tag.
width - Attribute of <imageAnchorCell> tag in the netui-data (1.0) library.
The width for the HTML image tag.
width - Attribute of <imageCell> tag in the netui-data (1.0) library.
The width of the image to be displayed.
width - Attribute of <configurePopup> tag in the netui (1.0) library.
The width of the popup window.
width - Attribute of <image> tag in the netui (1.0) library.
The image width.
width - Attribute of <imageAnchor> tag in the netui (1.0) library.
The image width.