com.vaadin.flow.component.

Class BlurNotifier.BlurEvent<C extends Component>

    • Constructor Detail

      • BlurEvent

        public BlurEvent(C source,
                         boolean fromClient)

        BlurEvent base constructor.

        Parameters:

        source - the source component

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

        See Also:

        ComponentEvent