|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.voytechs.html.component
Class TableBody

java.lang.Objectcom.voytechs.html.component.Component
com.voytechs.html.component.TableContainer
com.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:
paintin classTableContainer
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
|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC