org.kde.koala

Class KDateWidget

public class KDateWidget extends QWidget

This widget can be used to display or allow user selection of a date. See KDateWidgetSignals for signals emitted by KDateWidget

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
StringclassName()
Calendardate()
Returns the currently selected date.
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidinit()
protected voidinit(Calendar arg1)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetDate(Calendar date)
Changes the selected date to date.
protected voidslotDateChanged()

Constructor Detail

KDateWidget

protected KDateWidget(Class dummy)

KDateWidget

public KDateWidget(QWidget parent, String name)
Constructs a date selection widget.

UNKNOWN: Constructs a date selection widget.

KDateWidget

public KDateWidget(QWidget parent)

KDateWidget

public KDateWidget()

KDateWidget

public KDateWidget(Calendar date, QWidget parent, String name)
Constructs a date selection widget with the initial date set to date.

UNKNOWN: Constructs a date selection widget with the initial date set to date.

KDateWidget

public KDateWidget(Calendar date, QWidget parent)

KDateWidget

public KDateWidget(Calendar date)

Method Detail

className

public String className()

date

public Calendar date()
Returns the currently selected date.

UNKNOWN: Returns the currently selected date.

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

init

protected void init()

init

protected void init(Calendar arg1)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

setDate

public void setDate(Calendar date)
Changes the selected date to date.

UNKNOWN: Changes the selected date to date.

slotDateChanged

protected void slotDateChanged()