org.eclipse.nebula.widgets.nattable.hideshow.command
Class MultiRowHideCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.MultiRowHideCommand
- All Implemented Interfaces:
- ILayerCommand
public class MultiRowHideCommand
- extends AbstractMultiRowCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiRowHideCommand
public MultiRowHideCommand(ILayer layer,
int rowPosition)
MultiRowHideCommand
public MultiRowHideCommand(ILayer layer,
int[] rowPositions)
MultiRowHideCommand
protected MultiRowHideCommand(MultiRowHideCommand command)
cloneCommand
public MultiRowHideCommand cloneCommand()
- Description copied from interface:
ILayerCommand
- Same semantics as
Object.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:
GridLayer.doCommand(ILayerCommand)
Copyright © 2014. All rights reserved.