Copyright 2002 by aragost

com.aragost.html
Class FormElement

java.lang.Object
  |
  +--com.aragost.html.Element
        |
        +--com.aragost.html.HtmlElement
              |
              +--com.aragost.html.CompositeHtmlElement
                    |
                    +--com.aragost.html.FormElement

public class FormElement
extends CompositeHtmlElement


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

FormElement

public FormElement(java.util.Collection hiddenParameters)
Creates new FormElement

Method Detail

postBodyWrite

public void postBodyWrite(HtmlWriter writer)
Description copied from class: HtmlElement
Hook for overriding.

Overrides:
postBodyWrite in class HtmlElement

getTag

public java.lang.String getTag()
Description copied from class: HtmlElement
Return the html tag for this element.

Specified by:
getTag in class HtmlElement

isCellLike

public boolean isCellLike()
Check if the receiver is cell like. If this form is wrapping a cell, it is cell like.

Overrides:
isCellLike in class Element

getHiddenParameters

public java.util.Collection getHiddenParameters()

Copyright 2002 by aragost