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 SummaryNested classes/interfaces inherited from class io.jmix.flowui.action.SecuredBaseActionSecuredBaseAction.EnabledRuleNested classes/interfaces inherited from interface io.jmix.flowui.action.ViewOpeningActionViewOpeningAction.QueryParametersProvider, ViewOpeningAction.RouteParametersProvider
- 
Field SummaryFieldsFields inherited from class io.jmix.flowui.action.entitypicker.EntityOpenActionafterSaveHandler, dialogWindows, messages, notifications, transformation, viewInitializerFields inherited from class io.jmix.flowui.action.valuepicker.PickerActiontargetFields inherited from class io.jmix.flowui.action.SecuredBaseActionenabledByUiPermissions, enabledRules, visibleByUiPermissionsFields inherited from class io.jmix.flowui.kit.action.BaseActionenabledExplicitly, visibleExplicitlyFields inherited from class io.jmix.flowui.kit.action.AbstractActiondescription, enabled, eventBus, icon, id, shortcutCombination, text, variant, visibleFields inherited from interface io.jmix.flowui.kit.action.ActionPROP_DESCRIPTION, PROP_ENABLED, PROP_ICON, PROP_SHORTCUT_COMBINATION, PROP_TEXT, PROP_VARIANT, PROP_VISIBLE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.flowui.action.entitypicker.EntityOpenActionexecute, getAfterCloseHandler, getOpenMode, getQueryParametersProvider, getRouteParametersProvider, getViewClass, getViewConfigurer, getViewId, initAction, setAfterCloseHandler, setAfterSaveHandler, setDialogWindows, setMessages, setNotifications, setOpenMode, setQueryParametersProvider, setRouteParametersProvider, setTarget, setTransformation, setUiComponentProperties, setViewClass, setViewConfigurer, setViewId, withAfterSaveHandler, withTransformation, withViewClass, withViewConfigurer, withViewIdMethods inherited from class io.jmix.flowui.action.valuepicker.PickerActionactionPerform, checkTarget, getTarget, isApplicable, withEnabled, withEnabledByUiPermissions, withHandler, withIcon, withIcon, withShortcutCombination, withTarget, withText, withTitle, withVariant, withVisible, withVisibleByUiPermissionsMethods inherited from class io.jmix.flowui.action.SecuredBaseActionaddEnabledRule, isEnabledByRule, isEnabledByUiPermissions, isPermitted, isVisibleByUiPermissions, refreshState, removeEnabledRule, setEnabledByUiPermissions, setVisibleByUiPermissionsMethods inherited from class io.jmix.flowui.kit.action.BaseActionaddActionPerformedListener, setEnabled, setEnabledInternal, setVisible, setVisibleInternalMethods inherited from class io.jmix.flowui.kit.action.AbstractActionaddPropertyChangeListener, firePropertyChange, getDescription, getEventBus, getIcon, getId, getShortcutCombination, getText, getVariant, hasListener, isEnabled, isVisible, setDescription, setIcon, setShortcutCombination, setText, setVariantMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.kit.action.ActionactionPerform, addPropertyChangeListener, getDescription, getIcon, getId, getText, getVariant, isEnabled, isVisible, refreshState, setDescription, setEnabled, setIcon, setText, setVariant, setVisibleMethods inherited from interface io.jmix.flowui.kit.component.HasShortcutCombinationgetShortcutCombination, setShortcutCombination
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
EntityOpenCompositionActionpublic EntityOpenCompositionAction()
- 
EntityOpenCompositionAction
 
- 
- 
Method Details- 
isEmptyprotected boolean isEmpty()- Overrides:
- isEmptyin class- EntityOpenAction<E>
 
 
-