Class FieldNone

java.lang.Object
pt.tecnico.uilib.forms.Field<Void>
pt.tecnico.uilib.forms.FieldNone

public class FieldNone extends Field<Void>
Request no value (used as a separator within a form).
  • Method Details

    • parse

      public boolean parse(String in)
      Description copied from class: Field
      Each Input must parse its own specific type of value, written in accordance with the specific regular expression.
      Specified by:
      parse in class Field<Void>
      Parameters:
      in - the string to be parsed
      Returns:
      the status of parsing success
      See Also:
    • isReadOnly

      public boolean isReadOnly()
      Is the input field read-only.
      Overrides:
      isReadOnly in class Field<Void>