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)
Input
setValueChecked
in class Input
value
- The new value for the input@NotNull public java.lang.String toString()
toString
in class java.lang.Object