Interface | Description |
---|---|
Date_selector |
An interface for Date selection.
|
Class | Description |
---|---|
Date_selector_dialog |
The Date_selector_dialog, shown below, combines a
Date_selector and a Popup_dialog to provide a
standalone, popup dialog for choosing dates. |
Date_selector_panel |
A calendar-display/date-selection widget.
|
Navigable_date_selector |
This class is wrapper for a
Date_selector that adds a navigation bar to manipulate the wrapped selector. |
Popup_dialog |
A Popup_dialog is a clean, lightweight, "modal" window intended for simple pop-up user-interface widgets.
|
Time_date_selector |
This class is a GoF "Decorator" that augments the "raw" Date_selector_panel with a title that displays
the time of day Create a time date selector like this:
|
Titled_date_selector |
This class is a GoF "Decorator" that augements the "raw" Date_selector_panel with a title that displays
the month name and year.
|