public class TextArea extends Input
| Constructor and Description |
|---|
TextArea(java.lang.String params,
java.lang.String text)
Creates this input parsing required values from the given text
|
| Modifier and Type | Method and Description |
|---|---|
void |
setValueChecked(java.lang.Object value)
Sets the value for the input.
|
java.lang.String |
toString() |
public TextArea(@NotNull java.lang.String params, java.lang.String text)
params - The contents of the input tagtext - The text between the textarea tags, that will be submitted as the input for this input fieldpublic void setValueChecked(java.lang.Object value)
InputsetValueChecked in class Inputvalue - The new value for the input@NotNull public java.lang.String toString()
toString in class java.lang.Object