| Class Summary |
| HtmlBody |
<html:p> Tag for the HTML body element. |
| HtmlCellFormat |
CellFormat components are used to format cells in a rowLayout. |
| HtmlFrame |
The frame is used to specify attributes needed by an HTML frame. |
| HtmlFrameBorderLayout |
frameBorderLayout is a layout bean which can be used to place seven frames at left, right, top, bottom, innerLeft, innerRight and center positions. |
| HtmlHead |
<html:p> Tag for the HTML head element, including the document's title and any style sheets needed by th current look-and-feel. |
| HtmlHtml |
<html:p> The html tag generates the <html> element for an HTML page. |
| HtmlMeta |
<html:p> The meta component supports generating an html meta tag for things like reloading the page or configuring viewport characteristics like these: <html:ul> <html:li><html:pre><meta name="viewport" content="width=device-width, user-scalable=no"></html:pre></html:li> <html:li><html:pre><meta name="apple_mobile_web_app_capable" content="yes"></html:pre></html:li> <html:li><html:pre><meta http-equiv="refresh" content="2;url=./test/index.jspx"></html:pre></html:li> </html:ul> It is also important to note that a meta HTML tag cannot have an ID so the component ID will not be seen in the browser source. |
| HtmlRowLayout |
RowLayout components can be used on their own, or to define a row of a tableLayout. |
| HtmlScript |
<html:p> The script component supports both the importing of libraries and inline scripts. |
| HtmlTableLayout |
A TableLayout is a thin wrapper around the HTML <table> element. |