Package io.jmix.reportsui.action.list
Class RunReportAction
java.lang.Object
io.jmix.ui.action.AbstractAction
io.jmix.ui.action.BaseAction
io.jmix.ui.action.ListAction
io.jmix.reportsui.action.list.RunReportAction
- All Implemented Interfaces:
Action,Action.HasPrimaryState,Action.HasTarget,Action.SecuredAction
@StudioAction(target="io.jmix.ui.component.ListComponent",
description="Runs the reports associated with current screen or list component")
@ActionType("runReport")
public class RunReportAction
extends ListAction
Standard action for running the reports associated with current screen or list component.
Should be defined in the screen that is associated with Report. Should be defined for a Button
or a list component (Table, DataGrid, etc.).
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.ui.action.BaseAction
BaseAction.EnabledRuleNested classes/interfaces inherited from interface io.jmix.ui.action.Action
Action.ActionPerformedEvent, Action.AdjustWhenScreenReadOnly, Action.ExecutableAction, Action.HasPrimaryState, Action.HasSecurityConstraint, Action.HasTarget, Action.MainTabSheetAction, Action.ScreenOpeningAction, Action.SecuredAction, Action.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataManagerstatic final Stringstatic final Stringstatic final Stringprotected ReportsClientPropertiesprotected ScreenBuildersprotected UiReportRunnerFields inherited from class io.jmix.ui.action.ListAction
targetFields inherited from class io.jmix.ui.action.AbstractAction
caption, description, enabled, eventHub, icon, id, owners, primary, shortcut, visibleFields inherited from interface io.jmix.ui.action.Action
PROP_CAPTION, PROP_DESCRIPTION, PROP_ENABLED, PROP_ICON, PROP_SHORTCUT, PROP_VISIBLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerform(Component component) Invoked by owning component to execute the action.protected voidopenLookup(FrameOwner screen) protected voidopenReportParamsDialog(Report report, FrameOwner screen) protected voidrunReports(Collection<Report> reports, FrameOwner screen) voidsetDataManager(DataManager dataManager) voidvoidsetMessages(Messages messages) voidsetReportsClientProperties(ReportsClientProperties reportsClientProperties) voidsetScreenBuilders(ScreenBuilders screenBuilders) voidsetUiReportRunner(UiReportRunner uiReportRunner) Methods inherited from class io.jmix.ui.action.ListAction
getTarget, setTarget, withCaption, withDescription, withHandler, withIcon, withPrimary, withShortcutMethods inherited from class io.jmix.ui.action.BaseAction
addActionPerformedListener, addEnabledRule, isApplicable, isEnabledByRule, isEnabledByUiPermissions, isPermitted, isVisibleByUiPermissions, refreshState, removeEnabledRule, setEnabled, setEnabledByUiPermissions, setEnabledInternal, setVisible, setVisibleByUiPermissions, setVisibleInternalMethods inherited from class io.jmix.ui.action.AbstractAction
addOwner, addPropertyChangeListener, firePropertyChange, getCaption, getDescription, getEventHub, getIcon, getId, getOwner, getOwners, getShortcutCombination, hasSubscriptions, isEnabled, isPrimary, isVisible, removeOwner, removePropertyChangeListener, setCaption, setDescription, setIcon, setPrimary, setShortcut, setShortcutCombinationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.ui.action.Action
addOwner, addPropertyChangeListener, getCaption, getDescription, getIcon, getId, getOwner, getOwners, getShortcutCombination, isEnabled, isVisible, refreshState, removeOwner, removePropertyChangeListener, setCaption, setDescription, setEnabled, setIcon, setShortcut, setShortcutCombination, setVisible
-
Field Details
-
ID
- See Also:
-
DEFAULT_SINGLE_ENTITY_ALIAS
- See Also:
-
DEFAULT_LIST_OF_ENTITIES_ALIAS
- See Also:
-
dataManager
-
screenBuilders
-
uiReportRunner
-
reportsClientProperties
-
-
Constructor Details
-
RunReportAction
public RunReportAction() -
RunReportAction
-
-
Method Details
-
setIcons
-
setMessages
-
setScreenBuilders
-
setDataManager
-
setUiReportRunner
-
setReportsClientProperties
-
actionPerform
Description copied from interface:ActionInvoked by owning component to execute the action.- Specified by:
actionPerformin interfaceAction- Overrides:
actionPerformin classBaseAction- Parameters:
component- invoking component
-
openLookup
-
runReports
-
openReportParamsDialog
-