Class AddSortFieldCommand
- java.lang.Object
-
- net.sf.jasperreports.components.sort.actions.AddSortFieldCommand
-
- All Implemented Interfaces:
java.io.Serializable,Command
public class AddSortFieldCommand extends java.lang.Object implements Command
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddSortFieldCommand(JRDesignDataset dataset, JRDesignSortField sortField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidredo()voidundo()
-
-
-
Constructor Detail
-
AddSortFieldCommand
public AddSortFieldCommand(JRDesignDataset dataset, JRDesignSortField sortField)
-
-