getValue method

String getValue()

Returns the value of the text field.

Implementation

String getValue() {
  return text.value;
}