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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.voytechs.html.component.Component
      extended bycom.voytechs.html.component.TableContainer
          extended bycom.voytechs.html.component.TableBody

public class TableBody
extends TableContainer

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


Field Summary
 
Fields inherited from class com.voytechs.html.component.TableContainer
 
Fields inherited from class com.voytechs.html.component.Component
COMPONENT_FLAG_DISPATCHABLE, COMPONENT_FLAG_FORM, COMPONENT_FLAG_INIT, COMPONENT_FLAG_SHOW, tagProperties
 
Constructor Summary
TableBody()
           
 
Method Summary
 TableBody addElement(TableRow rowElement)
          Add all form related components.
static void main(java.lang.String[] args)
          Test function for TableBody
 void paint(com.voytechs.html.io.HtmlWriter htmlOut)
          Setup the initial HTML Document with the required headers.
 TableBody setAlignment(java.lang.String value)
           
 TableBody setBGColor(java.lang.String color)
           
 TableBody verticalAlignment(java.lang.String value)
           
 
Methods inherited from class com.voytechs.html.component.TableContainer
addChild, init, paintChildren, removeElement, 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

TableBody

public TableBody()
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 TableContainer

addElement

public TableBody addElement(TableRow rowElement)
                     throws com.voytechs.html.event.EventException
Add all form related components.


setBGColor

public TableBody setBGColor(java.lang.String color)

setAlignment

public TableBody setAlignment(java.lang.String value)

verticalAlignment

public TableBody verticalAlignment(java.lang.String value)

main

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