org.kde.qt
public class QDataBrowser extends QWidget
| Field Summary | |
|---|---|
| static int | AfterEnd |
| static int | BeforeBeginning |
| static int | Beginning |
| static int | End |
| static int | None |
| static int | Unknown |
| Constructor Summary | |
|---|---|
| protected | QDataBrowser(Class dummy) |
| QDataBrowser(QWidget parent, String name, int fl) | |
| QDataBrowser(QWidget parent, String name) | |
| QDataBrowser(QWidget parent) | |
| QDataBrowser() | |
| Method Summary | |
|---|---|
| boolean | autoEdit() |
| int | boundary() |
| boolean | boundaryChecking() |
| String | className() |
| void | clearValues() |
| protected int | confirmCancel(int m) |
| boolean | confirmCancels() |
| boolean | confirmDelete() |
| protected int | confirmEdit(int m) |
| boolean | confirmEdits() |
| boolean | confirmInsert() |
| boolean | confirmUpdate() |
| protected boolean | currentEdited() |
| void | del() |
| protected boolean | deleteCurrent() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| String | filter() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | first() |
| QSqlForm | form() |
| protected void | handleError(QSqlError error) |
| void | insert() |
| protected boolean | insertCurrent() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isReadOnly() |
| void | last() |
| QMetaObject | metaObject() |
| void | next() |
| void | prev() |
| void | readFields() |
| void | refresh() |
| boolean | seek(int i, boolean relative) |
| boolean | seek(int i) |
| void | setAutoEdit(boolean autoEdit) |
| void | setBoundaryChecking(boolean active) |
| void | setConfirmCancels(boolean confirm) |
| void | setConfirmDelete(boolean confirm) |
| void | setConfirmEdits(boolean confirm) |
| void | setConfirmInsert(boolean confirm) |
| void | setConfirmUpdate(boolean confirm) |
| void | setFilter(String filter) |
| void | setForm(QSqlForm form) |
| void | setReadOnly(boolean active) |
| void | setSort(QSqlIndex sort) |
| void | setSort(String[] sort) |
| void | setSqlCursor(QSqlCursor cursor, boolean autoDelete) |
| void | setSqlCursor(QSqlCursor cursor) |
| ArrayList | sort() |
| QSqlCursor | sqlCursor() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| void | update() |
| void | updateBoundary() |
| protected boolean | updateCurrent() |
| void | writeFields() |