Class TimeControl


public class TimeControl extends SimpleControl
  • Constructor Details

  • Method Details

    • getData

      public Object getData()
      Specified by:
      getData in class LoggerControl
      Returns:
      data from field(s) of component
    • setData

      public void setData(Object data)
      Description copied from class: LoggerControl
      this will populate the Field with either last entered data or most up to date entry
      Overrides:
      setData in class SimpleControl
    • autoUpdate

      public int autoUpdate()
      Description copied from class: LoggerControl
      Automatically update a control. This is only possible for controls such as time, timestamps and NMEA items.
      Overrides:
      autoUpdate in class LoggerControl
      Returns:
      AUTO_UPDATE_SUCCESS, AUTO_UPDATE_FAIL or AUTO_UPDATE_CANT
    • setDefault

      public void setDefault()
      Description copied from class: LoggerControl
      Return to the default value based on the associated control description
      Overrides:
      setDefault in class SimpleControl