| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.nattable.selection | |
| org.eclipse.nebula.widgets.nattable.selection.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRowSelectionModel<R> |
| Modifier and Type | Class and Description |
|---|---|
class |
RowSelectionModel<R> |
class |
SelectionModel
Tracks the selections made in the table.
|
| Modifier and Type | Field and Description |
|---|---|
protected ISelectionModel |
SelectionLayer.selectionModel |
| Modifier and Type | Method and Description |
|---|---|
ISelectionModel |
SelectionLayer.getSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionLayer.setSelectionModel(ISelectionModel selectionModel) |
| Constructor and Description |
|---|
SelectionLayer(IUniqueIndexLayer underlyingLayer,
ISelectionModel selectionModel,
boolean useDefaultConfiguration) |
SelectionLayer(IUniqueIndexLayer underlyingLayer,
ISelectionModel selectionModel,
boolean useDefaultConfiguration,
boolean registerDefaultEventHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionLayerStructuralChangeEventHandler.setSelectionModel(ISelectionModel selectionModel) |
| Constructor and Description |
|---|
SelectionLayerStructuralChangeEventHandler(SelectionLayer selectionLayer,
ISelectionModel selectionModel) |
Copyright © 2013. All Rights Reserved.