Uses of Interface
com.vaadin.shared.communication.ServerRpc
-
-
Uses of ServerRpc in com.vaadin.client.communication
Methods in com.vaadin.client.communication with type parameters of type ServerRpc Modifier and Type Method Description static <T extends ServerRpc>
TRpcProxy. create(Class<T> rpcInterface, ServerConnector connector)
-
Uses of ServerRpc in com.vaadin.client.ui
Methods in com.vaadin.client.ui with type parameters of type ServerRpc Modifier and Type Method Description protected <T extends ServerRpc>
TAbstractConnector. getRpcProxy(Class<T> rpcInterface)
Returns an RPC proxy object which can be used to invoke the RPC method on the server. -
Uses of ServerRpc in com.vaadin.event
Classes in com.vaadin.event that implement ServerRpc Modifier and Type Class Description static class
FieldEvents.FocusAndBlurServerRpcImpl
-
Uses of ServerRpc in com.vaadin.server
Classes in com.vaadin.server with type parameters of type ServerRpc Modifier and Type Class Description class
ServerRpcManager<T extends ServerRpc>
Server side RPC manager that handles RPC calls coming from the client.Methods in com.vaadin.server with type parameters of type ServerRpc Modifier and Type Method Description protected <T extends ServerRpc>
voidAbstractClientConnector. registerRpc(T implementation)
Registers an RPC interface implementation for this component.protected <T extends ServerRpc>
voidAbstractClientConnector. registerRpc(T implementation, Class<T> rpcInterfaceType)
Registers an RPC interface implementation for this component.protected <T extends ServerRpc>
voidAbstractJavaScriptExtension. registerRpc(T implementation, Class<T> rpcInterfaceType)
Methods in com.vaadin.server that return types with arguments of type ServerRpc Modifier and Type Method Description Class<? extends ServerRpc>
ServerRpcMethodInvocation. getInterfaceClass()
Constructor parameters in com.vaadin.server with type arguments of type ServerRpc Constructor Description ServerRpcMethodInvocation(String connectorId, Class<? extends ServerRpc> interfaceClass, String methodName, int parameterCount)
-
Uses of ServerRpc in com.vaadin.shared
Subinterfaces of ServerRpc in com.vaadin.shared Modifier and Type Interface Description interface
ContextClickRpc
Client-to-server RPC interface for context click events -
Uses of ServerRpc in com.vaadin.shared.communication
Subinterfaces of ServerRpc in com.vaadin.shared.communication Modifier and Type Interface Description static interface
FieldRpc.BlurServerRpc
static interface
FieldRpc.FocusAndBlurServerRpc
static interface
FieldRpc.FocusServerRpc
-
Uses of ServerRpc in com.vaadin.shared.data
Subinterfaces of ServerRpc in com.vaadin.shared.data Modifier and Type Interface Description interface
DataRequestRpc
RPC interface used for requesting container data to the client. -
Uses of ServerRpc in com.vaadin.shared.ui
Subinterfaces of ServerRpc in com.vaadin.shared.ui Modifier and Type Interface Description interface
ClickRpc
interface
LayoutClickRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.absolutelayout
Subinterfaces of ServerRpc in com.vaadin.shared.ui.absolutelayout Modifier and Type Interface Description interface
AbsoluteLayoutServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.button
Subinterfaces of ServerRpc in com.vaadin.shared.ui.button Modifier and Type Interface Description interface
ButtonServerRpc
RPC interface for calls from client to server. -
Uses of ServerRpc in com.vaadin.shared.ui.calendar
Subinterfaces of ServerRpc in com.vaadin.shared.ui.calendar Modifier and Type Interface Description interface
CalendarServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.checkbox
Subinterfaces of ServerRpc in com.vaadin.shared.ui.checkbox Modifier and Type Interface Description interface
CheckBoxServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.colorpicker
Subinterfaces of ServerRpc in com.vaadin.shared.ui.colorpicker Modifier and Type Interface Description interface
ColorPickerGradientServerRpc
RPC interface for ColorPickerGradient.interface
ColorPickerGridServerRpc
RPC interface for ColorPickerGrid.interface
ColorPickerServerRpc
RPC interface for AbstractColorPicker. -
Uses of ServerRpc in com.vaadin.shared.ui.csslayout
Subinterfaces of ServerRpc in com.vaadin.shared.ui.csslayout Modifier and Type Interface Description interface
CssLayoutServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.draganddropwrapper
Subinterfaces of ServerRpc in com.vaadin.shared.ui.draganddropwrapper Modifier and Type Interface Description interface
DragAndDropWrapperServerRpc
RPC interface for calls from client to server. -
Uses of ServerRpc in com.vaadin.shared.ui.embedded
Subinterfaces of ServerRpc in com.vaadin.shared.ui.embedded Modifier and Type Interface Description interface
EmbeddedServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.grid
Subinterfaces of ServerRpc in com.vaadin.shared.ui.grid Modifier and Type Interface Description interface
EditorServerRpc
An RPC interface for the grid editor client-to-server communications.interface
GridServerRpc
Client-to-server RPC interface for the Grid component -
Uses of ServerRpc in com.vaadin.shared.ui.grid.renderers
Subinterfaces of ServerRpc in com.vaadin.shared.ui.grid.renderers Modifier and Type Interface Description interface
RendererClickRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.grid.selection
Subinterfaces of ServerRpc in com.vaadin.shared.ui.grid.selection Modifier and Type Interface Description interface
MultiSelectionModelServerRpc
ServerRpc for MultiSelectionModel.interface
SingleSelectionModelServerRpc
ServerRpc for SingleSelectionModel. -
Uses of ServerRpc in com.vaadin.shared.ui.gridlayout
Subinterfaces of ServerRpc in com.vaadin.shared.ui.gridlayout Modifier and Type Interface Description interface
GridLayoutServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.image
Subinterfaces of ServerRpc in com.vaadin.shared.ui.image Modifier and Type Interface Description interface
ImageServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.loginform
Subinterfaces of ServerRpc in com.vaadin.shared.ui.loginform Modifier and Type Interface Description interface
LoginFormRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.orderedlayout
Subinterfaces of ServerRpc in com.vaadin.shared.ui.orderedlayout Modifier and Type Interface Description interface
AbstractOrderedLayoutServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.panel
Subinterfaces of ServerRpc in com.vaadin.shared.ui.panel Modifier and Type Interface Description interface
PanelServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.popupview
Subinterfaces of ServerRpc in com.vaadin.shared.ui.popupview Modifier and Type Interface Description interface
PopupViewServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.progressindicator
Subinterfaces of ServerRpc in com.vaadin.shared.ui.progressindicator Modifier and Type Interface Description interface
ProgressIndicatorServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.slider
Subinterfaces of ServerRpc in com.vaadin.shared.ui.slider Modifier and Type Interface Description interface
SliderServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.splitpanel
Subinterfaces of ServerRpc in com.vaadin.shared.ui.splitpanel Modifier and Type Interface Description interface
AbstractSplitPanelRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.table
Subinterfaces of ServerRpc in com.vaadin.shared.ui.table Modifier and Type Interface Description interface
TableServerRpc
Client-to-server RPC interface for the Table component -
Uses of ServerRpc in com.vaadin.shared.ui.tabsheet
Subinterfaces of ServerRpc in com.vaadin.shared.ui.tabsheet Modifier and Type Interface Description interface
TabsheetServerRpc
Client to server RPC methods for the TabSheet. -
Uses of ServerRpc in com.vaadin.shared.ui.tree
Subinterfaces of ServerRpc in com.vaadin.shared.ui.tree Modifier and Type Interface Description interface
TreeServerRpc
Client-to-server RPC interface for the Tree component -
Uses of ServerRpc in com.vaadin.shared.ui.ui
Subinterfaces of ServerRpc in com.vaadin.shared.ui.ui Modifier and Type Interface Description interface
DebugWindowServerRpc
Server RPC methods for the Debug Window.interface
UIServerRpc
-
Uses of ServerRpc in com.vaadin.shared.ui.upload
Subinterfaces of ServerRpc in com.vaadin.shared.ui.upload Modifier and Type Interface Description interface
UploadServerRpc
Client-to-server RPC interface for Upload. -
Uses of ServerRpc in com.vaadin.shared.ui.window
Subinterfaces of ServerRpc in com.vaadin.shared.ui.window Modifier and Type Interface Description interface
WindowServerRpc
-
Uses of ServerRpc in com.vaadin.ui
Subinterfaces of ServerRpc in com.vaadin.ui Modifier and Type Interface Description static interface
JavaScript.JavaScriptCallbackRpc
Classes in com.vaadin.ui that implement ServerRpc Modifier and Type Class Description protected class
TabSheet.TabsheetServerRpcImpl
Client to server RPC implementation for TabSheet.Methods in com.vaadin.ui with type parameters of type ServerRpc Modifier and Type Method Description protected <T extends ServerRpc>
voidAbstractJavaScriptComponent. registerRpc(T implementation, Class<T> rpcInterfaceType)
-
Uses of ServerRpc in com.vaadin.ui.renderers
Methods in com.vaadin.ui.renderers with type parameters of type ServerRpc Modifier and Type Method Description protected <R extends ServerRpc>
voidAbstractJavaScriptRenderer. registerRpc(R implementation, Class<R> rpcInterfaceType)
-