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