public static class FieldEvents.FocusAndBlurServerRpcDecorator extends FieldEvents.FocusAndBlurServerRpcImpl
Constructor and Description |
---|
FocusAndBlurServerRpcDecorator(Component component,
SerializableConsumer<Component.Event> eventHandler)
Create a new decorator instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
fireEvent(Component.Event event) |
blur, focus
public FocusAndBlurServerRpcDecorator(Component component, SerializableConsumer<Component.Event> eventHandler)
component
- the source events componenteventHandler
- the event handler to delegate event firingprotected void fireEvent(Component.Event event)
fireEvent
in class FieldEvents.FocusAndBlurServerRpcImpl
Copyright © 2018 Vaadin Ltd. All rights reserved.