Method Summary |
|
public String | getInputName() Returns this input's name attribute. |
public String | getStringValue() Returns a string representation of this input's value
as returned by the
InputControl.toString() method. |
public InputDataType<T> | getType() Returns this input's data type. |
public boolean | isBlank() Returns true if the input has no value. |
public boolean | isRequired() Returns true if this input must have a value. |
public boolean | isValid() Returns true if this input's data is valid. |