java.lang.Object
omix.plugin.type.TypeEditHandlerInterface.EditResponse
omix.plugin.type.TypeEditHandlerInterface.CellEditorResponse
- Enclosing interface:
- TypeEditHandlerInterface
public static final class TypeEditHandlerInterface.CellEditorResponse extends TypeEditHandlerInterface.EditResponse
This class returns a cell editor widget.
The cell editor widget
editor
is displayed inside the corresponding table cell (cf. image below).
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
TypeEditHandlerInterface.createEditor(QWidget, FieldInfo, CreateEditorUtilities)
-
Field Summary
Fields Modifier and Type Field Description QWidget
editor
a cell editor widget which must implement theTypeEditHandlerInterface.ObjectEditorInterface
-
Constructor Summary
Constructors Constructor Description CellEditorResponse(T editor)
-
Method Summary
-
Field Details
-
editor
a cell editor widget which must implement theTypeEditHandlerInterface.ObjectEditorInterface
-
-
Constructor Details
-
CellEditorResponse
public CellEditorResponse(T editor)
-