Package io.jmix.datatoolsflowui.action
Class EntityInspectorLookupAction<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<EntityLookupAction<E>,EntityPickerComponent<E>,E>
io.jmix.flowui.action.entitypicker.EntityLookupAction<E>
io.jmix.datatoolsflowui.action.EntityInspectorLookupAction<E>
- All Implemented Interfaces:
ExecutableAction
,SecuredAction
,TargetAction<EntityPickerComponent<E>>
,ViewOpeningAction
,Action
,HasShortcutCombination
@ActionType("entity_inspector_lookup")
public class EntityInspectorLookupAction<E>
extends EntityLookupAction<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.EntityLookupAction
dialogWindows, selectValidator, 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
Modifier and TypeMethodDescriptionvoid
execute()
Executes theAction
void
setEntityNameParameter
(String entityName) withEntityNameParameter
(String entityName) Methods inherited from class io.jmix.flowui.action.entitypicker.EntityLookupAction
getOpenMode, getQueryParametersProvider, getRouteParametersProvider, getViewClass, getViewId, initAction, setAfterCloseHandler, setDialogWindows, setFlowUiComponentProperties, setMessages, setOpenMode, setQueryParametersProvider, setRouteParametersProvider, setSelectValidator, setTransformation, setViewClass, setViewId, withSelectValidator, withTransformation, withViewClass, withViewId
Methods inherited from class io.jmix.flowui.action.valuepicker.PickerAction
actionPerform, checkTarget, getTarget, isApplicable, setTarget, 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:
-
entityName
-
-
Constructor Details
-
EntityInspectorLookupAction
public EntityInspectorLookupAction() -
EntityInspectorLookupAction
-
-
Method Details
-
execute
public void execute()Description copied from interface:ExecutableAction
Executes theAction
- Specified by:
execute
in interfaceExecutableAction
- Overrides:
execute
in classEntityLookupAction<E>
-
getEntityNameParameter
-
setEntityNameParameter
-
withEntityNameParameter
-