|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
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 | |
BidiOrdering | The BidiOrdering class represents an HTML tag used to alter the language and direction of text. |
ButtonFormInput | The ButtonFormInput class represents a button input type in an HTML form. |
CheckboxFormInput | The CheckboxFormInput class represents a checkbox input type in an HTML form where the checkbox represents an n-of-many choice field. |
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. |
FileListElement | The FileListElement class represents the contents of an Integrated File System directory. |
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. |
FormInput | The FormInput class represents an input element in an HTML form. |
GridLayoutFormPanel | The GridLayoutFormPanel class represents a grid layout of HTML form elements. |
HiddenFormInput | The HiddenFormInput class represents a hidden input type in an HTML form. |
HTMLAlign | The HTMLAlign class represents a block formatting element, which uses the HTML <DIV> tag, within an HTML page. |
HTMLApplet | The HTMLApplet class represents a java application embeded within an HTML page. |
HTMLFileFilter | The HTMLFileFilter class determines if a File object is a file. |
HTMLForm | The HTMLForm class represents an HTML form. |
HTMLHead | The HTMLHead class represents an HTML head tag, which contains information about the HTML document. |
HTMLHeading | The HTMLHeading class represents a section heading in an HTML page. |
HTMLHyperlink | The HTMLHyperlink class represents an HTML hyperlink tag. |
HTMLImage | The HTMLImage class represents an image tag within an HTML page. |
HTMLList | The HTMLList class represents a list. |
HTMLListItem | The HTMLListItem class represents items within a HTMLList. |
HTMLMeta | The HTMLMeta class represents meta-information used within an HTMLHead tag. |
HTMLParameter | The HTMLParameter class represents a parameter within an HTML servlet tag. |
HTMLServlet | The HTMLServlet class represents a server-side include in an HTML page. |
HTMLTable | The HTMLTable class represents an HTML table tag. |
HTMLTableCaption | The HTMLTableCaption class represents an HTML Caption tag. |
HTMLTableCell | The HTMLTableCell class represents data in an HTML table cell. |
HTMLTableHeader | The HTMLTableHeader represents an HTML table header tag. |
HTMLTableRow | The HTMLTableRow class represents an HTML row tag. |
HTMLTagAttributes | The HTMLTagAttributes class represents any additional HTML tag attributes not implemented in the HTML classes. |
HTMLText | The HTMLText class encapsulates HTML text attributes. |
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. |
HTMLTreeElement | The HTMLTreeElement class represents an hierarchial element within an HTMLTree or other HTMLTreeElements. |
ImageFormInput | The ImageFormInput class represents a image input type in an HTML form. |
LabelFormElement | The LabelFormElement class represents a label HTML form element type. |
LayoutFormPanel | The LayoutFormPanel class represents a layout of HTML form elements. |
LineLayoutFormPanel | The LineLayoutFormPanel class represents a line layout of HTML form elements. |
OrderedList | The OrderedList class represents an HTML ordered list, <ol>. |
OrderedListItem | The OrderedListItem class represents an item in an ordered list item. |
PasswordFormInput | The PasswordFormInput class represents a password input field type in an HTML form. |
RadioFormInput | The RadioFormInput class represents a radio button input type in an HTML form which represents a 1-of-many choice field. |
RadioFormInputGroup | The RadioFormInputGroup class represents a group of RadioFormInput objects. |
ResetFormInput | The ResetFormInput class represents a reset button input type in an HTML form. |
SelectFormElement | The SelectFormElement class represents a select input type in an HTML form. |
SelectOption | The SelectOption class represents an option in an HTML option form element. The option form element is then used in an HTML select form element, which represents a group of selectable options. |
SubmitFormInput | The SubmitFormInput class represents a submit button input type in an HTML form. |
TextAreaFormElement | The TextAreaFormElement class represents a text area element, which can be used in an HTML form. |
TextFormInput | The TextFormInput class represents a single line text input type in an HTML form. |
ToggleFormInput | The ToggleFormInput class represents a toggle input type in an HTML form. |
UnorderedList | The UnorderedList class represents an HTML unordered list, <ul>. |
UnorderedListItem | The UnorderedListItem class represents an item in an unordered list item. |
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"). |
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 iSeries or AS/400 server. 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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |