net.sf.jasperreports.components.sort.actions
Class RemoveSortFieldCommand
java.lang.Object
net.sf.jasperreports.components.sort.actions.RemoveSortFieldCommand
- All Implemented Interfaces:
- Command
public class RemoveSortFieldCommand
- extends Object
- implements Command
- Version:
- $Id: RemoveSortFieldCommand.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveSortFieldCommand
public RemoveSortFieldCommand(JRDesignDataset dataset,
JRSortField sortField)
execute
public void execute()
- Specified by:
execute in interface Command
undo
public void undo()
- Specified by:
undo in interface Command
redo
public void redo()
- Specified by:
redo in interface Command
Copyright © 2012. All Rights Reserved.