Class FieldEvents.FocusAndBlurServerRpcImpl

  • All Implemented Interfaces:
    com.vaadin.shared.communication.FieldRpc.BlurServerRpc, com.vaadin.shared.communication.FieldRpc.FocusAndBlurServerRpc, com.vaadin.shared.communication.FieldRpc.FocusServerRpc, com.vaadin.shared.communication.ServerRpc, java.io.Serializable
    Direct Known Subclasses:
    FieldEvents.FocusAndBlurServerRpcDecorator
    Enclosing interface:
    FieldEvents

    public abstract static class FieldEvents.FocusAndBlurServerRpcImpl
    extends java.lang.Object
    implements com.vaadin.shared.communication.FieldRpc.FocusAndBlurServerRpc
    See Also:
    Serialized Form
    • Constructor Detail

      • FocusAndBlurServerRpcImpl

        public FocusAndBlurServerRpcImpl​(Component component)
    • Method Detail

      • blur

        public void blur()
        Specified by:
        blur in interface com.vaadin.shared.communication.FieldRpc.BlurServerRpc
      • focus

        public void focus()
        Specified by:
        focus in interface com.vaadin.shared.communication.FieldRpc.FocusServerRpc