Package io.jmix.flowui.event.view
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 extendsViewand implementsSupportEntityLock.
- 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 Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Field Details
-
lockStatus
-
-
Constructor Details
-
ViewSetupLockEvent
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getLockStatus
-
setLockStatus
-