Package com.dlsc.pickerfx

  • Class Summary 
    Class Description
    DigitsSegment
    A concrete implementation of a segment which will always display the digits 0 ..
    DurationPicker
    A specific picker implementation used to let the user select a time.
    IntegerPicker
    A specific picker implementation used for entering integer values.
    ItemPicker<T>
    A specific picker implementation used for displaying any type of item.
    LocalDatePicker
    A specific picker implementation used to let the user select a date.
    LocalDateTimePicker
    A specific picker implementation used to let the user select a date and a time.
    LocalTimePicker
    A specific picker implementation used to let the user select a time.
    Picker<T>
    The base class of all picker controls.
    Segment<T,​S>
    A segment represents one single selection block that contains elements which the user can pick from.
    SegmentCell<T>
    A cell used for displaying an item inside a {@see Segement}.
  • Enum Summary 
    Enum Description
    DateFormat
    The possible date formats allowed by the LocalDatePicker and LocalDateTimePicker.
    LocalTimePicker.Meridiem
    An enum used to distinguish between AM and PM times.
    TimeFormat
    An enum used to express which kind of time display the user wants to see.