Class TimeField

java.lang.Object
com.inet.taskplanner.server.api.field.Field
com.inet.taskplanner.server.api.field.TimeField

@JsonData public class TimeField extends Field
A field that allows the definition of a time value. The value if a timestamp.
Since:
taskplanner 3.0
  • Constructor Details

    • TimeField

      public TimeField(String key, String label)
      Creates the field for setting a time value
      Parameters:
      key - the key of the field
      label - the label to be displayed in front of the field
      Since:
      taskplanner 3.0