org.eclipse.nebula.widgets.nattable.filterrow.command
Class ClearFilterCommand

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
      extended by org.eclipse.nebula.widgets.nattable.filterrow.command.ClearFilterCommand
All Implemented Interfaces:
ILayerCommand

public class ClearFilterCommand
extends AbstractColumnCommand


Constructor Summary
ClearFilterCommand(ILayer layer, int columnPosition)
           
 
Method Summary
 ILayerCommand 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.AbstractColumnCommand
convertToTargetLayer, getColumnPosition, getLayer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClearFilterCommand

public ClearFilterCommand(ILayer layer,
                          int columnPosition)
Method Detail

cloneCommand

public ILayerCommand 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.