void setValue(const String &value)
Sets the text value that is displayed by this field.
TextField(const String &label)
Constructs a new text field with a specific label.
void enterField(bool reverse)
Enters the field due to form navigation.
const String & value() const
Returns the text value that is currently displayed by this field.
Field that displays a read-only text value.