org.eclipse.nebula.widgets.nattable.filterrow.command
Class ClearFilterCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractColumnCommand
org.eclipse.nebula.widgets.nattable.filterrow.command.ClearFilterCommand
- All Implemented Interfaces:
- ILayerCommand
public class ClearFilterCommand
- extends AbstractColumnCommand
ClearFilterCommand
public ClearFilterCommand(ILayer layer,
int columnPosition)
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.