Class MultiRowHideCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiRowHideCommand
- All Implemented Interfaces:
ILayerCommand
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMultiRowHideCommand(MultiRowHideCommand command) MultiRowHideCommand(ILayer layer, int rowPosition) MultiRowHideCommand(ILayer layer, int... rowPositions) -
Method Summary
Modifier and TypeMethodDescriptionSame semantics asObject.clone()Used to make a copies of the command if has to passed to different layer stacks.Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
convertToTargetLayer, getRowPositions, getRowPositionsArray, setRowPositions
-
Constructor Details
-
MultiRowHideCommand
-
MultiRowHideCommand
-
MultiRowHideCommand
-
-
Method Details
-
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.- Returns:
- a cloned instance of the command
- See Also:
-