|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Input
An input value on a Form. This corrosponds to an <input> sub
element of a <form> element.
The name property is read only, whereas the value (which changes
frequently) is read-write.
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this Input. |
String |
getValue()
Gets the value of the Input. |
void |
setValue(String value)
Sets the value of the Input. |
| Method Detail |
|---|
String getName()
String getValue()
void setValue(String value)
value - the value. May be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||