com.vaadin.ui.

Class Component.Event

    • Constructor Detail

      • Event

        public Event​(Component source)

        Constructs a new event with the specified source component.

        Parameters:

        source - the source component of the event

    • Method Detail

      • getComponent

        public Component getComponent()

        Gets the component where the event occurred.

        Returns:

        the source component of the event