public class Text extends Input
| Constructor and Description |
|---|
Text(java.lang.String params)
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 Text(@NotNull java.lang.String params)
params - The contents of the input tagpublic 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