Copyright 2002 by aragost

com.aragost.html
Class Submit

java.lang.Object
  |
  +--com.aragost.html.Element
        |
        +--com.aragost.html.HtmlElement
              |
              +--com.aragost.html.InputElement
                    |
                    +--com.aragost.html.Submit

public class Submit
extends InputElement


Constructor Summary
Submit(java.lang.String value)
          Creates new Submit
Submit(java.lang.String name, java.lang.String value)
          Creates new Submit
 
Method Summary
 java.lang.String getType()
          DOCUMENT ME!
 
Methods inherited from class com.aragost.html.InputElement
getName, getTag, getValue, setName, setValue, writeAttributes
 
Methods inherited from class com.aragost.html.HtmlElement
getAttribute, getAttributes, getBody, getIntAttribute, postBodyWrite, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, 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

Submit

public Submit(java.lang.String name,
              java.lang.String value)
Creates new Submit

Parameters:
name - DOCUMENT ME!
value - DOCUMENT ME!

Submit

public Submit(java.lang.String value)
Creates new Submit

Parameters:
value - DOCUMENT ME!
Method Detail

getType

public java.lang.String getType()
DOCUMENT ME!

Specified by:
getType in class InputElement
Returns:
DOCUMENT ME!

Copyright 2002 by aragost