C - The source component type.@DomEvent(value="blur") public static class BlurNotifier.BlurEvent<C extends Component> extends ComponentEvent<C>
source| Constructor and Description |
|---|
BlurEvent(C source,
boolean fromClient)
BlurEvent base constructor.
|
getSource, isFromClient, unregisterListenertoStringpublic BlurEvent(C source, boolean fromClient)
source - the source componentfromClient - true if the event originated from the client
side, false otherwiseComponentEventCopyright © 2025. All rights reserved.