Uses of Interface
com.vaadin.client.ServerConnector
-
-
Uses of ServerConnector in com.vaadin.client
Subinterfaces of ServerConnector in com.vaadin.client Modifier and Type Interface Description interfaceComponentConnectorAn interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form ofUIDL.interfaceDirectionalManagedLayoutinterfaceHasChildMeasurementHintConnectorConnector with layout measuring hint.interfaceHasComponentsConnectorAn interface used by client-side connectors whose widget is a component container (implementsHasWidgets).Classes in com.vaadin.client that implement ServerConnector Modifier and Type Class Description classJavaScriptExtensionMethods in com.vaadin.client that return ServerConnector Modifier and Type Method Description ServerConnectorWidgetSet. createConnector(int tag, ApplicationConfiguration conf)Create an uninitialized connector that best matches given UIDL.ServerConnectorApplicationConnection. getConnector(String connectorId, int connectorType)Get either an existing ComponentConnector or create a new ComponentConnector with the given type and id.ServerConnectorConnectorMap. getConnector(String connectorId)Returns aServerConnectorby its idServerConnectorUIDL. getPaintableAttribute(String name, ApplicationConnection connection)Gets the Paintable with the id found in the named attributes's value.ServerConnectorUIDL. getPaintableVariable(String name, ApplicationConnection connection)Gets the Paintable with the id found in the named variable's value.ServerConnectorServerConnector. getParent()Returns the parent of this connector.Methods in com.vaadin.client that return types with arguments of type ServerConnector Modifier and Type Method Description List<ServerConnector>ServerConnector. getChildren()Returns the child connectors for this connector (child components and extensions).Class<? extends ServerConnector>ApplicationConfiguration. getConnectorClassByEncodedTag(int tag)Collection<? extends ServerConnector>ConnectorMap. getConnectors()Deprecated.As of 7.0.1, useConnectorMap.getConnectorsAsJsArray()for improved performance.JsArrayObject<ServerConnector>ConnectorMap. getConnectorsAsJsArray()protected Class<? extends ServerConnector>WidgetSet. resolveConnectorType(int tag, ApplicationConfiguration conf)Methods in com.vaadin.client with parameters of type ServerConnector Modifier and Type Method Description protected voidJavaScriptExtension. extend(ServerConnector target)static StringUtil. getConnectorString(ServerConnector p)voidConnectorMap. registerConnector(String id, ServerConnector connector)voidConnectorHierarchyChangeEvent. setConnector(ServerConnector connector)voidServerConnector. setParent(ServerConnector parent)Sets the parent for this connector.voidConnectorMap. unregisterConnector(ServerConnector connector)Unregisters the given connector; always use after removing a connector.voidApplicationConnection. unregisterPaintable(ServerConnector p)Deprecated.As of 7.0.voidApplicationConnection. updateVariable(String paintableId, String variableName, ServerConnector newValue, boolean immediate)Sends a new value for the given paintables given variable to the server.Method parameters in com.vaadin.client with type arguments of type ServerConnector Modifier and Type Method Description voidServerConnector. setChildren(List<ServerConnector> children)Sets the children for this connector.Constructors in com.vaadin.client with parameters of type ServerConnector Constructor Description JavaScriptConnectorHelper(ServerConnector connector) -
Uses of ServerConnector in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return ServerConnector Modifier and Type Method Description ServerConnectorAbstractServerConnectorEvent. getConnector()Methods in com.vaadin.client.communication with parameters of type ServerConnector Modifier and Type Method Description voidRpcManager. applyInvocation(MethodInvocation invocation, ServerConnector connector)Perform server to client RPC invocation.static <T extends ServerRpc>
TRpcProxy. create(Class<T> rpcInterface, ServerConnector connector)voidAbstractServerConnectorEvent. setConnector(ServerConnector connector)Constructors in com.vaadin.client.communication with parameters of type ServerConnector Constructor Description StateChangeEvent(ServerConnector connector, FastStringSet changedProperties)Deprecated.As of 7.0.2, useStateChangeEvent(ServerConnector, JsonObject, boolean)instead for improved performance.StateChangeEvent(ServerConnector connector, elemental.json.JsonObject stateJson, boolean initialStateChange)/** Creates a new state change event.StateChangeEvent(ServerConnector connector, Set<String> changedPropertiesSet)Deprecated.As of 7.0.1, useStateChangeEvent(ServerConnector, JsonObject, boolean)instead for improved performance. -
Uses of ServerConnector in com.vaadin.client.connectors
Classes in com.vaadin.client.connectors that implement ServerConnector Modifier and Type Class Description classAbstractRendererConnector<T>An abstract base class for renderer connectors.classAbstractSelectionModelConnector<T extends SelectionModel<elemental.json.JsonObject>>Base class for all selection model connectors.classButtonRendererConnectorA connector forButtonRenderer.classClickableRendererConnector<T>An abstract base class forClickableRendererconnectors.classDateRendererConnectorA connector forDateRenderer.classDetailComponentManagerConnectorClient-side connector for the DetailComponentManager of Grid.classGridConnectorConnects the client sideGridwidget with the server sideGridcomponent.classImageRendererConnectorA connector forImageRenderer.classJavaScriptRendererConnectorConnector for server-side renderer implemented using JavaScript.classMultiSelectionModelConnectorConnector for server-sideMultiSelectionModelConnector.MultiSelectionModel.classNoSelectionModelConnectorConnector for server-sideGrid.NoSelectionModel.classNumberRendererConnectorA connector forNumberRenderer.classProgressBarRendererConnectorA connector forProgressBarRenderer.classRpcDataSourceConnectorConnects a Vaadin server-side container data source to a Grid.classSingleSelectionModelConnectorConnector for server-sideSingleSelectionModelConnector.SingleSelectionModel.classTextRendererConnectorA connector forTextRenderer.classUnsafeHtmlRendererConnectorA connector forUnsafeHtmlRendererConnector.UnsafeHtmlRendererMethods in com.vaadin.client.connectors with parameters of type ServerConnector Modifier and Type Method Description protected voidAbstractRendererConnector. extend(ServerConnector target)Deprecated.protected voidDetailComponentManagerConnector. extend(ServerConnector target)protected voidMultiSelectionModelConnector. extend(ServerConnector target)protected voidNoSelectionModelConnector. extend(ServerConnector target)protected voidRpcDataSourceConnector. extend(ServerConnector target)protected voidSingleSelectionModelConnector. extend(ServerConnector target) -
Uses of ServerConnector in com.vaadin.client.debug.internal
Methods in com.vaadin.client.debug.internal with parameters of type ServerConnector Modifier and Type Method Description voidSelectConnectorListener. select(ServerConnector connector, com.google.gwt.dom.client.Element element)Listener method called when a connector has been selected.voidConnectorInfoPanel. update(ServerConnector connector)Update the panel to show information about a connector.Constructors in com.vaadin.client.debug.internal with parameters of type ServerConnector Constructor Description SelectorPath(ServerConnector c, com.google.gwt.dom.client.Element e) -
Uses of ServerConnector in com.vaadin.client.extensions
Classes in com.vaadin.client.extensions that implement ServerConnector Modifier and Type Class Description classAbstractExtensionConnectorclassBrowserWindowOpenerConnectorClient-side code forBrowserWindowOpenerclassFileDownloaderConnectorclassResponsiveConnectorThe client side connector for the Responsive extension.Methods in com.vaadin.client.extensions with parameters of type ServerConnector Modifier and Type Method Description protected abstract voidAbstractExtensionConnector. extend(ServerConnector target)Called when the extension is attached to its parent.protected voidBrowserWindowOpenerConnector. extend(ServerConnector target)protected voidFileDownloaderConnector. extend(ServerConnector target)protected voidResponsiveConnector. extend(ServerConnector target)voidAbstractExtensionConnector. setParent(ServerConnector parent)voidFileDownloaderConnector. setParent(ServerConnector parent) -
Uses of ServerConnector in com.vaadin.client.extensions.javascriptmanager
Classes in com.vaadin.client.extensions.javascriptmanager that implement ServerConnector Modifier and Type Class Description classJavaScriptManagerConnectorMethods in com.vaadin.client.extensions.javascriptmanager with parameters of type ServerConnector Modifier and Type Method Description protected voidJavaScriptManagerConnector. extend(ServerConnector target) -
Uses of ServerConnector in com.vaadin.client.ui
Subinterfaces of ServerConnector in com.vaadin.client.ui Modifier and Type Interface Description interfaceManagedLayoutstatic interfaceShortcutActionHandler.BeforeShortcutActionListenerA focusableComponentConnectorimplementing this interface will be notified before shortcut actions are handled if it will be the target of the action (most commonly means it is the focused component during the keyboard combination is triggered by the user).interfaceSimpleManagedLayoutClasses in com.vaadin.client.ui that implement ServerConnector Modifier and Type Class Description classAbstractComponentConnectorclassAbstractComponentContainerConnectorClient side connector for subclasses of AbstractComponentConnector.classAbstractConnectorAn abstract implementation of Connector.classAbstractFieldConnectorclassAbstractHasComponentsConnectorclassAbstractLayoutConnectorclassAbstractSingleComponentContainerConnectorClient side connector for subclasses of AbstractSingleComponentConnector.classJavaScriptComponentConnectorclassLegacyConnectorDeprecated.This class is only intended to ease migration and should not be used for new projects.classMediaBaseConnectorclassUnknownComponentConnectorclassUnknownExtensionConnectorConnector used as a placeholder for extensions that are not present in the widgetset.Methods in com.vaadin.client.ui that return ServerConnector Modifier and Type Method Description ServerConnectorAbstractConnector. getParent()Methods in com.vaadin.client.ui that return types with arguments of type ServerConnector Modifier and Type Method Description List<ServerConnector>AbstractConnector. getChildren()Methods in com.vaadin.client.ui with parameters of type ServerConnector Modifier and Type Method Description protected voidUnknownExtensionConnector. extend(ServerConnector target)static TypeAbstractConnector. getStateType(ServerConnector connector)voidAbstractConnector. setParent(ServerConnector parent)Method parameters in com.vaadin.client.ui with type arguments of type ServerConnector Modifier and Type Method Description voidAbstractConnector. setChildren(List<ServerConnector> children) -
Uses of ServerConnector in com.vaadin.client.ui.absolutelayout
Classes in com.vaadin.client.ui.absolutelayout that implement ServerConnector Modifier and Type Class Description classAbsoluteLayoutConnectorConnects the server sideAbsoluteLayoutwith the client side counterpartVAbsoluteLayout -
Uses of ServerConnector in com.vaadin.client.ui.accordion
Classes in com.vaadin.client.ui.accordion that implement ServerConnector Modifier and Type Class Description classAccordionConnector -
Uses of ServerConnector in com.vaadin.client.ui.audio
Classes in com.vaadin.client.ui.audio that implement ServerConnector Modifier and Type Class Description classAudioConnector -
Uses of ServerConnector in com.vaadin.client.ui.browserframe
Classes in com.vaadin.client.ui.browserframe that implement ServerConnector Modifier and Type Class Description classBrowserFrameConnector -
Uses of ServerConnector in com.vaadin.client.ui.button
Classes in com.vaadin.client.ui.button that implement ServerConnector Modifier and Type Class Description classButtonConnector -
Uses of ServerConnector in com.vaadin.client.ui.calendar
Classes in com.vaadin.client.ui.calendar that implement ServerConnector Modifier and Type Class Description classCalendarConnectorHandles communication between Calendar on the server side andVCalendaron the client side. -
Uses of ServerConnector in com.vaadin.client.ui.checkbox
Classes in com.vaadin.client.ui.checkbox that implement ServerConnector Modifier and Type Class Description classCheckBoxConnector -
Uses of ServerConnector in com.vaadin.client.ui.colorpicker
Classes in com.vaadin.client.ui.colorpicker that implement ServerConnector Modifier and Type Class Description classAbstractColorPickerConnectorAn abstract class that defines default implementation for a color picker connector.classColorPickerAreaConnectorA class that defines an implementation for a color picker connector.classColorPickerConnectorA class that defines default implementation for a color picker connector.classColorPickerGradientConnectorA class that defines the default implementation for a color picker gradient connector.classColorPickerGridConnectorA class that defines the default implementation for a color picker grid connector. -
Uses of ServerConnector in com.vaadin.client.ui.combobox
Classes in com.vaadin.client.ui.combobox that implement ServerConnector Modifier and Type Class Description classComboBoxConnector -
Uses of ServerConnector in com.vaadin.client.ui.csslayout
Classes in com.vaadin.client.ui.csslayout that implement ServerConnector Modifier and Type Class Description classCssLayoutConnectorConnects the server side widgetCssLayoutwith the client side counterpartVCssLayout -
Uses of ServerConnector in com.vaadin.client.ui.customcomponent
Classes in com.vaadin.client.ui.customcomponent that implement ServerConnector Modifier and Type Class Description classCustomComponentConnector -
Uses of ServerConnector in com.vaadin.client.ui.customfield
Classes in com.vaadin.client.ui.customfield that implement ServerConnector Modifier and Type Class Description classCustomFieldConnector -
Uses of ServerConnector in com.vaadin.client.ui.customlayout
Classes in com.vaadin.client.ui.customlayout that implement ServerConnector Modifier and Type Class Description classCustomLayoutConnector -
Uses of ServerConnector in com.vaadin.client.ui.datefield
Classes in com.vaadin.client.ui.datefield that implement ServerConnector Modifier and Type Class Description classAbstractDateFieldConnectorclassDateFieldConnectorclassInlineDateFieldConnectorclassPopupDateFieldConnectorclassTextualDateConnector -
Uses of ServerConnector in com.vaadin.client.ui.draganddropwrapper
Classes in com.vaadin.client.ui.draganddropwrapper that implement ServerConnector Modifier and Type Class Description classDragAndDropWrapperConnector -
Uses of ServerConnector in com.vaadin.client.ui.embedded
Classes in com.vaadin.client.ui.embedded that implement ServerConnector Modifier and Type Class Description classEmbeddedConnector -
Uses of ServerConnector in com.vaadin.client.ui.flash
Classes in com.vaadin.client.ui.flash that implement ServerConnector Modifier and Type Class Description classFlashConnectorDeprecated.no modern browsers support Flash anymore -
Uses of ServerConnector in com.vaadin.client.ui.form
Classes in com.vaadin.client.ui.form that implement ServerConnector Modifier and Type Class Description classFormConnector -
Uses of ServerConnector in com.vaadin.client.ui.formlayout
Classes in com.vaadin.client.ui.formlayout that implement ServerConnector Modifier and Type Class Description classFormLayoutConnector -
Uses of ServerConnector in com.vaadin.client.ui.gridlayout
Classes in com.vaadin.client.ui.gridlayout that implement ServerConnector Modifier and Type Class Description classGridLayoutConnector -
Uses of ServerConnector in com.vaadin.client.ui.image
Classes in com.vaadin.client.ui.image that implement ServerConnector Modifier and Type Class Description classImageConnector -
Uses of ServerConnector in com.vaadin.client.ui.label
Classes in com.vaadin.client.ui.label that implement ServerConnector Modifier and Type Class Description classLabelConnector -
Uses of ServerConnector in com.vaadin.client.ui.layout
Subinterfaces of ServerConnector in com.vaadin.client.ui.layout Modifier and Type Interface Description interfaceMayScrollChildren -
Uses of ServerConnector in com.vaadin.client.ui.link
Classes in com.vaadin.client.ui.link that implement ServerConnector Modifier and Type Class Description classLinkConnector -
Uses of ServerConnector in com.vaadin.client.ui.listselect
Classes in com.vaadin.client.ui.listselect that implement ServerConnector Modifier and Type Class Description classListSelectConnector -
Uses of ServerConnector in com.vaadin.client.ui.loginform
Classes in com.vaadin.client.ui.loginform that implement ServerConnector Modifier and Type Class Description classLoginFormConnector -
Uses of ServerConnector in com.vaadin.client.ui.menubar
Classes in com.vaadin.client.ui.menubar that implement ServerConnector Modifier and Type Class Description classMenuBarConnector -
Uses of ServerConnector in com.vaadin.client.ui.nativebutton
Classes in com.vaadin.client.ui.nativebutton that implement ServerConnector Modifier and Type Class Description classNativeButtonConnector -
Uses of ServerConnector in com.vaadin.client.ui.nativeselect
Classes in com.vaadin.client.ui.nativeselect that implement ServerConnector Modifier and Type Class Description classNativeSelectConnector -
Uses of ServerConnector in com.vaadin.client.ui.optiongroup
Classes in com.vaadin.client.ui.optiongroup that implement ServerConnector Modifier and Type Class Description classOptionGroupBaseConnectorclassOptionGroupConnector -
Uses of ServerConnector in com.vaadin.client.ui.orderedlayout
Classes in com.vaadin.client.ui.orderedlayout that implement ServerConnector Modifier and Type Class Description classAbstractOrderedLayoutConnectorBase class for vertical and horizontal ordered layoutsclassHorizontalLayoutConnectorConnects the client widgetVHorizontalLayoutwith the Vaadin server side counterpartHorizontalLayoutclassVerticalLayoutConnectorConnects the client widgetVVerticalLayoutwith the Vaadin server side counterpartVerticalLayout -
Uses of ServerConnector in com.vaadin.client.ui.panel
Classes in com.vaadin.client.ui.panel that implement ServerConnector Modifier and Type Class Description classPanelConnector -
Uses of ServerConnector in com.vaadin.client.ui.passwordfield
Classes in com.vaadin.client.ui.passwordfield that implement ServerConnector Modifier and Type Class Description classPasswordFieldConnector -
Uses of ServerConnector in com.vaadin.client.ui.popupview
Classes in com.vaadin.client.ui.popupview that implement ServerConnector Modifier and Type Class Description classPopupViewConnector -
Uses of ServerConnector in com.vaadin.client.ui.progressindicator
Classes in com.vaadin.client.ui.progressindicator that implement ServerConnector Modifier and Type Class Description classProgressBarConnectorConnector forVProgressBar.classProgressIndicatorConnectorDeprecated.as of 7.1, useProgressBarConnectorcombined with server push or UI polling. -
Uses of ServerConnector in com.vaadin.client.ui.richtextarea
Classes in com.vaadin.client.ui.richtextarea that implement ServerConnector Modifier and Type Class Description classRichTextAreaConnector -
Uses of ServerConnector in com.vaadin.client.ui.slider
Classes in com.vaadin.client.ui.slider that implement ServerConnector Modifier and Type Class Description classSliderConnector -
Uses of ServerConnector in com.vaadin.client.ui.splitpanel
Classes in com.vaadin.client.ui.splitpanel that implement ServerConnector Modifier and Type Class Description classAbstractSplitPanelConnectorclassHorizontalSplitPanelConnectorclassVerticalSplitPanelConnector -
Uses of ServerConnector in com.vaadin.client.ui.table
Classes in com.vaadin.client.ui.table that implement ServerConnector Modifier and Type Class Description classTableConnector -
Uses of ServerConnector in com.vaadin.client.ui.tabsheet
Classes in com.vaadin.client.ui.tabsheet that implement ServerConnector Modifier and Type Class Description classTabsheetBaseConnectorclassTabsheetConnector -
Uses of ServerConnector in com.vaadin.client.ui.textarea
Classes in com.vaadin.client.ui.textarea that implement ServerConnector Modifier and Type Class Description classTextAreaConnector -
Uses of ServerConnector in com.vaadin.client.ui.textfield
Classes in com.vaadin.client.ui.textfield that implement ServerConnector Modifier and Type Class Description classTextFieldConnector -
Uses of ServerConnector in com.vaadin.client.ui.tree
Classes in com.vaadin.client.ui.tree that implement ServerConnector Modifier and Type Class Description classTreeConnector -
Uses of ServerConnector in com.vaadin.client.ui.treetable
Classes in com.vaadin.client.ui.treetable that implement ServerConnector Modifier and Type Class Description classTreeTableConnector -
Uses of ServerConnector in com.vaadin.client.ui.twincolselect
Classes in com.vaadin.client.ui.twincolselect that implement ServerConnector Modifier and Type Class Description classTwinColSelectConnector -
Uses of ServerConnector in com.vaadin.client.ui.ui
Classes in com.vaadin.client.ui.ui that implement ServerConnector Modifier and Type Class Description classUIConnectorMethods in com.vaadin.client.ui.ui with parameters of type ServerConnector Modifier and Type Method Description voidUIConnector. showServerDebugInfo(ServerConnector serverConnector)Sends a request to the server to print details to console that will help the developer to locate the corresponding server-side connector in the source code.voidUIConnector. showServerDesign(ServerConnector connector)Sends a request to the server to print a design to the console for the given component. -
Uses of ServerConnector in com.vaadin.client.ui.upload
Classes in com.vaadin.client.ui.upload that implement ServerConnector Modifier and Type Class Description classUploadConnector -
Uses of ServerConnector in com.vaadin.client.ui.video
Classes in com.vaadin.client.ui.video that implement ServerConnector Modifier and Type Class Description classVideoConnector -
Uses of ServerConnector in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement ServerConnector Modifier and Type Class Description classWindowConnector
-