|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| HtmlConstants | |
| IFormattable | Interface that indicates whether or not a tag's output can be formatted with by a FormatTag. |
| IUrlParams | This interfaces defines the contract allowing tags to add parameters which will be added to URLs which they generate. |
| Class Summary | |
|---|---|
| Anchor | Generates a URL-encoded hyperlink to a specified URI. |
| AnchorBase | This is the base class that provides most of the features necessary to create an anchor and an area. |
| Area | |
| Attribute | |
| Base | Provides the base for every URL on this page. |
| Behavior | |
| BindingUpdateErrors | Renders the set of error messages found during processPopulate when the values to be updated cannot be resolved. |
| Body | |
| Button | Generates a button on the page with the specified attributes. |
| CheckBox | Generates a checkbox which binds to a form bean property or databound expression. |
| CheckBox.CheckBoxPrefixHandler | The handler for naming and indexing the CheckBox. |
| CheckBoxGroup | Groups a collection of CheckBoxOptions, and handles databinding of their values. |
| CheckBoxGroup.CheckboxGroupPrefixHandler | The handler for naming and indexing the CheckBoxGroup. |
| CheckBoxOption | A checkbox whose state is determined by its enclosing CheckBoxGroup. |
| ConfigurePopup | Configures popup window parameters for parent tags that can open popup windows. |
| Content | The Content tag is used to display text, or the result of an expression, to the page. |
| Error | Renders an error message with a given error key if that key can be found in the
ActionMessages registered in the pageContext at
org.apache.struts.action.Action.ERROR_KEY. |
| ErrorBaseTag | |
| Errors | Renders the set of error messages found in the ActionMessages registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY. |
| Exceptions | Renders formatted exception data, as found in the Request with the key:
org.apache.struts.action.Action.EXCEPTION_KEY. |
| FileUpload | Renders an input tag with type="file", with the given attributes. |
| Form | This tag represents an input form, associated with a bean whose properties correspond to the various fields of the form. |
| FormatDate | A formatter used to format dates. |
| FormatDate.DateFormatter | Internal FormatTag.Formatter which uses SimpleDateFormat. |
| FormatNumber | A formatter used to format numbers. |
| FormatNumber.NumberFormatter | Internal FormatTag.Formatter which uses NumberFormat. |
| FormatString | A formatter used to format strings. |
| FormatString.StringFormatter | Internal FormatTag.Formatter which performs its own string parsing and formatting. |
| FormatTag | Abstract base class for formatting tags. |
| FormatTag.Formatter | Internal FormatTag.Formatter which performs the actual formatting. |
| Hidden | Generates a hidden tag with a given value. |
| Html | Generates the html element and performs error handling within its body. |
| HtmlBaseTag | [Base] Anchor, Form, Image, ImageAnchor (Image), Label, SelectOption [FocusBase] Button, CheckBoxOption, ImageButton, RadioButtonOption [DataSource] FileUpload [DefaultableDatSource] CheckBox, TextArea, TextBox [OptionsDataSource] Select [GroupDataSource] CheckBoxGroup, RadioButtonGroup |
| HtmlDataSourceTag | Abstract Base class adding support for the dataSource attribute. |
| HtmlDefaultableDataSourceTag | Abstract base class extending the HtmlDataSourceTag and adding support
for the defaultValue attribute. |
| HtmlFocusBaseTag | Abstract base class which implements support for the input tag. |
| HtmlGroupBaseTag | Abstract base class that provides the dataSource, defaultValue, and
optionsDataSource attributes. |
| HtmlOptionsDataSourceTag | Abstract base class extending the HtmlDefaultableDataSourceTag and adding support
for the optionsDataSource attribute. |
| Image | Generates an image with the specified attributes. |
| ImageAnchor | Generates a URL-encoded hyperlink to a specified URI with an image enclosed as the body. |
| ImageButton | Generates an <input type="image"> tag with the specified attributes. |
| Label | |
| LabelBase | This is a base class providing implementation for both the Label and FormLabel. |
| Parameter | Writes a URL parameter to a URL on its parent tag. |
| ParameterMap | Writes each in a map of URL parameters to a URL on its parent tag. |
| RadioButtonGroup | Groups a collection of RadioButtonOptions, and handles databinding of their values. |
| RadioButtonGroup.RadioButtonGroupPrefixHandler | The handler for naming and indexing the RadioButtonGroup. |
| RadioButtonOption | A radio button whose state is determined by its enclosing RadioButtonGroup. |
| RetrievePopupOutput | Causes a value to be retrieved when a popup window closes. |
| RewriteName | Allow a name, typically either an id or name attribute, to participate in URL
rewritting. |
| RewriteURL | Allow a URL to participate in rewritting. |
| Select | Renders a select containing a set of SelectOptions. |
| Select.RepeatingStages | This enum defines stages through the possible option values. |
| Select.SelectPrefixHandler | |
| SelectOption | An option whose state is determined by its enclosing SelectOption. |
| Span | Generates styled text span based on an expression or literal value. |
| TextArea | Renders a databound TextArea with the given attributes. |
| TextBox | Renders a databound TextBox with the given attributes. |
This package defines the core set of HTML tags provided by NetUI.
The tags used by a template page are:
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||