public class RunReportAction
extends com.haulmont.cuba.gui.components.AbstractAction
implements com.haulmont.cuba.gui.components.Action.HasBeforeActionPerformedHandler
com.haulmont.cuba.gui.components.Action.ActionPerformedEvent, com.haulmont.cuba.gui.components.Action.AdjustWhenScreenReadOnly, com.haulmont.cuba.gui.components.Action.BeforeActionPerformedHandler, com.haulmont.cuba.gui.components.Action.DisabledWhenScreenReadOnly, com.haulmont.cuba.gui.components.Action.ExecutableAction, com.haulmont.cuba.gui.components.Action.HasBeforeActionPerformedHandler, com.haulmont.cuba.gui.components.Action.HasOpenType, com.haulmont.cuba.gui.components.Action.HasPrimaryState, com.haulmont.cuba.gui.components.Action.HasSecurityConstraint, com.haulmont.cuba.gui.components.Action.HasTarget, com.haulmont.cuba.gui.components.Action.SecuredAction, com.haulmont.cuba.gui.components.Action.Status| Constructor and Description |
|---|
RunReportAction() |
RunReportAction(com.haulmont.cuba.gui.screen.FrameOwner screen)
Deprecated.
Use
RunReportAction() instead |
RunReportAction(java.lang.String id) |
RunReportAction(java.lang.String id,
com.haulmont.cuba.gui.screen.FrameOwner screen)
Deprecated.
Use
RunReportAction(String) instead |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerform(com.haulmont.cuba.gui.components.Component component) |
com.haulmont.cuba.gui.components.Action.BeforeActionPerformedHandler |
getBeforeActionPerformedHandler() |
void |
setBeforeActionPerformedHandler(com.haulmont.cuba.gui.components.Action.BeforeActionPerformedHandler handler) |
void |
setScreen(com.haulmont.cuba.gui.screen.FrameOwner screen) |
void |
setWindow(com.haulmont.cuba.gui.screen.FrameOwner screen)
Deprecated.
Use
setScreen(FrameOwner) instead. |
addOwner, addPropertyChangeListener, getCaption, getDescription, getIcon, getId, getOwner, getOwners, getShortcutCombination, isEnabled, isPrimary, isVisible, refreshState, removeOwner, removePropertyChangeListener, setCaption, setDescription, setEnabled, setIcon, setIconFromSet, setPrimary, setShortcut, setShortcutCombination, setVisibleequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddOwner, addPropertyChangeListener, getCaption, getDescription, getIcon, getId, getOwner, getOwners, getShortcutCombination, isEnabled, isVisible, refreshState, removeOwner, removePropertyChangeListener, setCaption, setDescription, setEnabled, setIcon, setIconFromSet, setShortcut, setShortcutCombination, setVisible@Deprecated public RunReportAction(com.haulmont.cuba.gui.screen.FrameOwner screen)
RunReportAction() instead@Deprecated
public RunReportAction(java.lang.String id,
com.haulmont.cuba.gui.screen.FrameOwner screen)
RunReportAction(String) insteadpublic RunReportAction()
public RunReportAction(java.lang.String id)
public void actionPerform(com.haulmont.cuba.gui.components.Component component)
actionPerform in interface com.haulmont.cuba.gui.components.Actionpublic void setScreen(com.haulmont.cuba.gui.screen.FrameOwner screen)
@Deprecated public void setWindow(com.haulmont.cuba.gui.screen.FrameOwner screen)
setScreen(FrameOwner) instead.public com.haulmont.cuba.gui.components.Action.BeforeActionPerformedHandler getBeforeActionPerformedHandler()
getBeforeActionPerformedHandler in interface com.haulmont.cuba.gui.components.Action.HasBeforeActionPerformedHandlerpublic void setBeforeActionPerformedHandler(com.haulmont.cuba.gui.components.Action.BeforeActionPerformedHandler handler)
setBeforeActionPerformedHandler in interface com.haulmont.cuba.gui.components.Action.HasBeforeActionPerformedHandler