controller, model, table
Constructor and Description |
---|
ViewDataInput(org.eclipse.swt.widgets.Composite parent,
Controller controller)
Creates a new (non-editable) data view.
|
ViewDataInput(org.eclipse.swt.widgets.Composite parent,
Controller controller,
boolean editable)
Creates a new data view.
|
Modifier and Type | Method and Description |
---|---|
protected void |
actionCellSelected(org.eclipse.nebula.widgets.nattable.selection.event.CellSelectionEvent arg1)
Cell selection event.
|
protected void |
actionSort()
Called when the sort button is pressed.
|
protected DataDefinition |
getDefinition()
Returns the data definition.
|
protected DataHandle |
getHandle()
Returns the data definition.
|
void |
update(ModelEvent event)
Updates the view.
|
actionColumnSelected, addScrollBarListener, dispose, enableSorting, getViewportLayer, reset, updateHeaderImage
public ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller)
parent
- controller
- public ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, boolean editable)
parent
- controller
- editable
- public void update(ModelEvent event)
IView
protected void actionCellSelected(org.eclipse.nebula.widgets.nattable.selection.event.CellSelectionEvent arg1)
ViewData
actionCellSelected
in class ViewData
protected void actionSort()
ViewData
actionSort
in class ViewData
protected DataDefinition getDefinition()
ViewData
getDefinition
in class ViewData
protected DataHandle getHandle()
ViewData