Uses of Interface
net.sf.jasperreports.interactivity.commands.Command
-
Packages that use Command Package Description net.sf.jasperreports.interactivity.actions net.sf.jasperreports.interactivity.commands Contains Command implementations.net.sf.jasperreports.interactivity.crosstabs net.sf.jasperreports.interactivity.headertoolbar.actions Contains Action classes for the built-in Header Toolbar component.net.sf.jasperreports.interactivity.sort.actions Contains Action classes for the built-in Sort component. -
-
Uses of Command in net.sf.jasperreports.interactivity.actions
Classes in net.sf.jasperreports.interactivity.actions that implement Command Modifier and Type Class Description class
SaveZoomCommand
-
Uses of Command in net.sf.jasperreports.interactivity.commands
Classes in net.sf.jasperreports.interactivity.commands that implement Command Modifier and Type Class Description class
MultiActionCommand
class
ResetInCacheCommand
Methods in net.sf.jasperreports.interactivity.commands with parameters of type Command Modifier and Type Method Description void
CommandStack. execute(Command command)
Constructors in net.sf.jasperreports.interactivity.commands with parameters of type Command Constructor Description ResetInCacheCommand(Command command, JasperReportsContext jasperReportsContext, ReportContext reportContext, String uri)
-
Uses of Command in net.sf.jasperreports.interactivity.crosstabs
Classes in net.sf.jasperreports.interactivity.crosstabs that implement Command Modifier and Type Class Description class
SortByColumnCommand
class
SortRowGroupCommand
-
Uses of Command in net.sf.jasperreports.interactivity.headertoolbar.actions
Classes in net.sf.jasperreports.interactivity.headertoolbar.actions that implement Command Modifier and Type Class Description class
ConditionalFormattingCommand
class
EditTextElementCommand
class
HideUnhideColumnCommand
class
HideUnhideColumnsCommand
class
MoveColumnCommand
class
MoveElementCommand
class
ResizeColumnCommand
class
ResizeElementCommand
class
SimpleMoveColumnCommand
class
SimpleResizeColumnCommand
-
Uses of Command in net.sf.jasperreports.interactivity.sort.actions
Classes in net.sf.jasperreports.interactivity.sort.actions that implement Command Modifier and Type Class Description class
AddSortFieldCommand
class
FilterCommand
class
RemoveSortFieldCommand
class
SortCommand
-