Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.voytechs.html.component.SimpleComponent

Uses of SimpleComponent in com.voytechs.html.component
 

Subclasses of SimpleComponent in com.voytechs.html.component
 class Container
          A generic container object is a component that can contain other components.
 class DebugPanel
          A DebugPanel
 class Form
          A Form object is has a collection of form input/button elements.
 class Frame
          A Frame object is a top-level window.
 class Image
          A Image
 class Panel
          Base class for all HTML elements considered simple.
 class ServletFrame
          A ServletFrame object is a adaptor for Servlets.
 class Table
          A Table object is has a collection of form input/button elements.
 class Text
          A Text
 

Methods in com.voytechs.html.component with parameters of type SimpleComponent
 TableData TableData.addElement(SimpleComponent simpleElement)
          Add all form related components.
 TableColumnHeader TableColumnHeader.addElement(SimpleComponent element)
          Add all form related components.
 TableCaption TableCaption.addElement(SimpleComponent element)
          Add all form related components.
 Panel Panel.addElement(SimpleComponent component)
           
 Link Link.addElement(SimpleComponent simpleElement)
          set the element which should become the link.
 Frame Frame.addElement(SimpleComponent component)
          Add all form related components.
 Form Form.addElement(SimpleComponent simpleElement)
          Add all form related components.