Class SidePanelAfterOpenEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixSidePanelLayout>
io.jmix.flowui.kit.component.sidepanellayout.SidePanelAfterOpenEvent
- All Implemented Interfaces:
Serializable
@DomEvent("jmix-side-panel-layout-after-open-event")
public class SidePanelAfterOpenEvent
extends com.vaadin.flow.component.ComponentEvent<JmixSidePanelLayout>
The event is fired after the side panel fully opened and animation is finished.
Use this event when you need to perform actions that might affect side panel animation like focusing an element inside the side panel.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SidePanelAfterOpenEvent
-