controller, model, table
Constructor and Description |
---|
ViewDataInput(org.eclipse.swt.widgets.Composite parent,
Controller controller,
java.lang.String helpid)
Creates a new (non-editable) data view.
|
ViewDataInput(org.eclipse.swt.widgets.Composite parent,
Controller controller,
java.lang.String helpid,
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, addSelectionListener, createAdditionalItem, dispose, enableSorting, getSelectionIndex, getViewportLayer, reset, setSelectedItem, setSelectionIndex, updateHeaderImage
public ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, java.lang.String helpid)
parent
- controller
- public ViewDataInput(org.eclipse.swt.widgets.Composite parent, Controller controller, java.lang.String helpid, 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