We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.
Class FieldEvents.FocusAndBlurServerRpcImpl
- java.lang.Object
-
- com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
-
All Implemented Interfaces:
FieldRpc.BlurServerRpc
,FieldRpc.FocusAndBlurServerRpc
,FieldRpc.FocusServerRpc
,ServerRpc
,Serializable
Enclosing interface:
public abstract static class FieldEvents.FocusAndBlurServerRpcImpl extends Object implements FieldRpc.FocusAndBlurServerRpc
See Also:
-
-
Constructor Summary
Constructors Constructor Description FocusAndBlurServerRpcImpl(Component component)
-
-
-
Constructor Detail
-
FocusAndBlurServerRpcImpl
public FocusAndBlurServerRpcImpl(Component component)
-
-
Method Detail
-
fireEvent
protected abstract void fireEvent(Component.Event event)
-
blur
public void blur()
Specified by:
blur
in interfaceFieldRpc.BlurServerRpc
-
focus
public void focus()
Specified by:
focus
in interfaceFieldRpc.FocusServerRpc
-
-