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:
  • Constructor Details

    • SidePanelBeforeOpenEvent

      public SidePanelBeforeOpenEvent(JmixSidePanelLayout source, boolean fromClient)