Package com.ibm.as400.util.html

Provides classes that assist in setting up forms and tables for HTML pages.

See:
          Description

Interface Summary
Interface Description
ElementListener The ElementListener interface provides a listener interface for receiving element events.
HTMLConstants The HTMLConstants class is a collection of constants generally used for positioning and orienting HTML components.
HTMLTagElement The HTMLTagElement class represents an HTML tag element.
 

Class Summary
Class Description
BidiOrdering The BidiOrdering class represents an HTML tag used to alter the language and direction of text.
BidiOrderingBeanInfo The BidiOrderingBeanInfo class provides bean information for the BidiOrdering class.
ButtonFormInput The ButtonFormInput class represents a button input type in an HTML form.
ButtonFormInputBeanInfo The ButtonFormInputBeanInfo class provides bean information for the ButtonFormInput class.
CheckboxFormInput The CheckboxFormInput class represents a checkbox input type in an HTML form where the checkbox represents an n-of-many choice field.
CheckboxFormInputBeanInfo The CheckboxFormInputBeanInfo class provides bean information for the CheckboxFormInput class.
DirFilter The DirFilter class determines if a File object is a directory.
ElementEvent The ElementEvent class represents an element event.
FileFormInput The FileFormInput class represents a file input type in an HTML form.
FileFormInputBeanInfo The FileFormInputBeanInfo class provides bean information for the FileFormInput class.
FileListElement The FileListElement class represents the contents of an Integrated File System directory.
FileListElementBeanInfo The FileListElementBeanInfo class provides bean information for the FileListElement class.
FileListRenderer The FileListRenderer class renders the name field for directories and files in a FileListElement.
FileTreeElement The FileTreeElement class represents the Integrated File System within an HTMLTree view.
FileTreeElementBeanInfo The FileTreeElementBeanInfo class provides bean information for the FileTreeElement class.
FormInput The FormInput class represents an input element in an HTML form.
FormInputBeanInfo The FormInputBeanInfo class provides bean information for the FormInput class.
GridLayoutFormPanel The GridLayoutFormPanel class represents a grid layout of HTML form elements.
GridLayoutFormPanelBeanInfo The GridLayoutFormPanelBeanInfo class provides bean information for the GridLayoutFormPanel class.
HiddenFormInput The HiddenFormInput class represents a hidden input type in an HTML form.
HiddenFormInputBeanInfo The HiddenFormInputBeanInfo class provides bean information for the HiddenFormInput class.
HMRI Locale-specific objects for the IBM Toolbox for Java.
HTMLAlign The HTMLAlign class represents a block formatting element, which uses the HTML <DIV> tag, within an HTML page.
HTMLAlignBeanInfo The HTMLAlignBeanInfo class provides bean information for the HTMLAlign class.
HTMLApplet The HTMLApplet class represents a java application embeded within an HTML page.
HTMLAppletBeanInfo The HTMLAppletBeanInfo class provides bean information for the HTMLApplet class.
HTMLDocument The HTMLDocument class represents an HTML or an XSL-FO document.
HTMLDocumentBeanInfo The HTMLDocumentBeanInfo class provides bean information for the HTMLDocument class.
HTMLFileFilter The HTMLFileFilter class determines if a File object is a file.
HTMLForm The HTMLForm class represents an HTML form.
HTMLFormBeanInfo The HTMLFormBeanInfo class provides bean information for the HTMLForm class.
HTMLHead The HTMLHead class represents an HTML head tag, which contains information about the HTML document.
HTMLHeadBeanInfo The HTMLHeadBeanInfo class provides bean information for the HTMLHead class.
HTMLHeading The HTMLHeading class represents a section heading in an HTML page.
HTMLHeadingBeanInfo The HTMLHeadingBeanInfo class provides bean information for the HTMLHeading class.
HTMLHyperlink The HTMLHyperlink class represents an HTML hyperlink tag.
HTMLHyperlinkBeanInfo The HTMLHyperlinkBeanInfo class provides bean information for the HTMLHyperlink class.
HTMLImage The HTMLImage class represents an image tag within an HTML page.
HTMLImageBeanInfo The HTMLImageBeanInfo class provides bean information for the HTMLImage class.
HTMLList The HTMLList class represents a list.
HTMLListBeanInfo The HTMLListBeanInfo class provides bean information for the HTMLList class.
HTMLListItem The HTMLListItem class represents items within a HTMLList.
HTMLListItemBeanInfo The HTMLListItemBeanInfo class provides bean information for the HTMLListItem class.
HTMLMeta The HTMLMeta class represents meta-information used within an HTMLHead tag.
HTMLMetaBeanInfo The HTMLMetaBeanInfo class provides bean information for the HTMLMeta class.
HTMLParameter The HTMLParameter class represents a parameter within an HTML servlet tag.
HTMLParameterBeanInfo The HTMLParameterBeanInfo class provides bean information for the HTMLParameter class.
HTMLServlet The HTMLServlet class represents a server-side include in an HTML page.
HTMLServletBeanInfo The HTMLServletBeanInfo class provides bean information for the HTMLServlet class.
HTMLTable The HTMLTable class represents an HTML table tag.
HTMLTableBeanInfo The HTMLTableBeanInfo class provides bean information for the HTMLTable class.
HTMLTableCaption The HTMLTableCaption class represents an HTML Caption tag.
HTMLTableCaptionBeanInfo The HTMLTableCaptionBeanInfo class provides bean information for the HTMLTableCaption class.
HTMLTableCell The HTMLTableCell class represents data in an HTML table cell.
HTMLTableCellBeanInfo The HTMLTableCellBeanInfo class provides bean information for the HTMLTableCell class.
HTMLTableHeader The HTMLTableHeader represents an HTML table header tag.
HTMLTableHeaderBeanInfo The HTMLTableHeaderBeanInfo class provides bean information for the HTMLTableHeader class.
HTMLTableRow The HTMLTableRow class represents an HTML row tag.
HTMLTableRowBeanInfo The HTMLTableRowBeanInfo class provides bean information for the HTMLTableRow class.
HTMLTagAttributes The HTMLTagAttributes class represents any additional HTML tag attributes not implemented in the HTML classes.
HTMLTagAttributesBeanInfo The HTMLTagAttributesBeanInfo class provides bean information for the HTMLTagAttributes class.
HTMLText The HTMLText class encapsulates HTML text attributes.
HTMLTextBeanInfo The HTMLTextBeanInfo class provides bean information for the HTMLText class.
HTMLTransform The HTMLTransform class encodes and decodes a string's tags for use in an HTMLTagElement's control name, initial value, or displayed text.
HTMLTree The HTMLTree class represents an HTML hierarchical tree of HTML elements.
HTMLTreeBeanInfo The HTMLTreeBeanInfo class provides bean information for the HTMLTree class.
HTMLTreeElement The HTMLTreeElement class represents an hierarchial element within an HTMLTree or other HTMLTreeElements.
HTMLTreeElementBeanInfo The HTMLTreeElementBeanInfo class provides bean information for the HTMLTreeElement class.
HTMLVector This Vector is used internally by the HTML classes for performance reasons.
ImageFormInput The ImageFormInput class represents a image input type in an HTML form.
ImageFormInputBeanInfo The ImageFormInputBeanInfo class provides bean information for the ImageFormInput class.
LabelFormElement The LabelFormElement class represents a label HTML form element type.
LabelFormElementBeanInfo The LabelFormElementBeanInfo class provides bean information for the LabelFormElement class.
LayoutFormPanel The LayoutFormPanel class represents a layout of HTML form elements.
LineLayoutFormPanel The LineLayoutFormPanel class represents a line layout of HTML form elements.
LineLayoutFormPanelBeanInfo The LineLayoutFormPanelBeanInfo class provides bean information for the LineLayoutFormPanel class.
OrderedList The OrderedList class represents an HTML ordered list, <ol>.
OrderedListBeanInfo The OrderedListBeanInfo class provides bean information for the OrderedList class.
OrderedListItem The OrderedListItem class represents an item in an ordered list item.
OrderedListItemBeanInfo The OrderedListItemBeanInfo class provides bean information for the OrderedListItem class.
PasswordFormInput The PasswordFormInput class represents a password input field type in an HTML form.
PasswordFormInputBeanInfo The PasswordFormInputBeanInfo class provides bean information for the PasswordFormInput class.
RadioFormInput The RadioFormInput class represents a radio button input type in an HTML form which represents a 1-of-many choice field.
RadioFormInputBeanInfo The RadioFormInputBeanInfo class provides bean information for the RadioFormInput class.
RadioFormInputGroup The RadioFormInputGroup class represents a group of RadioFormInput objects.
RadioFormInputGroupBeanInfo The RadioFormInputGroupBeanInfo class provides bean information for the RadioFormInputGroup class.
ResetFormInput The ResetFormInput class represents a reset button input type in an HTML form.
ResetFormInputBeanInfo The ResetFormInputBeanInfo class provides bean information for the ResetFormInput class.
SelectFormElement The SelectFormElement class represents a select input type in an HTML form.
SelectFormElementBeanInfo The SelectFormElementBeanInfo class provides bean information for the SelectFormElement class.
SelectOption The SelectOption class represents an option in an HTML option form element.
SelectOptionBeanInfo The SelectOptionBeanInfo class provides bean information for the SelectOption class.
SubmitFormInput The SubmitFormInput class represents a submit button input type in an HTML form.
SubmitFormInputBeanInfo The SubmitFormInputBeanInfo class provides bean information for the SubmitFormInput class.
TextAreaFormElement The TextAreaFormElement class represents a text area element, which can be used in an HTML form.
TextAreaFormElementBeanInfo The TextAreaFormElementBeanInfo class provides bean information for the TextAreaFormElement class.
TextFormInput The TextFormInput class represents a single line text input type in an HTML form.
TextFormInputBeanInfo The TextFormInputBeanInfo class provides bean information for the TextFormInput class.
ToggleFormInput The ToggleFormInput class represents a toggle input type in an HTML form.
ToggleFormInputBeanInfo The ToggleFormInputBeanInfo class provides bean information for the ToggleFormInput class.
UnorderedList The UnorderedList class represents an HTML unordered list, <ul>.
UnorderedListBeanInfo The UnorderedListBeanInfo class provides bean information for the UnorderedList class.
UnorderedListItem The UnorderedListItem class represents an item in an unordered list item.
UnorderedListItemBeanInfo The UnorderedListItemBeanInfo class provides bean information for the UnorderedListItem class.
URLEncoder The URLEncoder class encodes a string's delimiters for use in an HTML URL string.
URLParser The URLParser class parses a URL string for the URI, properties, and reference (also known as the "anchor").
 

Package com.ibm.as400.util.html Description

Provides classes that assist in setting up forms and tables for HTML pages.

These classes provide representations for many common HTML tag elements. Each class produces an HTML tag for a specific element type that can be embedded into any HTML document. The tags that are generated are consistent with the HTML 3.2 specification.

The HTML classes work with the com.ibm.as400.util.servlet classes to retrieve data from the IBM i system. They can also be used alone if the user supplies the table or form data.

Note: The jt400Servlet.jar file includes both the HTML and Servlet classes. You must update your CLASSPATH to point to the jt400Servlet.jar file if you want to use the classes in the com.ibm.as400.util.html package.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: