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, setSelection, updateHeaderImagepublic 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)
IViewprotected void actionCellSelected(org.eclipse.nebula.widgets.nattable.selection.event.CellSelectionEvent arg1)
ViewDataactionCellSelected in class ViewDataprotected void actionSort()
ViewDataactionSort in class ViewDataprotected DataDefinition getDefinition()
ViewDatagetDefinition in class ViewDataprotected DataHandle getHandle()
ViewData