org.kde.koala
public class KDateWidget extends QWidget
Version: $Id: KDateWidget.java 473384 2005-10-23 14:17:09Z rdale $
See Also: KDatePicker
UNKNOWN: A pushbutton to display or allow user selection of a date.
| Constructor Summary | |
|---|---|
| protected | KDateWidget(Class dummy) |
| KDateWidget(QWidget parent, String name)
Constructs a date selection widget. | |
| KDateWidget(QWidget parent) | |
| KDateWidget() | |
| KDateWidget(Calendar date, QWidget parent, String name)
Constructs a date selection widget with the initial date set to date. | |
| KDateWidget(Calendar date, QWidget parent) | |
| KDateWidget(Calendar date) | |
| Method Summary | |
|---|---|
| String | className() |
| Calendar | date()
Returns the currently selected date. |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | init() |
| protected void | init(Calendar arg1) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| void | setDate(Calendar date)
Changes the selected date to date. |
| protected void | slotDateChanged() |
UNKNOWN: Constructs a date selection widget.
date.UNKNOWN: Constructs a date selection widget with the initial date set to date.
UNKNOWN: Returns the currently selected date.
date.UNKNOWN: Changes the selected date to date.