Package pt.tecnico.uilib.forms
Class FieldNone
Request no value (used as a separator within a form).
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the input field read-only.booleanEach Input must parse its own specific type of value, written in accordance with the specific regular expression.
-
Method Details
-
parse
Description copied from class:FieldEach Input must parse its own specific type of value, written in accordance with the specific regular expression.- Specified by:
parsein classField<Void>- Parameters:
in- the string to be parsed- Returns:
- the status of parsing success
- See Also:
Field.parse(java.lang.String)
-
isReadOnly
public boolean isReadOnly()Is the input field read-only.- Overrides:
isReadOnlyin classField<Void>
-