Class TagLookupAction<E>

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

@StudioAction(target="io.jmix.ui.component.TagPicker", description="Sets an entity to the tag picker using the entity lookup screen") @ActionType("tag_lookup") public class TagLookupAction<E> extends AbstractLookupAction<E> implements Action.ScreenOpeningAction, TagPicker.TagPickerAction, org.springframework.beans.factory.InitializingBean, Action.ExecutableAction
Lookup action for setting entities to the tag picker using the entity lookup screen.
  • Field Details

  • Constructor Details

    • TagLookupAction

      public TagLookupAction()
    • TagLookupAction

      public TagLookupAction(String id)
  • Method Details