org.kde.koala
public class KDateValidator extends QValidator
UNKNOWN: Validates user-entered dates.
| Constructor Summary | |
|---|---|
| protected | KDateValidator(Class dummy) |
| KDateValidator(QWidget parent, String name) | |
| KDateValidator(QWidget parent) | |
| KDateValidator() | |
| Method Summary | |
|---|---|
| int | date(String arg1, Calendar arg2) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | fixup(StringBuffer input) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | validate(StringBuffer arg1, int[] arg2) |