Class EntityOpenCompositionAction

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="Opens a one-to-one composition entity using the entity edit screen") @ActionType("entity_openComposition") public class EntityOpenCompositionAction extends EntityOpenAction
Standard picker field action for opening an entity instance if it is a one-to-one composition.

Should be defined for PickerField 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.

  • Field Details

  • Constructor Details

    • EntityOpenCompositionAction

      public EntityOpenCompositionAction()
    • EntityOpenCompositionAction

      public EntityOpenCompositionAction(String id)
  • Method Details