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("datatl_entityInspector_lookup")
public class EntityInspectorLookupAction<E>
extends EntityLookupAction<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.EntityLookupActiondialogWindows, selectValidator, 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 SummaryModifier and TypeMethodDescriptionvoidexecute()Executes theActionvoidsetEntityNameParameter(String entityName) withEntityNameParameter(String entityName) Methods inherited from class io.jmix.flowui.action.entitypicker.EntityLookupActiongetAfterCloseHandler, getOpenMode, getQueryParametersProvider, getRouteParametersProvider, getViewClass, getViewConfigurer, getViewId, initAction, setAfterCloseHandler, setDialogWindows, setMessages, setOpenMode, setQueryParametersProvider, setRouteParametersProvider, setSelectValidator, setTransformation, setUiComponentProperties, setViewClass, setViewConfigurer, setViewId, withSelectValidator, withTransformation, withViewClass, withViewConfigurer, withViewIdMethods inherited from class io.jmix.flowui.action.valuepicker.PickerActionactionPerform, checkTarget, getTarget, isApplicable, setTarget, 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:
 
- 
entityName
 
- 
- 
Constructor Details- 
EntityInspectorLookupActionpublic EntityInspectorLookupAction()
- 
EntityInspectorLookupAction
 
- 
- 
Method Details- 
executepublic void execute()Description copied from interface:ExecutableActionExecutes theAction- Specified by:
- executein interface- ExecutableAction
- Overrides:
- executein class- EntityLookupAction<E>
 
- 
getEntityNameParameter
- 
setEntityNameParameter
- 
withEntityNameParameter
 
-