Class ViewSetupLockEvent<V extends View<?> & SupportEntityLock<?>>

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.view.ViewSetupLockEvent<V>
Type Parameters:
V - a type of view that extends View and implements SupportEntityLock.
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StandardDetailView.SetupLockEvent

public class ViewSetupLockEvent<V extends View<?> & SupportEntityLock<?>> extends org.springframework.context.ApplicationEvent
Represents an event that occurs during the setup of a lock mechanism for a given view. The purpose of this event is to manage lock status in views that support lock handling.
See Also:
  • Field Details

  • Constructor Details

    • ViewSetupLockEvent

      public ViewSetupLockEvent(V view)
  • Method Details