|
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.InputElement
|
+--com.aragost.html.Submit
| 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 |
public Submit(java.lang.String name,
java.lang.String value)
name - DOCUMENT ME!value - DOCUMENT ME!public Submit(java.lang.String value)
value - DOCUMENT ME!| Method Detail |
public java.lang.String getType()
getType in class InputElement
|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||