public class BaseRowHideShowLayerFixture extends RowHideShowLayer
PERSISTENCE_KEY_HIDDEN_ROW_INDEXES
underlyingLayer
layerPainter
DOT, VALUE_SEPARATOR
Constructor and Description |
---|
BaseRowHideShowLayerFixture(IUniqueIndexLayer underlyingLayer) |
Modifier and Type | Method and Description |
---|---|
void |
hideRowPositions(Collection<Integer> rowPositions)
Hide the rows at the given positions.
|
void |
showAllRows()
Show all rows that where previously hidden.
|
void |
showRowIndexes(Collection<Integer> rowIndexes)
Show the rows with the given indexes again.
|
getHiddenRowIndexes, handleLayerEvent, hideRowIndexes, isRowIndexHidden, loadState, saveState
cacheVisibleRowIndexes, getColumnPositionByIndex, getHeight, getRowCount, getRowIndexByPosition, getRowPositionByIndex, getRowPositionByY, getRowPositionsByIndexes, getStartYOfRowPosition, invalidateCache, localToUnderlyingRowPosition, underlyingToLocalRowPosition, underlyingToLocalRowPositions
configure, dispose, doCommand, getCellByPosition, getCellPainter, getColumnCount, getColumnIndexByPosition, getColumnPositionByX, getColumnWidthByPosition, getConfigLabelsByPosition, getDataValueByPosition, getDisplayModeByPosition, getLayerPainter, getPreferredColumnCount, getPreferredHeight, getPreferredRowCount, getPreferredWidth, getRegionLabelsByXY, getRowHeightByPosition, getStartXOfColumnPosition, getUnderlyingLayer, getUnderlyingLayerByPosition, getUnderlyingLayersByColumnPosition, getUnderlyingLayersByRowPosition, getWidth, isColumnPositionResizable, isRowPositionResizable, localToUnderlyingColumnPosition, setClientAreaProvider, setUnderlyingLayer, underlyingToLocalColumnPosition, underlyingToLocalColumnPositions
addConfiguration, addLayerListener, clearConfiguration, fireLayerEvent, getBoundsByPosition, getClientAreaProvider, getConfigLabelAccumulator, getRegionName, hasLayerListener, registerCommandHandler, registerCommandHandlers, registerEventHandler, registerPersistable, removeLayerListener, setConfigLabelAccumulator, setLayerPainter, setRegionName, toString, unregisterCommandHandler, unregisterPersistable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addLayerListener, configure, dispose, doCommand, fireLayerEvent, getBoundsByPosition, getCellByPosition, getCellPainter, getClientAreaProvider, getColumnCount, getColumnIndexByPosition, getColumnPositionByX, getColumnWidthByPosition, getConfigLabelsByPosition, getDataValueByPosition, getDisplayModeByPosition, getLayerPainter, getPreferredColumnCount, getPreferredHeight, getPreferredRowCount, getPreferredWidth, getRegionLabelsByXY, getRowHeightByPosition, getStartXOfColumnPosition, getUnderlyingLayerByPosition, getUnderlyingLayersByColumnPosition, getUnderlyingLayersByRowPosition, getWidth, hasLayerListener, isColumnPositionResizable, isRowPositionResizable, localToUnderlyingColumnPosition, registerCommandHandler, registerPersistable, removeLayerListener, setClientAreaProvider, underlyingToLocalColumnPosition, underlyingToLocalColumnPositions, unregisterCommandHandler, unregisterPersistable
public BaseRowHideShowLayerFixture(IUniqueIndexLayer underlyingLayer)
public void hideRowPositions(Collection<Integer> rowPositions)
IRowHideShowCommandLayer
hideRowPositions
in interface IRowHideShowCommandLayer
hideRowPositions
in class RowHideShowLayer
rowPositions
- The positions of the rows to hide.public void showRowIndexes(Collection<Integer> rowIndexes)
IRowHideShowCommandLayer
showRowIndexes
in interface IRowHideShowCommandLayer
showRowIndexes
in class RowHideShowLayer
rowIndexes
- The indexes of the rows that should be showed again.public void showAllRows()
IRowHideShowCommandLayer
showAllRows
in interface IRowHideShowCommandLayer
showAllRows
in class RowHideShowLayer
Copyright © 2013. All Rights Reserved.