public class BaseRowHideShowLayerFixture extends RowHideShowLayer
PERSISTENCE_KEY_HIDDEN_ROW_INDEXESunderlyingLayerlayerPainterDOT, 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, saveStatecacheVisibleRowIndexes, getColumnPositionByIndex, getHeight, getRowCount, getRowIndexByPosition, getRowPositionByIndex, getRowPositionByY, getRowPositionsByIndexes, getStartYOfRowPosition, invalidateCache, localToUnderlyingRowPosition, underlyingToLocalRowPosition, underlyingToLocalRowPositionsconfigure, 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, underlyingToLocalColumnPositionsaddConfiguration, addLayerListener, clearConfiguration, fireLayerEvent, getBoundsByPosition, getClientAreaProvider, getConfigLabelAccumulator, getRegionName, hasLayerListener, registerCommandHandler, registerCommandHandlers, registerEventHandler, registerPersistable, removeLayerListener, setConfigLabelAccumulator, setLayerPainter, setRegionName, toString, unregisterCommandHandler, unregisterPersistableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLayerListener, 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, unregisterPersistablepublic BaseRowHideShowLayerFixture(IUniqueIndexLayer underlyingLayer)
public void hideRowPositions(Collection<Integer> rowPositions)
IRowHideShowCommandLayerhideRowPositions in interface IRowHideShowCommandLayerhideRowPositions in class RowHideShowLayerrowPositions - The positions of the rows to hide.public void showRowIndexes(Collection<Integer> rowIndexes)
IRowHideShowCommandLayershowRowIndexes in interface IRowHideShowCommandLayershowRowIndexes in class RowHideShowLayerrowIndexes - The indexes of the rows that should be showed again.public void showAllRows()
IRowHideShowCommandLayershowAllRows in interface IRowHideShowCommandLayershowAllRows in class RowHideShowLayerCopyright © 2013. All Rights Reserved.