Class SidePanelBeforeOpenEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixSidePanelLayout>
io.jmix.flowui.kit.component.sidepanellayout.SidePanelBeforeOpenEvent
- All Implemented Interfaces:
Serializable
public class SidePanelBeforeOpenEvent
extends com.vaadin.flow.component.ComponentEvent<JmixSidePanelLayout>
Event fired before opening the side panel. The side panel is not displayed and animation is not started yet.
Use this event when you need to add/remove components to the side panel before it is opened.
Note that within this event focusing an element inside the side panel might break the side panel animation.
- 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
-
SidePanelBeforeOpenEvent
-