org.kde.koala

Class KDateValidator

public class KDateValidator extends QValidator

Validates user-entered dates.

UNKNOWN: Validates user-entered dates.

Constructor Summary
protected KDateValidator(Class dummy)
KDateValidator(QWidget parent, String name)
KDateValidator(QWidget parent)
KDateValidator()
Method Summary
intdate(String arg1, Calendar arg2)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
voidfixup(StringBuffer input)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intvalidate(StringBuffer arg1, int[] arg2)

Constructor Detail

KDateValidator

protected KDateValidator(Class dummy)

KDateValidator

public KDateValidator(QWidget parent, String name)

KDateValidator

public KDateValidator(QWidget parent)

KDateValidator

public KDateValidator()

Method Detail

date

public int date(String arg1, Calendar arg2)

dispose

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

finalize

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

fixup

public void fixup(StringBuffer input)

isDisposed

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

validate

public int validate(StringBuffer arg1, int[] arg2)