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
DataProviderRpc
RPC interface used for pushing container data to the client. -
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.calendar
Subinterfaces of ClientRpc in com.vaadin.shared.ui.calendar Modifier and Type Interface Description interface
CalendarClientRpc
-
Uses of ClientRpc in com.vaadin.shared.ui.grid
Subinterfaces of ClientRpc in com.vaadin.shared.ui.grid Modifier and Type Interface Description interface
EditorClientRpc
An RPC interface for the grid editor server-to-client communications.interface
GridClientRpc
Server-to-client RPC interface for the Grid component. -
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.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
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.
-