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, focuspublic 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.FocusAndBlurServerRpcImplCopyright © 2017 Vaadin Ltd. All rights reserved.