Class MultiRowShowCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiRowShowCommand
- All Implemented Interfaces:
ILayerCommand
Command for showing hidden rows again via index.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiRowShowCommand(int... rowIndexes) MultiRowShowCommand(Collection<Integer> rowIndexes) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.int[]Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
convertToTargetLayer
-
Constructor Details
-
MultiRowShowCommand
- Parameters:
rowIndexes- The indexes of the rows that should be showed again.
-
MultiRowShowCommand
public MultiRowShowCommand(int... rowIndexes) - Parameters:
rowIndexes- The indexes of the rows that should be showed again.- Since:
- 2.0
-
-
Method Details
-
getRowIndexes
- Returns:
- The indexes of the rows that should be showed again.
-
getRowIndexesArray
public int[] getRowIndexesArray()- Returns:
- The indexes of the rows that should be showed again.
- Since:
- 2.0
-
cloneCommand
Description copied from interface:ILayerCommandSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.- Specified by:
cloneCommandin interfaceILayerCommand- Overrides:
cloneCommandin classAbstractContextFreeCommand- Returns:
- a cloned instance of the command
- See Also:
-