public abstract class ProcAction
extends com.haulmont.cuba.gui.components.actions.BaseAction
Modifier and Type | Class and Description |
---|---|
static interface |
ProcAction.AfterActionListener |
static interface |
ProcAction.BeforeActionPredicate |
com.haulmont.cuba.gui.components.actions.BaseAction.EnabledRule
com.haulmont.cuba.gui.components.Action.ActionPerformedEvent, com.haulmont.cuba.gui.components.Action.BeforeActionPerformedHandler, com.haulmont.cuba.gui.components.Action.HasBeforeActionPerformedHandler, com.haulmont.cuba.gui.components.Action.HasOpenType, com.haulmont.cuba.gui.components.Action.HasSecurityConstraint, com.haulmont.cuba.gui.components.Action.HasTarget, com.haulmont.cuba.gui.components.Action.Status, com.haulmont.cuba.gui.components.Action.UiPermissionAware
Modifier and Type | Method and Description |
---|---|
void |
addAfterActionListener(ProcAction.AfterActionListener listener) |
void |
addBeforeActionPredicate(ProcAction.BeforeActionPredicate predicate) |
actionPerform, addEnabledRule, getTarget, isEnabledByUiPermissions, isVisibleByUiPermissions, refreshState, removeEnabledRule, setEnabled, setEnabledByUiPermissions, setTarget, setVisible, setVisibleByUiPermissions, withCaption, withDescription, withHandler, withIcon, withShortcut
addOwner, addPropertyChangeListener, getCaption, getDescription, getIcon, getId, getOwner, getOwners, getShortcutCombination, isEnabled, isPrimary, isVisible, removeOwner, removePropertyChangeListener, setCaption, setDescription, setIcon, setIconFromSet, setPrimary, setShortcut, setShortcutCombination
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addOwner, addPropertyChangeListener, getCaption, getDescription, getIcon, getId, getOwner, getOwners, getShortcutCombination, isEnabled, isVisible, removeOwner, removePropertyChangeListener, setCaption, setDescription, setIcon, setIconFromSet, setShortcut, setShortcutCombination
public void addBeforeActionPredicate(ProcAction.BeforeActionPredicate predicate)
public void addAfterActionListener(ProcAction.AfterActionListener listener)