Package com.vaadin.ui

Class TabSheet.SelectedTabChangeEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TabSheet

    public static class TabSheet.SelectedTabChangeEvent
    extends Component.Event
    Selected tab change event. This event is sent when the selected (shown) tab in the tab sheet is changed.
    Since:
    3.0
    Author:
    Vaadin Ltd.
    See Also:
    Serialized Form
    • Constructor Detail

      • SelectedTabChangeEvent

        public SelectedTabChangeEvent​(Component source)
        New instance of selected tab change event
        Parameters:
        source - the Source of the event.
    • Method Detail

      • getTabSheet

        public TabSheet getTabSheet()
        TabSheet where the event occurred.
        Returns:
        the Source of the event.