Class EntityLookupAction<E>

Type Parameters:
E - type of entity
All Implemented Interfaces:
Action, Action.ExecutableAction, Action.HasPrimaryState, Action.ScreenOpeningAction, Action.SecuredAction, EntityPicker.EntityPickerAction, ValuePicker.ValuePickerAction, org.springframework.beans.factory.InitializingBean

@StudioAction(target="io.jmix.ui.component.EntityPicker", description="Sets an entity to the entity picker using the entity lookup screen") @ActionType("entity_lookup") public class EntityLookupAction<E> extends AbstractLookupAction<E> implements EntityPicker.EntityPickerAction, Action.ScreenOpeningAction, org.springframework.beans.factory.InitializingBean, Action.ExecutableAction
Standard action for setting an entity to the entity picker using the entity lookup screen.

Should be defined for EntityPicker or its subclass in a screen XML descriptor.

The action instance can be parameterized using the nested properties XML element or programmatically in the screen controller.