Uses of Interface
net.sf.jasperreports.web.commands.Command
-
Packages that use Command Package Description net.sf.jasperreports.components.headertoolbar.actions Contains Action classes for the built-in Header Toolbar component.net.sf.jasperreports.components.sort.actions Contains Action classes for the built-in Sort component.net.sf.jasperreports.crosstabs.interactive Contains classes for the Crosstab element interactivity.net.sf.jasperreports.web.actions Contains Action implementations.net.sf.jasperreports.web.commands Contains Command implementations. -
-
Uses of Command in net.sf.jasperreports.components.headertoolbar.actions
Classes in net.sf.jasperreports.components.headertoolbar.actions that implement Command Modifier and Type Class Description classConditionalFormattingCommandclassEditTextElementCommandclassHideUnhideColumnCommandclassHideUnhideColumnsCommandclassMoveColumnCommandclassMoveElementCommandclassResizeColumnCommandclassResizeElementCommandclassSimpleMoveColumnCommandclassSimpleResizeColumnCommand -
Uses of Command in net.sf.jasperreports.components.sort.actions
Classes in net.sf.jasperreports.components.sort.actions that implement Command Modifier and Type Class Description classAddSortFieldCommandclassFilterCommandclassRemoveSortFieldCommandclassSortCommand -
Uses of Command in net.sf.jasperreports.crosstabs.interactive
Classes in net.sf.jasperreports.crosstabs.interactive that implement Command Modifier and Type Class Description classSortByColumnCommandclassSortRowGroupCommand -
Uses of Command in net.sf.jasperreports.web.actions
Classes in net.sf.jasperreports.web.actions that implement Command Modifier and Type Class Description classSaveZoomCommand -
Uses of Command in net.sf.jasperreports.web.commands
Classes in net.sf.jasperreports.web.commands that implement Command Modifier and Type Class Description classMultiActionCommandclassResetInCacheCommandMethods in net.sf.jasperreports.web.commands with parameters of type Command Modifier and Type Method Description voidCommandStack. execute(Command command)Constructors in net.sf.jasperreports.web.commands with parameters of type Command Constructor Description ResetInCacheCommand(Command command, JasperReportsContext jasperReportsContext, ReportContext reportContext, java.lang.String uri)
-