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

Quick Search    Search Deep

com.voytechs.html.component
Class TableData  view TableData download TableData.java

java.lang.Object
  extended bycom.voytechs.html.component.Component
      extended bycom.voytechs.html.component.TableComponent
          extended bycom.voytechs.html.component.TableData

public class TableData
extends TableComponent

A TableData object is has a collection of form input/button elements.


Field Summary
 
Fields inherited from class com.voytechs.html.component.TableComponent
 
Fields inherited from class com.voytechs.html.component.Component
COMPONENT_FLAG_DISPATCHABLE, COMPONENT_FLAG_FORM, COMPONENT_FLAG_INIT, COMPONENT_FLAG_SHOW, tagProperties
 
Constructor Summary
TableData()
           
 
Method Summary
 TableData addElement(FormComponent formElement)
          Add all form related components.
 TableData addElement(SimpleComponent simpleElement)
          Add all form related components.
static void main(java.lang.String[] args)
          Test function for TableData
 void paint(com.voytechs.html.io.HtmlWriter htmlOut)
          Setup the initial HTML Document with the required headers.
 
Methods inherited from class com.voytechs.html.component.TableComponent
addChild, init, paintChild, toStringTree
 
Methods inherited from class com.voytechs.html.component.Component
areFlagsSet, clearFlags, getParent, getRootFrame, getUriPath, setFlags, setParent, show, show, toStringPrefix, toStringPrefixCap, toStringPrefixTee
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableData

public TableData()
Method Detail

paint

public void paint(com.voytechs.html.io.HtmlWriter htmlOut)
           throws java.io.IOException
Setup the initial HTML Document with the required headers.

Overrides:
paint in class TableComponent

addElement

public TableData addElement(FormComponent formElement)
Add all form related components.


addElement

public TableData addElement(SimpleComponent simpleElement)
Add all form related components.


main

public static void main(java.lang.String[] args)
Test function for TableData