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.EnabledRuleNested classes/interfaces inherited from interface io.jmix.flowui.action.ViewOpeningAction
ViewOpeningAction.QueryParametersProvider, ViewOpeningAction.RouteParametersProvider -
Field Summary
FieldsFields inherited from class io.jmix.flowui.action.entitypicker.EntityLookupAction
dialogWindows, selectValidator, transformation, viewInitializerFields inherited from class io.jmix.flowui.action.valuepicker.PickerAction
targetFields inherited from class io.jmix.flowui.action.SecuredBaseAction
enabledByUiPermissions, enabledRules, visibleByUiPermissionsFields inherited from class io.jmix.flowui.kit.action.BaseAction
enabledExplicitly, visibleExplicitlyFields inherited from class io.jmix.flowui.kit.action.AbstractAction
description, enabled, eventBus, icon, id, shortcutCombination, text, variant, visibleFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executes theActionvoidsetEntityNameParameter(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, withViewIdMethods 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, withVisibleByUiPermissionsMethods inherited from class io.jmix.flowui.action.SecuredBaseAction
addEnabledRule, isEnabledByRule, isEnabledByUiPermissions, isPermitted, isVisibleByUiPermissions, refreshState, removeEnabledRule, setEnabledByUiPermissions, setVisibleByUiPermissionsMethods inherited from class io.jmix.flowui.kit.action.BaseAction
addActionPerformedListener, setEnabled, setEnabledInternal, setVisible, setVisibleInternalMethods 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, setVariantMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.kit.action.Action
actionPerform, addPropertyChangeListener, getDescription, getIcon, getId, getText, getVariant, isEnabled, isVisible, refreshState, setDescription, setEnabled, setIcon, setText, setVariant, setVisibleMethods 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:ExecutableActionExecutes theAction- Specified by:
executein interfaceExecutableAction- Overrides:
executein classEntityLookupAction<E>
-
getEntityNameParameter
-
setEntityNameParameter
-
withEntityNameParameter
-