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.data.provider
Classes in com.vaadin.data.provider that implement ServerRpc Modifier and Type Class Description protected class
DataCommunicator.SimpleDataRequestRpc
Simple implementation of collection data provider communication. -
Uses of ServerRpc in com.vaadin.event
Classes in com.vaadin.event that implement ServerRpc Modifier and Type Class Description static class
FieldEvents.FocusAndBlurServerRpcDecorator
Focus and blur server RPC implementation which fires focus or blur event using a provided event handler.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 static <T extends ServerRpc>
TServerRpcManager. getRpcProxy(ClientConnector connector, Class<T> rpcInterface)
Returns an RPC proxy for a given client to server RPC interface for the given component or extension.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.data.selection
Subinterfaces of ServerRpc in com.vaadin.shared.data.selection Modifier and Type Interface Description interface
GridMultiSelectServerRpc
Transmits selection events for grid multiselection model to server side.interface
MultiSelectServerRpc
Transmits SelectionModel selection changes from the client to the server.interface
SelectionServerRpc
Transmits SelectionModel selection events from the client to the server. -
Uses of ServerRpc in com.vaadin.shared.ui
Subinterfaces of ServerRpc in com.vaadin.shared.ui Modifier and Type Interface Description interface
ClickRpc
interface
DelayedCallbackRpc
Delayed callback RPC interface.interface
LayoutClickRpc
interface
WindowOrderRpc
Window order RPC interface. -
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.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.combobox
Subinterfaces of ServerRpc in com.vaadin.shared.ui.combobox Modifier and Type Interface Description interface
ComboBoxServerRpc
Client to server RPC interface for ComboBox. -
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.datefield
Subinterfaces of ServerRpc in com.vaadin.shared.ui.datefield Modifier and Type Interface Description interface
AbstractDateFieldServerRpc
RPC interface for calls from client to server. -
Uses of ServerRpc in com.vaadin.shared.ui.dnd
Subinterfaces of ServerRpc in com.vaadin.shared.ui.dnd Modifier and Type Interface Description interface
DragSourceRpc
RPC for firing server side event when client side dragstart event happens on drag source.interface
DropTargetRpc
RPC for firing server side drop event when client side drop event happens on drop target.interface
FileDropTargetRpc
RPC for requesting upload URLs for files dropped on the file drop target. -
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
GridDragSourceRpc
RPC for firing server side drag start and drag end events when the corresponding client side events happen on the drag source Grid.interface
GridDropTargetRpc
RPC for firing server side drop event when client side drop event happens on drop target Grid.interface
GridServerRpc
Client-to-server RPC interface for the Grid component. -
Uses of ServerRpc in com.vaadin.shared.ui.grid.editor
Subinterfaces of ServerRpc in com.vaadin.shared.ui.grid.editor Modifier and Type Interface Description interface
EditorServerRpc
An RPC interface for the grid editor client-to-server communications. -
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
RPC interface implemented by server sideClickableRenderer
s to receive click events from their client side counterparts. -
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.notification
Subinterfaces of ServerRpc in com.vaadin.shared.ui.notification Modifier and Type Interface Description interface
NotificationServerRpc
Client to server RPC interface for Notification. -
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.richtextarea
Subinterfaces of ServerRpc in com.vaadin.shared.ui.richtextarea Modifier and Type Interface Description interface
RichTextAreaServerRpc
Client to server RPC interface for RichTextArea. -
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.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.textarea
Subinterfaces of ServerRpc in com.vaadin.shared.ui.textarea Modifier and Type Interface Description interface
TextAreaServerRpc
Client to server RPC interface for TextArea. -
Uses of ServerRpc in com.vaadin.shared.ui.textfield
Subinterfaces of ServerRpc in com.vaadin.shared.ui.textfield Modifier and Type Interface Description interface
AbstractTextFieldServerRpc
Client to server RPC interface for AbstractTextField. -
Uses of ServerRpc in com.vaadin.shared.ui.treegrid
Subinterfaces of ServerRpc in com.vaadin.shared.ui.treegrid Modifier and Type Interface Description interface
FocusParentRpc
RPC to handle client originated parent focusing in TreeGrid.interface
NodeCollapseRpc
RPC to handle client originated collapse and expand actions on hierarchical rows in TreeGrid.interface
TreeGridDropTargetRpc
RPC for firing server side drop event when client side drop event happens on drop target TreeGrid. -
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)
-