Uses of Interface
com.vaadin.shared.communication.ClientRpc
-
-
Uses of ClientRpc in com.vaadin.client
Methods in com.vaadin.client with type parameters of type ClientRpc Modifier and Type Method Description <T extends ClientRpc>
Collection<T>ServerConnector. getRpcImplementations(String rpcInterfaceId)
For internal use by the framework: returns the registered RPC implementations for an RPC interface identifier. -
Uses of ClientRpc in com.vaadin.client.ui
Methods in com.vaadin.client.ui with type parameters of type ClientRpc Modifier and Type Method Description <T extends ClientRpc>
Collection<T>AbstractConnector. getRpcImplementations(String rpcInterfaceId)
protected <T extends ClientRpc>
voidAbstractConnector. registerRpc(Class<T> rpcInterface, T implementation)
Registers an implementation for a server to client RPC interface.protected <T extends ClientRpc>
voidAbstractConnector. unregisterRpc(Class<T> rpcInterface, T implementation)
Unregisters an implementation for a server to client RPC interface. -
Uses of ClientRpc in com.vaadin.server
Methods in com.vaadin.server with type parameters of type ClientRpc Modifier and Type Method Description protected <T extends ClientRpc>
TAbstractClientConnector. getRpcProxy(Class<T> rpcInterface)
Returns an RPC proxy for a given server to client RPC interface for this component. -
Uses of ClientRpc in com.vaadin.shared.data
Subinterfaces of ClientRpc in com.vaadin.shared.data Modifier and Type Interface Description interface
DataCommunicatorClientRpc
RPC interface used by DataProvider to send data to the client-side.interface
DataProviderRpc
RPC interface used for pushing container data to the client.interface
HierarchicalDataCommunicatorClientRpc
RPC interface used by HierarchicalDataProvider to send data to the client-side. -
Uses of ClientRpc in com.vaadin.shared.extension.javascriptmanager
Subinterfaces of ClientRpc in com.vaadin.shared.extension.javascriptmanager Modifier and Type Interface Description interface
ExecuteJavaScriptRpc
-
Uses of ClientRpc in com.vaadin.shared.ui
Subinterfaces of ClientRpc in com.vaadin.shared.ui Modifier and Type Interface Description interface
MediaControl
Server to client RPC interface for controlling playback of the media. -
Uses of ClientRpc in com.vaadin.shared.ui.combobox
Subinterfaces of ClientRpc in com.vaadin.shared.ui.combobox Modifier and Type Interface Description interface
ComboBoxClientRpc
Server to client RPC interface for ComboBox. -
Uses of ClientRpc in com.vaadin.shared.ui.dnd
Subinterfaces of ClientRpc in com.vaadin.shared.ui.dnd Modifier and Type Interface Description interface
FileDropTargetClientRpc
RPC for sending the upload URLs to the client for uploading files. -
Uses of ClientRpc in com.vaadin.shared.ui.grid
Subinterfaces of ClientRpc in com.vaadin.shared.ui.grid Modifier and Type Interface Description interface
GridClientRpc
Server-to-client RPC interface for the Grid component. -
Uses of ClientRpc in com.vaadin.shared.ui.grid.editor
Subinterfaces of ClientRpc in com.vaadin.shared.ui.grid.editor Modifier and Type Interface Description interface
EditorClientRpc
An RPC interface for the grid editor server-to-client communications. -
Uses of ClientRpc in com.vaadin.shared.ui.richtextarea
Subinterfaces of ClientRpc in com.vaadin.shared.ui.richtextarea Modifier and Type Interface Description interface
RichTextAreaClientRpc
Server to client RPC interface for RichTextArea. -
Uses of ClientRpc in com.vaadin.shared.ui.tabsheet
Subinterfaces of ClientRpc in com.vaadin.shared.ui.tabsheet Modifier and Type Interface Description interface
TabsheetClientRpc
Server to client RPC methods for the TabSheet. -
Uses of ClientRpc in com.vaadin.shared.ui.textfield
Subinterfaces of ClientRpc in com.vaadin.shared.ui.textfield Modifier and Type Interface Description interface
AbstractTextFieldClientRpc
Server to client RPC interface for AbstractTextField. -
Uses of ClientRpc in com.vaadin.shared.ui.treegrid
Subinterfaces of ClientRpc in com.vaadin.shared.ui.treegrid Modifier and Type Interface Description interface
FocusRpc
RPC to handle focusing in TreeGrid. -
Uses of ClientRpc in com.vaadin.shared.ui.ui
Subinterfaces of ClientRpc in com.vaadin.shared.ui.ui Modifier and Type Interface Description interface
DebugWindowClientRpc
Client RPC methods for the Debug Window.interface
PageClientRpc
Client side rpc class for Page / UI.interface
ScrollClientRpc
interface
UIClientRpc
Server to Client RPC methods for UI. -
Uses of ClientRpc in com.vaadin.shared.ui.upload
Subinterfaces of ClientRpc in com.vaadin.shared.ui.upload Modifier and Type Interface Description interface
UploadClientRpc
Server-to-client RPC interface for Upload.
-