|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | 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 |
|---|
public String getName()
public String getValue()
public void setValue(String value)
value - the value. May be null.
Groovy Documentation