public class LayerBody extends CTLayer
Constructor and Description |
---|
LayerBody(org.eclipse.nebula.widgets.nattable.data.IDataProvider dataProvider,
CTConfiguration config,
CTContext context)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.nebula.widgets.nattable.layer.DataLayer |
getDataLayer()
Returns the data layer.
|
org.eclipse.nebula.widgets.nattable.selection.SelectionLayer |
getSelectionLayer()
Returns the selection layer.
|
LayerViewport |
getViewportLayer()
Returns the viewport layer.
|
getConfig, getContext
configure, dispose, doCommand, getCellByPosition, getCellPainter, getColumnCount, getColumnIndexByPosition, getColumnPositionByX, getColumnWidthByPosition, getConfigLabelsByPosition, getDataValueByPosition, getDisplayModeByPosition, getHeight, getLayerPainter, getPreferredColumnCount, getPreferredHeight, getPreferredRowCount, getPreferredWidth, getRegionLabelsByXY, getRowCount, getRowHeightByPosition, getRowIndexByPosition, getRowPositionByY, getStartXOfColumnPosition, getStartYOfRowPosition, getUnderlyingLayerByPosition, getUnderlyingLayersByColumnPosition, getUnderlyingLayersByRowPosition, getWidth, isColumnPositionResizable, isRowPositionResizable, loadState, localToUnderlyingColumnPosition, localToUnderlyingRowPosition, saveState, setClientAreaProvider, underlyingToLocalColumnPosition, underlyingToLocalColumnPositions, underlyingToLocalRowPosition, underlyingToLocalRowPositions
addConfiguration, addLayerListener, clearConfiguration, fireLayerEvent, getBoundsByPosition, getClientAreaProvider, getConfigLabelAccumulator, getRegionName, handleLayerEvent, hasLayerListener, registerCommandHandler, registerEventHandler, registerPersistable, removeLayerListener, setConfigLabelAccumulator, setLayerPainter, setRegionName, toString, unregisterCommandHandler, unregisterEventHandler, unregisterPersistable
public LayerBody(org.eclipse.nebula.widgets.nattable.data.IDataProvider dataProvider, CTConfiguration config, CTContext context)
dataProvider
- config
- context
- public org.eclipse.nebula.widgets.nattable.layer.DataLayer getDataLayer()
public org.eclipse.nebula.widgets.nattable.selection.SelectionLayer getSelectionLayer()
public LayerViewport getViewportLayer()