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, unregisterListener
toString
public FocusEvent(C source, boolean fromClient)
source
- the source componentfromClient
- true
if the event originated from the client
side, false
otherwiseComponentEvent
Copyright © 2023. All rights reserved.