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