Class EntityOpenCompositionAction<E>
java.lang.Object
io.jmix.flowui.kit.action.AbstractAction
io.jmix.flowui.kit.action.BaseAction
io.jmix.flowui.action.SecuredBaseAction
io.jmix.flowui.action.valuepicker.PickerAction<EntityOpenAction<E>,EntityPickerComponent<E>,E>
io.jmix.flowui.action.entitypicker.EntityOpenAction<E>
io.jmix.flowui.action.entitypicker.EntityOpenCompositionAction<E>
- All Implemented Interfaces:
ExecutableAction
,SecuredAction
,TargetAction<EntityPickerComponent<E>>
,ViewOpeningAction
,Action
,HasShortcutCombination
@ActionType("entity_openComposition")
public class EntityOpenCompositionAction<E>
extends EntityOpenAction<E>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.flowui.action.SecuredBaseAction
SecuredBaseAction.EnabledRule
Nested classes/interfaces inherited from interface io.jmix.flowui.action.ViewOpeningAction
ViewOpeningAction.QueryParametersProvider, ViewOpeningAction.RouteParametersProvider
-
Field Summary
Fields inherited from class io.jmix.flowui.action.entitypicker.EntityOpenAction
afterSaveHandler, dialogWindows, messages, notifications, transformation, viewInitializer
Fields inherited from class io.jmix.flowui.action.valuepicker.PickerAction
target
Fields inherited from class io.jmix.flowui.action.SecuredBaseAction
enabledByUiPermissions, enabledRules, visibleByUiPermissions
Fields inherited from class io.jmix.flowui.kit.action.BaseAction
enabledExplicitly, visibleExplicitly
Fields inherited from class io.jmix.flowui.kit.action.AbstractAction
description, enabled, eventBus, icon, id, shortcutCombination, text, variant, visible
Fields inherited from interface io.jmix.flowui.kit.action.Action
PROP_DESCRIPTION, PROP_ENABLED, PROP_ICON, PROP_SHORTCUT_COMBINATION, PROP_TEXT, PROP_VARIANT, PROP_VISIBLE
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.flowui.action.entitypicker.EntityOpenAction
execute, getOpenMode, getQueryParametersProvider, getRouteParametersProvider, getViewClass, getViewId, initAction, setAfterCloseHandler, setAfterSaveHandler, setDialogWindows, setFlowUiComponentProperties, setMessages, setNotifications, setOpenMode, setQueryParametersProvider, setRouteParametersProvider, setTarget, setTransformation, setViewClass, setViewId, withAfterSaveHandler, withTransformation, withViewClass, withViewId
Methods inherited from class io.jmix.flowui.action.valuepicker.PickerAction
actionPerform, checkTarget, getTarget, isApplicable, withEnabled, withEnabledByUiPermissions, withHandler, withIcon, withIcon, withShortcutCombination, withTarget, withText, withTitle, withVariant, withVisible, withVisibleByUiPermissions
Methods inherited from class io.jmix.flowui.action.SecuredBaseAction
addEnabledRule, isEnabledByRule, isEnabledByUiPermissions, isPermitted, isVisibleByUiPermissions, refreshState, removeEnabledRule, setEnabledByUiPermissions, setVisibleByUiPermissions
Methods inherited from class io.jmix.flowui.kit.action.BaseAction
addActionPerformedListener, setEnabled, setEnabledInternal, setVisible, setVisibleInternal
Methods inherited from class io.jmix.flowui.kit.action.AbstractAction
addPropertyChangeListener, firePropertyChange, getDescription, getEventBus, getIcon, getId, getShortcutCombination, getText, getVariant, hasListener, isEnabled, isVisible, setDescription, setIcon, setShortcutCombination, setText, setVariant
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.flowui.kit.action.Action
actionPerform, addPropertyChangeListener, getDescription, getIcon, getId, getText, getVariant, isEnabled, isVisible, refreshState, setDescription, setEnabled, setIcon, setText, setVariant, setVisible
Methods inherited from interface io.jmix.flowui.kit.component.HasShortcutCombination
getShortcutCombination, setShortcutCombination
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
EntityOpenCompositionAction
public EntityOpenCompositionAction() -
EntityOpenCompositionAction
-
-
Method Details
-
isEmpty
protected boolean isEmpty()- Overrides:
isEmpty
in classEntityOpenAction<E>
-