org.eclipse.nebula.widgets.nattable.hideshow.command
Class MultiRowHideCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractMultiRowCommand
      extended by org.eclipse.nebula.widgets.nattable.hideshow.command.MultiRowHideCommand
All Implemented Interfaces:
ILayerCommand

public class MultiRowHideCommand
extends AbstractMultiRowCommand


Constructor Summary
  MultiRowHideCommand(ILayer layer, int rowPosition)
           
  MultiRowHideCommand(ILayer layer, int[] rowPositions)
           
protected MultiRowHideCommand(MultiRowHideCommand command)
           
 
Method Summary
 MultiRowHideCommand cloneCommand()
          Same semantics as Object.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, setRowPositions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiRowHideCommand

public MultiRowHideCommand(ILayer layer,
                           int rowPosition)

MultiRowHideCommand

public MultiRowHideCommand(ILayer layer,
                           int[] rowPositions)

MultiRowHideCommand

protected MultiRowHideCommand(MultiRowHideCommand command)
Method Detail

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.