Class StandardDetailView.SetupLockEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.view.ViewSetupLockEvent<StandardDetailView<?>>
io.jmix.flowui.view.StandardDetailView.SetupLockEvent
All Implemented Interfaces:
Serializable
Enclosing class:
StandardDetailView<T>

@Deprecated(since="2.7", forRemoval=true) public static class StandardDetailView.SetupLockEvent extends ViewSetupLockEvent<StandardDetailView<?>>
Deprecated, for removal: This API element is subject to removal in a future version.
use ViewSetupLockEvent instead.
Event sent when the view requests an external lock, if one is defined.
See Also:
  • Constructor Details

    • SetupLockEvent

      public SetupLockEvent(StandardDetailView<?> view)
      Deprecated, for removal: This API element is subject to removal in a future version.