You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.

Class FocusNotifier.FocusEvent<C extends Component>

    • Constructor Detail

      • FocusEvent

        public FocusEvent​(C source,
                          boolean fromClient)

        FocusEvent base constructor.

        Parameters:

        source - the source component

        fromClient - true if the event originated from the client side, false otherwise

        See Also:

        ComponentEvent