Class WorkArea.StateChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<WorkArea>
io.jmix.tabbedmode.component.workarea.WorkArea.StateChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorkArea
public static class WorkArea.StateChangeEvent
extends com.vaadin.flow.component.ComponentEvent<WorkArea>
Event that is fired when
WorkArea
changed its state.- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
state
-
-
Constructor Details
-
StateChangeEvent
-
-
Method Details
-
getState
Returns the current state of theWorkArea
.- Returns:
- the current
WorkArea.State
of the work area
-