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