Package 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:
- FieldEvents
public abstract static class FieldEvents.FocusAndBlurServerRpcImpl extends Object implements FieldRpc.FocusAndBlurServerRpc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FocusAndBlurServerRpcImpl(Component component)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidblur()protected abstract voidfireEvent(Component.Event event)voidfocus()
-
-
-
Constructor Detail
-
FocusAndBlurServerRpcImpl
public FocusAndBlurServerRpcImpl(Component component)
-
-
Method Detail
-
fireEvent
protected abstract void fireEvent(Component.Event event)
-
blur
public void blur()
- Specified by:
blurin interfaceFieldRpc.BlurServerRpc
-
focus
public void focus()
- Specified by:
focusin interfaceFieldRpc.FocusServerRpc
-
-