Uses of Interface
com.vaadin.server.ClientConnector
-
-
Uses of ClientConnector in com.vaadin.event
Methods in com.vaadin.event that return ClientConnector Modifier and Type Method Description ClientConnectorConnectorEvent. getConnector()Constructors in com.vaadin.event with parameters of type ClientConnector Constructor Description ConnectorActionManager(ClientConnector connector)Initialize an action manager for the given connector.ConnectorActionManager(ClientConnector connector, T viewer)Initialize an action manager for the given connector using the given viewer.ConnectorEvent(ClientConnector source)MarkedAsDirtyConnectorEvent(ClientConnector source, UI ui) -
Uses of ClientConnector in com.vaadin.event.dd
Subinterfaces of ClientConnector in com.vaadin.event.dd Modifier and Type Interface Description interfaceDragSourceDragSource is aComponentthat builds aTransferablefor a drag and drop operation.interfaceDropTargetDropTarget is an interface for components supporting drop operations. -
Uses of ClientConnector in com.vaadin.navigator
Classes in com.vaadin.navigator that implement ClientConnector Modifier and Type Class Description static classNavigator.EmptyViewEmpty view component. -
Uses of ClientConnector in com.vaadin.server
Subinterfaces of ClientConnector in com.vaadin.server Modifier and Type Interface Description interfaceExtensionAn extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.Classes in com.vaadin.server that implement ClientConnector Modifier and Type Class Description classAbstractClientConnectorAn abstract base class for ClientConnector implementations.classAbstractExtensionAn extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.classAbstractJavaScriptExtensionBase class for Extensions with all client-side logic implemented using JavaScript.classBrowserWindowOpenerComponent extension that opens a browser popup window when the extended component is clicked.classDragAndDropServiceclassFileDownloaderExtension that starts a download when the extended component is clicked.classResponsiveAn extension providing responsive layout capabilities to any Vaadin component.Methods in com.vaadin.server that return ClientConnector Modifier and Type Method Description ClientConnectorClientMethodInvocation. getConnector()ClientConnectorLegacyCommunicationManager. getConnector(UI uI, String connectorId)Deprecated.As of 7.1.ClientConnectorAbstractExtension. getParent()ClientConnectorClientConnector. getParent()ClientConnectorDragAndDropService. getParent()Methods in com.vaadin.server that return types with arguments of type ClientConnector Modifier and Type Method Description static Iterable<? extends ClientConnector>AbstractClientConnector. getAllChildrenIterable(ClientConnector connector)Get an Iterable for iterating over all child connectors, including both extensions and child components.protected Class<? extends ClientConnector>AbstractExtension. getSupportedParentType()Gets a type that the parent must be an instance of.Collection<Class<? extends ClientConnector>>JsonPaintTarget. getUsedClientConnectors()Methods in com.vaadin.server with parameters of type ClientConnector Modifier and Type Method Description static voidServerRpcManager. applyInvocation(ClientConnector target, ServerRpcMethodInvocation invocation)Invoke a method in a server side RPC target class.static ResourceReferenceResourceReference. create(Resource resource, ClientConnector connector, String key)StringVaadinSession. createConnectorId(ClientConnector connector)Deprecated.As of 7.0.static elemental.json.JsonObjectLegacyCommunicationManager. encodeState(ClientConnector connector, SharedState state)Deprecated.As of 7.1.static ErrorHandlerErrorEvent. findErrorHandler(ClientConnector connector)Method for finding the error handler for the given connector.static Iterable<? extends ClientConnector>AbstractClientConnector. getAllChildrenIterable(ClientConnector connector)Get an Iterable for iterating over all child connectors, including both extensions and child components.StringLegacyCommunicationManager. getStreamVariableTargetUrl(ClientConnector owner, String name, StreamVariable value)Deprecated.As of 7.1.StringJsonPaintTarget. getTag(ClientConnector clientConnector)StringPaintTarget. getTag(ClientConnector paintable)StringGlobalResourceHandler. getUri(ClientConnector connector, ConnectorResource resource)Gets a global URI for a resource if it's registered with this handler.voidLegacyCommunicationManager. handleConnectorRelatedException(ClientConnector connector, Throwable throwable)Deprecated.As of 7.1.static booleanLegacyCommunicationManager. isConnectorVisibleToClient(ClientConnector connector)Deprecated.As of 7.1.voidGlobalResourceHandler. register(Resource resource, ClientConnector ownerConnector)Registers a resource to be served with a global URL.voidAbstractExtension. setParent(ClientConnector parent)voidExtension. setParent(ClientConnector parent)Sets the parent connector of the connector.voidGlobalResourceHandler. unregisterConnector(ClientConnector connector)Notifies this handler that resources registered for the given connector can be released.Method parameters in com.vaadin.server with type arguments of type ClientConnector Modifier and Type Method Description StringLegacyCommunicationManager. getTagForType(Class<? extends ClientConnector> class1)Deprecated.As of 7.1.Constructors in com.vaadin.server with parameters of type ClientConnector Constructor Description AttachEvent(ClientConnector source)ClientMethodInvocation(ClientConnector connector, String interfaceName, Method method, Object[] parameters)DetachEvent(ClientConnector source)ResourceReference(Resource resource, ClientConnector connector, String key) -
Uses of ClientConnector in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type ClientConnector Modifier and Type Method Description protected voidFileUploadHandler. doHandleSimpleMultipartFileUpload(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamVariable streamVariable, String variableName, ClientConnector owner, String boundary)Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable.protected voidFileUploadHandler. doHandleXhrFilePost(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamVariable streamVariable, String variableName, ClientConnector owner, long contentLength)Used to stream plain file post (aka XHR2.post(File))static StringServerRpcHandler. getIgnoredDisabledError(String what, ClientConnector connector)Generates an error message when the client is trying to to something ('what') with a connector which is disabled or invisible.protected voidServerRpcHandler. handleInvocation(UI ui, ClientConnector connector, ServerRpcMethodInvocation invocation)Handles the given RPC method invocation for the given connectorprotected voidServerRpcHandler. handleInvocation(UI ui, ClientConnector connector, LegacyChangeVariablesInvocation legacyInvocation)Handles the given Legacy variable change RPC method invocation for the given connector -
Uses of ClientConnector in com.vaadin.server.communication.data
Classes in com.vaadin.server.communication.data that implement ClientConnector Modifier and Type Class Description classRpcDataProviderExtensionProvides Vaadin server-side container data source to acom.vaadin.client.ui.grid.GridConnector.Methods in com.vaadin.server.communication.data with parameters of type ClientConnector Modifier and Type Method Description voidRpcDataProviderExtension. setParent(ClientConnector parent) -
Uses of ClientConnector in com.vaadin.ui
Subinterfaces of ClientConnector in com.vaadin.ui Modifier and Type Interface Description interfaceComponentComponentis the top-level interface that is and must be implemented by all Vaadin components.static interfaceComponent.FocusableA sub-interface implemented by components that can obtain input focus.interfaceComponentContainerA special type of parent which allows the user to add and remove components to it.interfaceField<T>Field interface is implemented by all classes (field components) that have a value that the user can change through the user interface.static interfaceGrid.SelectionModelThe server-side interface that controls Grid's selection state.static interfaceGrid.SelectionModel.HasUserSelectionAllowedInterface implemented by selection models which support disabling client side selection while still allowing programmatic selection on the server.static interfaceGrid.SelectionModel.MultiA SelectionModel that supports multiple selections to be made.static interfaceGrid.SelectionModel.NoneA SelectionModel that does not allow for rows to be selected.static interfaceGrid.SelectionModel.SingleA SelectionModel that supports for only single rows to be selected at a time.interfaceHasChildMeasurementHintComponent with layout measuring hint.interfaceHasComponentsinterfaceLayoutExtension to theComponentContainerinterface which adds the layouting control to the elements in the container.interfaceLegacyComponentDeprecated.As of 7.0.interfaceSelectiveRendererInterface implemented byHasComponentsimplementors that wish to dynamically be able to prevent given child components from reaching the client side.interfaceSingleComponentContainerInterface for component containers that have one child component and do not support adding or removing components.Classes in com.vaadin.ui that implement ClientConnector Modifier and Type Class Description classAbsoluteLayoutAbsoluteLayout is a layout implementation that mimics html absolute positioning.classAbstractColorPickerAn abstract class that defines default implementation for a color picker component.classAbstractComponentAn abstract class that defines default implementation for theComponentinterface.classAbstractComponentContainerExtension toAbstractComponentthat defines the default implementation for the methods inComponentContainer.classAbstractEmbeddedAbstract base for embedding components.classAbstractField<T>Abstract field component for implementing buffered property editors.classAbstractFocusableAn abstract base class for focusable components.classAbstractJavaScriptComponentBase class for Components with all client-side logic implemented using JavaScript.classAbstractLayoutAn abstract class that defines default implementation for theLayoutinterface.classAbstractMediaAbstract base class for the HTML5 media components.classAbstractOrderedLayoutclassAbstractSelectA class representing a selection of items the user has selected in a UI.classAbstractSingleComponentContainerAbstract base class for component containers that have only one child component.classAbstractSplitPanelAbstractSplitPanel.classAbstractTextFieldclassAccordionAn accordion is a component similar to aTabSheet, but with a vertical orientation and the selected component presented between tabs.classAudioThe Audio component translates into an HTML5 <audio> element and as such is only supported in browsers that support HTML5 media markup.classBrowserFrameA component displaying an embedded web page.classButtonA generic button component.classCalendarVaadin Calendar is for visualizing events in a calendar.classCheckBoxclassColorPickerA class that defines default (button-like) implementation for a color picker component.classColorPickerAreaA class that defines area-like implementation for a color picker component.classComboBoxA filtering dropdown single-select.classCssLayoutCssLayout is a layout component that can be used in browser environment only.classCustomComponentCustom component provides a simple implementation of theComponentinterface to allow creating new UI components by composition of existing server-side components.classCustomField<T>AFieldwhose UI content can be constructed by the user, enabling the creation of e.g.classCustomLayoutA container component with freely designed layout and style.classDateFieldA date editor component that can be bound to anyPropertythat is compatible withjava.util.Date.classDragAndDropWrapperclassEmbeddedA component for embedding external objects.classFlashDeprecated.no modern browsers support Flash anymoreclassFormDeprecated.As of 7.0, useFieldGroupinstead ofFormfor more flexibility.classFormLayoutFormLayout is used byFormto layout fields.classGridA grid component for displaying tabular data.static classGrid.AbstractGridExtensionAn abstract base class for server-side Grid extensions.static classGrid.AbstractRenderer<T>An abstract base class for server-sideGrid renderers.static classGrid.AbstractSelectionModelA base class for SelectionModels that contains some of the logic that is reusable.static classGrid.DetailComponentManagerA class that manages details components by callingGrid.DetailsGeneratoras needed.static classGrid.MultiSelectionModelA default implementation of aGrid.SelectionModel.Multistatic classGrid.NoSelectionModelA default implementation for aGrid.SelectionModel.Nonestatic classGrid.SingleSelectionModelA default implementation of aGrid.SelectionModel.SingleclassGridLayoutA layout where the components are laid out on a grid using cell coordinates.classHorizontalLayoutHorizontal layoutHorizontalLayoutis a component container, which shows the subcomponents in the order of their addition (horizontally).classHorizontalSplitPanelA horizontal split panel contains two components and lays them horizontally.classImageComponent for embedding images.classInlineDateFieldA date entry component, which displays the actual date selector inline.classJavaScriptProvides access to JavaScript functionality in the web browser.classLabelLabel component for showing non-editable short texts.classLegacyWindowDeprecated.classLinkLink is used to create external or internal URL links.classListSelectThis is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.classLoginFormLogin form with auto-completion and auto-fill for all major browsers.classMenuBarA class representing a horizontal menu bar.classNativeButtonclassNativeSelectThis is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.classOptionGroupConfigures select to be used as an option group.classPanelPanel - a simple single component container.classPasswordFieldA field that is used to enter secret text information like passwords.classPopupDateFieldA date entry component, which displays the actual date selector as a popup.classPopupViewA component for displaying a two different views to data.classProgressBarShows the current progress of a long running task.classProgressIndicatorDeprecated.as of 7.1, useProgressBarcombined withUI#setPushMode(PushMode)orUI.setPollInterval(int)instead.classRichTextAreaA simple RichTextArea to edit HTML format text.classSelectDeprecated.As of 7.0.classSliderA component for selecting a numerical value within a range.classTableTableis used for representing data or components in a pageable and selectable table.classTabSheetTabSheet component.classTextAreaA text field that supports multi line editing.classTextFieldA text editor component that can be bound to any bindable Property.classTreeTree component.classTreeTableclassTwinColSelectMultiselect component with two lists: left side for available items and right side for selected items.classUIThe topmost component in any component hierarchy.classUploadComponent for uploading files from client to server.classVerticalLayoutVertical layoutVerticalLayoutis a component container, which shows the subcomponents in the order of their addition (vertically).classVerticalSplitPanelA vertical split panel contains two components and lays them vertically.classVideoThe Video component translates into an HTML5 <video> element and as such is only supported in browsers that support HTML5 media markup.classWindowA component that represents a floating popup window that can be added to aUI.Methods in com.vaadin.ui that return ClientConnector Modifier and Type Method Description ClientConnectorConnectorTracker. getConnector(String connectorId)Gets a connector by its id.Methods in com.vaadin.ui that return types with arguments of type ClientConnector Modifier and Type Method Description Collection<ClientConnector>ConnectorTracker. getDirtyConnectors()Returns a collection of all connectors which have been marked as dirty.ArrayList<ClientConnector>ConnectorTracker. getDirtyVisibleConnectors()Returns a collection of thosedirty connectorsthat are actually visible to the client.Methods in com.vaadin.ui with parameters of type ClientConnector Modifier and Type Method Description elemental.json.JsonObjectConnectorTracker. getDiffState(ClientConnector connector)booleanConnectorTracker. isClientSideInitialized(ClientConnector connector)Checks whether the given connector has already been initialized in the browser.booleanConnectorTracker. isDirty(ClientConnector connector)voidConnectorTracker. markClean(ClientConnector connector)Mark the connector as clean.voidConnectorTracker. markClientSideInitialized(ClientConnector connector)Marks the given connector as initialized, meaning that the client-side state has been initialized for the connector.voidConnectorTracker. markDirty(ClientConnector connector)Mark the connector as dirty and notifies any marked as dirty listeners.voidConnectorTracker. notifyMarkedAsDirtyListeners(ClientConnector connector)Notify all registered MarkedAsDirtyListeners the given client connector has been marked as dirty.voidConnectorTracker. registerConnector(ClientConnector connector)Register the given connector.voidConnectorTracker. setDiffState(ClientConnector connector, elemental.json.JsonObject diffState)voidConnectorTracker. unregisterConnector(ClientConnector connector)Unregister the given connector. -
Uses of ClientConnector in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement ClientConnector Modifier and Type Class Description classColorPickerGradientA component that represents a color gradient within a color picker.classColorPickerGridA component that represents a color selection grid within a color picker.classColorPickerHistoryA component that represents color selection history within a color picker.classColorPickerPopupA component that represents color selection popup within a color picker.classColorPickerPreviewA component that represents color selection preview within a color picker.classColorPickerSelectA component that represents color selection swatches within a color picker. -
Uses of ClientConnector in com.vaadin.ui.renderers
Subinterfaces of ClientConnector in com.vaadin.ui.renderers Modifier and Type Interface Description interfaceRenderer<T>A ClientConnector for controlling client-sideGrid renderers.Classes in com.vaadin.ui.renderers that implement ClientConnector Modifier and Type Class Description classAbstractJavaScriptRenderer<T>Base class for Renderers with all client-side logic implemented using JavaScript.classButtonRendererA Renderer that displays a button with a textual caption.classClickableRenderer<T>An abstract superclass for Renderers that render clickable items.classDateRendererA renderer for presenting date values.classHtmlRendererA renderer for presenting HTML content.classImageRendererA renderer for presenting images.classNumberRendererA renderer for presenting number values.classProgressBarRendererA renderer that represents a double values as a graphical progress bar.classTextRendererA renderer for presenting simple plain-text string values.Methods in com.vaadin.ui.renderers with parameters of type ClientConnector Modifier and Type Method Description voidRenderer. setParent(ClientConnector parent)Deprecated. -
Uses of ClientConnector in com.vaadin.util
Methods in com.vaadin.util with parameters of type ClientConnector Modifier and Type Method Description static StringConnectorHelper. getDebugInformation(ClientConnector connector)Creates a string containing debug info for the connectorstatic voidConnectorHelper. writeHierarchyInformation(ClientConnector connector, StringBuilder builder)Creates a string containing hierarchy information for the connector
-