|
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.ElementGroup
| Constructor Summary | |
ElementGroup()
|
|
| Method Summary | |
void |
add(Element elm)
Add an html element to the receiver. |
java.util.List |
getElements()
Return the elements contained in the receiver |
boolean |
isEmpty()
Checks if the receiver is empty or not, that is if it contains zero elements. |
boolean |
isNowrap()
Returns the nowrap. |
void |
setNowrap(boolean nowrap)
Sets the nowrap. |
int |
size()
Return the number of elements contained in the receiver |
void |
writeTo(HtmlWriter writer)
Write the receiver to the specified html writer |
| Methods inherited from class com.aragost.html.Element |
isCellLike |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ElementGroup()
| Method Detail |
public void writeTo(HtmlWriter writer)
writeTo in class Elementwriter - The writer to write the receiver topublic void add(Element elm)
elm - The element to addpublic java.util.List getElements()
public boolean isNowrap()
isNowrap in class Elementpublic void setNowrap(boolean nowrap)
nowrap - The nowrap to setpublic int size()
public boolean isEmpty()
|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||