public class WeekInput extends Input
Constructor and Description |
---|
WeekInput(java.lang.String params) |
Modifier and Type | Method and Description |
---|---|
void |
setValueChecked(java.lang.Object value)
Sets the value for the input.
|
java.lang.String |
toString() |
public WeekInput(@NotNull java.lang.String params)
public 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