|
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.FormElement
Constructor Summary | |
FormElement(java.util.Collection hiddenParameters)
Creates new FormElement |
Method Summary | |
java.util.Collection |
getHiddenParameters()
|
java.lang.String |
getTag()
Return the html tag for this element. |
boolean |
isCellLike()
Check if the receiver is cell like. |
void |
postBodyWrite(HtmlWriter writer)
Hook for overriding. |
Methods inherited from class com.aragost.html.CompositeHtmlElement |
add, addAll, addAll, getElements, init, init, init, init, init, isEmpty, size |
Methods inherited from class com.aragost.html.HtmlElement |
getAttribute, getAttributes, getBody, getIntAttribute, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, writeAttributes, writeTo |
Methods inherited from class com.aragost.html.Element |
isNowrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FormElement(java.util.Collection hiddenParameters)
Method Detail |
public void postBodyWrite(HtmlWriter writer)
HtmlElement
postBodyWrite
in class HtmlElement
public java.lang.String getTag()
HtmlElement
getTag
in class HtmlElement
public boolean isCellLike()
isCellLike
in class Element
public java.util.Collection getHiddenParameters()
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |