Klasse ViewDataInput
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ViewData
org.deidentifier.arx.gui.view.impl.common.ViewDataInput
- Alle implementierten Schnittstellen:
IView
A view on a
Data object.-
Feldübersicht
Von Klasse geerbte Felder org.deidentifier.arx.gui.view.impl.common.ViewData
controller, model, table -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, String helpid) Creates a new (non-editable) data view.ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, String helpid, boolean editable) Creates a new data view. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidactionCellSelected(org.eclipse.nebula.widgets.nattable.selection.event.CellSelectionEvent arg1) Cell selection event.protected voidCalled when the sort button is pressed.protected DataDefinitionReturns the data definition.protected DataHandleReturns the data definition.voidupdate(ModelEvent event) Updates the view.Von Klasse geerbte Methoden org.deidentifier.arx.gui.view.impl.common.ViewData
actionColumnSelected, addScrollBarListener, addSelectionListener, createAdditionalItem, dispose, enableSorting, getSelectionIndex, getViewportLayer, reset, setSelection, updateHeaderImage
-
Konstruktordetails
-
ViewDataInput
public ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, String helpid) Creates a new (non-editable) data view.- Parameter:
parent-controller-
-
ViewDataInput
public ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, String helpid, boolean editable) Creates a new data view.- Parameter:
parent-controller-editable-
-
-
Methodendetails
-
update
Beschreibung aus Schnittstelle kopiert:IViewUpdates the view. -
actionCellSelected
protected void actionCellSelected(org.eclipse.nebula.widgets.nattable.selection.event.CellSelectionEvent arg1) Beschreibung aus Klasse kopiert:ViewDataCell selection event.- Setzt außer Kraft:
actionCellSelectedin KlasseViewData- Parameter:
arg1-
-
actionSort
protected void actionSort()Beschreibung aus Klasse kopiert:ViewDataCalled when the sort button is pressed.- Angegeben von:
actionSortin KlasseViewData
-
getDefinition
Beschreibung aus Klasse kopiert:ViewDataReturns the data definition.- Angegeben von:
getDefinitionin KlasseViewData- Gibt zurück:
-
getHandle
Beschreibung aus Klasse kopiert:ViewDataReturns the data definition.
-