Class EntityClearAction

All Implemented Interfaces:
Action, Action.ExecutableAction, Action.HasPrimaryState, Action.SecuredAction, EntityPicker.EntityPickerAction, ValuePicker.ValuePickerAction, org.springframework.beans.factory.InitializingBean

@StudioAction(target="io.jmix.ui.component.EntityPicker", description="Clears the entity picker value") @ActionType("entity_clear") public class EntityClearAction extends ValueClearAction implements EntityPicker.EntityPickerAction
Standard entity picker action for clearing the field value.

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