Package io.jmix.ui.component.impl
Class AppWorkAreaImpl.WorkAreaTabChangedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.ui.component.impl.AppWorkAreaImpl.WorkAreaTabChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AppWorkAreaImpl
public static class AppWorkAreaImpl.WorkAreaTabChangedEvent
extends org.springframework.context.ApplicationEvent
Application event that is sent after selected tab changed in the main TabSheet.
ApplicationEvent analogue of the TabSheet.SelectedTabChangeEvent.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionWorkAreaTabChangedEvent(TabSheetBehaviour tabSheet, AppWorkArea workArea) Creates a new WorkAreaTabChangedEvent. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Field Details
-
workArea
-
-
Constructor Details
-
WorkAreaTabChangedEvent
Creates a new WorkAreaTabChangedEvent.- Parameters:
tabSheet- the TabSheet on which the event initially occurred (nevernull)
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getWorkArea
-