|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aragost.html.Element | +--com.aragost.html.HtmlElement | +--com.aragost.html.CompositeHtmlElement | +--com.aragost.html.Row
Constructor Summary | |
Row()
Creates new Row |
|
Row(Element e)
Creates a new Row with one element. |
|
Row(Element e1,
Element e2)
Creates a new Row with two elements. |
|
Row(Element e1,
Element e2,
Element e3)
Creates a new Row with three elements. |
|
Row(Element e1,
Element e2,
Element e3,
Element e4)
Creates a new Row with four elements. |
Method Summary | |
void |
add(Cell elm)
|
void |
add(Element elm)
Add a html element to the receiver. |
java.lang.String |
getTag()
Return the html tag for this element. |
Methods inherited from class com.aragost.html.CompositeHtmlElement |
addAll, addAll, getElements, init, init, init, init, init, isEmpty, size |
Methods inherited from class com.aragost.html.HtmlElement |
getAttribute, getAttributes, getBody, getIntAttribute, postBodyWrite, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, writeAttributes, writeTo |
Methods inherited from class com.aragost.html.Element |
isCellLike, isNowrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Row()
public Row(Element e)
public Row(Element e1, Element e2)
public Row(Element e1, Element e2, Element e3)
public Row(Element e1, Element e2, Element e3, Element e4)
Method Detail |
public java.lang.String getTag()
HtmlElement
getTag
in class HtmlElement
public void add(Element elm)
CompositeHtmlElement
add
in class CompositeHtmlElement
elm
- The element to addpublic void add(Cell elm)
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |