|
|||||||||
| 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 TableData

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