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

Quick Search    Search Deep

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

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

public class TableCaption
extends TableComponent

A TableCaption 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
TableCaption()
           
 
Method Summary
 TableCaption addElement(SimpleComponent element)
          Add all form related components.
static void main(java.lang.String[] args)
          Test function for TableCaption
 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

TableCaption

public TableCaption()
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 TableCaption addElement(SimpleComponent element)
Add all form related components.


main

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