SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.htmlobjects.GenericHTMLElement

Packages that use GenericHTMLElement
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
 

Uses of GenericHTMLElement in com.simpleservlets.htmlobjects
 

Subclasses of GenericHTMLElement in com.simpleservlets.htmlobjects
 class HTMLBody
          Main body of an HTML page, <body> tag.
 class HTMLBold
          Bold text, <b> tag.
 class HTMLBreak
          Forced line break, <br> tag.
 class HTMLCode
          Monospaced text, <code> tag.
 class HTMLEmphasis
          Emphasized text, <em> tag.
 class HTMLEntity
          Represents an HTML entity as an HTMLElement.
 class HTMLFont
          Specified font for text, <font> tag.
 class HTMLForm
          Input form, <form> tag.
static class HTMLForm.Input
          Input for forms, <input> tag.
static class HTMLForm.Option
          Options for HTMLForm.Select, <option> tag.
static class HTMLForm.Select
          Input for forms (drop-down, scroll list), <select> tag.
 class HTMLHead
          Head section of HTML page, <head> tag.
 class HTMLHeader
          Generates the <h1>, <h2>, <h3>, and so on headers.
 class HTMLHorizontalRule
          Horizonal line, <hr> tag.
 class HTMLImage
          Inline image, <img> tag.
 class HTMLItalic
          Italic text, <i> tag.
 class HTMLLink
          Hyperlink, <a href= … > tag.
 class HTMLList
          Lists, <ul> tag and <ol> tag.
static class HTMLList.Item
          List item, <li> tag.
 class HTMLMeta
          Metainformation for the page header, <meta> tag.
 class HTMLPage
          Root tag for the entire HTML page, <html> tag.
 class HTMLParagraph
          A paragraph, <p> tag.
 class HTMLPre
          Pre-formatted text, <pre> tag.
 class HTMLSimpleForm
          Creates a two-column form.
 class HTMLSmall
          Smaller text, <small> tag.
 class HTMLSpan
          Generic container for inline elements, <span> tag.
 class HTMLString
          Represents a String as an HTMLElement.
 class HTMLStrong
          Strong text, <strong> tag.
 class HTMLStylesheetRef
          Stylesheet reference for the page header, <link> tag.
 class HTMLSubscript
          Subscript text, <sub> tag.
 class HTMLSuperscript
          Superscript text, <sup> tag.
 class HTMLTable
          An HTML table, <table> tag.
static class HTMLTable.Cell
           
static class HTMLTable.Row
           
 class HTMLTitle
          Page title, <title> tag.
 class HTMLUnderline
          Underlined text, <u> tag.
 class NoTagHTMLElement
          A generic container with neither a start nor an end tag.
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.