|
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.TextInput
Constructor Summary | |
TextInput(java.lang.String name,
java.lang.String value)
|
Method Summary | |
int |
getSize()
Getter for property size. |
java.lang.String |
getType()
|
void |
setSize(int size)
Setter for property size. |
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 TextInput(java.lang.String name, java.lang.String value)
Method Detail |
public java.lang.String getType()
getType
in class InputElement
public int getSize()
public void setSize(int size)
size
- New value of property size.
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |