Enum Class TimePicker.ClockType

java.lang.Object
java.lang.Enum<TimePicker.ClockType>
com.dlsc.gemsfx.TimePicker.ClockType
All Implemented Interfaces:
Serializable, Comparable<TimePicker.ClockType>, Constable
Enclosing class:
TimePicker

public static enum TimePicker.ClockType extends Enum<TimePicker.ClockType>
The time picker control supports 12 and 24 hour times. 12 hour times require an additional field for the user to enter am / pm.
  • Enum Constant Details

  • Method Details

    • values

      public static TimePicker.ClockType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TimePicker.ClockType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null