You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/qtjava/javalib/org/kde/qt/QSqlForm.java

52 lines
1.8 KiB
Java

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;
import org.kde.qt.Qt;
public class QSqlForm extends QObject {
protected QSqlForm(Class dummy){super((Class) null);}
public native QMetaObject metaObject();
public native String className();
public QSqlForm(QObject parent, String name) {
super((Class) null);
newQSqlForm(parent,name);
}
private native void newQSqlForm(QObject parent, String name);
public QSqlForm(QObject parent) {
super((Class) null);
newQSqlForm(parent);
}
private native void newQSqlForm(QObject parent);
public QSqlForm() {
super((Class) null);
newQSqlForm();
}
private native void newQSqlForm();
public native void insert(QWidget widget, String field);
public native void remove(String field);
public native int count();
public native QWidget widget(int i);
public native QSqlField widgetToField(QWidget widget);
public native QWidget fieldToWidget(QSqlField field);
public native void installPropertyMap(QSqlPropertyMap map);
public native void setRecord(QSqlRecord buf);
public native void readField(QWidget widget);
public native void writeField(QWidget widget);
public native void readFields();
public native void writeFields();
public native void clear();
public native void clearValues(boolean nullify);
public native void clearValues();
public static native String tr(String arg1, String arg2);
public static native String tr(String arg1);
protected native void insert(QWidget widget, QSqlField field);
protected native void remove(QWidget widget);
protected native void clearMap();
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */
public native void dispose();
/** Has the wrapped C++ instance been deleted? */
public native boolean isDisposed();
}