|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.xml.ComplexTag
|
+--com.jdc.gui.html.ComplexTag
|
+--com.jdc.gui.html.tag.Table
Table is used to create the HTML required to create a table in a browser, including the start tag, the table attributes, and the end tag as well as the actual table data.
TableRow,
TableColumn,
Serialized Form| Field Summary |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
Table()
Constructs a Table. |
|
Table(boolean format)
Constructs a Table and sets the format status. |
|
| Method Summary | |
String |
create(String table)
Create and return the HTML required to create a table in a browser. |
String |
endTag()
Return an table end tag. |
Table |
setAlign(Align align)
Set the table alignment. |
Table |
setFrame(Frame frame)
Set the table frame. |
Table |
setHeight(int height)
Set the table height. |
Table |
setWidth(int width)
Set the table width. |
String |
startTag()
Return a table start tag. |
| Methods inherited from class com.jdc.gui.html.ComplexTag |
addAttribute, create, create, endTag, setFormat, setIdentifier, startTag |
| Methods inherited from class com.jdc.xml.ComplexTag |
addAttribute, create, getAttributes, getBody, getIdentifier, setBody, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Table()
public Table(boolean format)
| Method Detail |
public String create(String table)
create in class ComplexTagpublic String startTag()
startTag in class ComplexTagpublic String endTag()
endTag in class ComplexTagpublic Table setAlign(Align align)
public Table setFrame(Frame frame)
public Table setHeight(int height)
public Table setWidth(int width)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||