| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentConnector
An interface used by client-side widgets or paintable parts to receive
updates from the corresponding server-side components in the form of
UIDL. |
interface |
DirectionalManagedLayout |
interface |
HasChildMeasurementHintConnector
Connector with layout measuring hint.
|
interface |
HasComponentsConnector
An interface used by client-side connectors whose widget is a component
container (implements
HasWidgets). |
interface |
HasWidget
An interface used by client-side connectors which have widgets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaScriptExtension |
| Modifier and Type | Method and Description |
|---|---|
ServerConnector |
WidgetSet.createConnector(int tag,
ApplicationConfiguration conf)
Create an uninitialized connector that best matches given UIDL.
|
ServerConnector |
ConnectorMap.getConnector(String connectorId)
Returns a
ServerConnector by its id. |
ServerConnector |
ApplicationConnection.getConnector(String connectorId,
int connectorType)
Get either an existing ComponentConnector or create a new
ComponentConnector with the given type and id.
|
ServerConnector |
UIDL.getPaintableAttribute(String name,
ApplicationConnection connection)
Gets the Paintable with the id found in the named attributes's value.
|
ServerConnector |
UIDL.getPaintableVariable(String name,
ApplicationConnection connection)
Gets the Paintable with the id found in the named variable's value.
|
ServerConnector |
ServerConnector.getParent()
Returns the parent of this connector.
|
| Modifier and Type | Method and 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, use
ConnectorMap.getConnectorsAsJsArray() for
improved performance. |
JsArrayObject<ServerConnector> |
ConnectorMap.getConnectorsAsJsArray() |
protected Class<? extends ServerConnector> |
WidgetSet.resolveConnectorType(int tag,
ApplicationConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaScriptExtension.extend(ServerConnector target) |
static String |
Util.getConnectorString(ServerConnector p) |
void |
ConnectorMap.registerConnector(String id,
ServerConnector connector) |
void |
ConnectorHierarchyChangeEvent.setConnector(ServerConnector connector) |
void |
ServerConnector.setParent(ServerConnector parent)
Sets the parent for this connector.
|
void |
ConnectorMap.unregisterConnector(ServerConnector connector)
Unregisters the given connector; always use after removing a connector.
|
void |
ApplicationConnection.unregisterPaintable(ServerConnector p)
Deprecated.
As of 7.0. No longer serves any purpose.
|
void |
ApplicationConnection.updateVariable(String paintableId,
String variableName,
ServerConnector newValue,
boolean immediate)
Sends a new value for the given paintables given variable to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnector.setChildren(List<ServerConnector> children)
Sets the children for this connector.
|
| Constructor and Description |
|---|
JavaScriptConnectorHelper(ServerConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
ServerConnector |
AbstractServerConnectorEvent.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
RpcManager.applyInvocation(MethodInvocation invocation,
ServerConnector connector)
Perform server to client RPC invocation.
|
static <T extends ServerRpc> |
RpcProxy.create(Class<T> rpcInterface,
ServerConnector connector) |
void |
AbstractServerConnectorEvent.setConnector(ServerConnector connector) |
| Constructor and Description |
|---|
StateChangeEvent(ServerConnector connector,
FastStringSet changedProperties)
Deprecated.
As of 7.0.2, use
StateChangeEvent.StateChangeEvent(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, use
StateChangeEvent.StateChangeEvent(ServerConnector, JsonObject, boolean)
instead for improved performance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFocusableListingConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers>
Abstract class for listing widget connectors that contains focusable children
to track their focus/blur events.
|
class |
AbstractListingConnector
A base connector class for
AbstractListing. |
class |
AbstractMultiSelectConnector
A base connector class for multiselects.
|
class |
AbstractRendererConnector<T>
An abstract base class for renderer connectors.
|
class |
AbstractSingleSelectConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers>
An abstract class for single selection connectors.
|
class |
ButtonRendererConnector
A connector for
ButtonRenderer. |
class |
ClickableRendererConnector<T>
An abstract base class for
ClickableRenderer
connectors. |
class |
ImageRendererConnector
A connector for
ImageRenderer. |
class |
JavaScriptRendererConnector
Connector for server-side renderer implemented using JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRendererConnector.extend(ServerConnector target)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataCommunicatorConnector
A connector for DataCommunicator class.
|
class |
HierarchicalDataCommunicatorConnector
A connector for HierarchicalDataCommunicator class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataCommunicatorConnector.extend(ServerConnector target) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGridRendererConnector<T>
An abstract base class for renderer connectors.
|
class |
AbstractSelectionModelConnector
Abstract base class for grid's selection models.
|
class |
ColumnConnector
A connector class for columns of the Grid component.
|
class |
ComponentRendererConnector
Connector for
ComponentRenderer. |
class |
DateRendererConnector
A connector for
DateRenderer. |
class |
DetailsManagerConnector
Connector class for
Grid.DetailsManager of the Grid component. |
class |
EditorConnector
Connector for Grid Editor.
|
class |
GridConnector
A connector class for the typed Grid component.
|
class |
GridDragSourceConnector
Adds HTML5 drag and drop functionality to a
Grid's rows. |
class |
GridDropTargetConnector
Makes Grid an HTML5 drop target.
|
class |
LocalDateRendererConnector
A connector for LocalDateRenderer.
|
class |
LocalDateTimeRendererConnector
A connector for LocalDateTimeRenderer.
|
class |
MultiSelectionModelConnector
Connector for server side multiselection model implementation.
|
class |
NoSelectionModelConnector
Connector for grids selection model that doesn't allow selecting anything.
|
class |
NumberRendererConnector
A connector for
NumberRenderer. |
class |
ProgressBarRendererConnector
A connector for
ProgressBarRenderer. |
class |
SingleSelectionModelConnector
Client side connector for grid single selection model.
|
class |
TextRendererConnector
A connector for
TextRenderer. |
class |
TreeGridDragSourceConnector
Adds HTML5 drag and drop functionality to a TreeGrid's rows.
|
class |
TreeGridDropTargetConnector
Makes TreeGrid an HTML5 drop target.
|
class |
TreeRendererConnector
Connector for TreeRenderer.
|
class |
UnsafeHtmlRendererConnector
A connector for
UnsafeHtmlRendererConnector.UnsafeHtmlRenderer. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NoSelectionModelConnector.extend(ServerConnector target) |
protected void |
GridDropTargetConnector.extend(ServerConnector target) |
protected void |
GridDragSourceConnector.extend(ServerConnector target) |
protected void |
EditorConnector.extend(ServerConnector target) |
protected void |
DetailsManagerConnector.extend(ServerConnector target) |
protected void |
ColumnConnector.extend(ServerConnector target) |
protected void |
AbstractSelectionModelConnector.extend(ServerConnector target) |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeMultiSelectionModelConnector
Connector for the server side multiselection model of the tree component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectConnectorListener.select(ServerConnector connector,
com.google.gwt.dom.client.Element element)
Listener method called when a connector has been selected.
|
void |
ConnectorInfoPanel.update(ServerConnector connector)
Update the panel to show information about a connector.
|
| Constructor and Description |
|---|
SelectorPath(ServerConnector c,
com.google.gwt.dom.client.Element e) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventTriggerExtensionConnector
An abstract extension connector with trigger support.
|
class |
AbstractExtensionConnector
An abstract implementation for extension connectors.
|
class |
BrowserWindowOpenerConnector
Client-side code for
BrowserWindowOpener. |
class |
DragSourceExtensionConnector
Extension to add drag source functionality to a widget for using HTML5 drag
and drop.
|
class |
DropTargetExtensionConnector
Extension to add drop target functionality to a widget for using HTML5 drag
and drop.
|
class |
FileDownloaderConnector |
class |
FileDropTargetConnector
Extension to add file drop target functionality to a widget.
|
class |
ResponsiveConnector
The client side connector for the Responsive extension.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResponsiveConnector.extend(ServerConnector target) |
protected void |
DropTargetExtensionConnector.extend(ServerConnector target) |
protected void |
DragSourceExtensionConnector.extend(ServerConnector target) |
protected abstract void |
AbstractExtensionConnector.extend(ServerConnector target)
Called when the extension is attached to its parent.
|
protected void |
AbstractEventTriggerExtensionConnector.extend(ServerConnector target) |
void |
FileDownloaderConnector.setParent(ServerConnector parent) |
void |
AbstractExtensionConnector.setParent(ServerConnector parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaScriptManagerConnector |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaScriptManagerConnector.extend(ServerConnector target) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasErrorIndicator
Implemented by connectors supporting an error indicator.
|
interface |
HasRequiredIndicator
Implemented by connectors supporting a required flag.
|
interface |
ManagedLayout |
interface |
SimpleManagedLayout |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentConnector
Base class for component connectors.
|
class |
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector.
|
class |
AbstractConnector
An abstract implementation of Connector.
|
class |
AbstractFieldConnector
Base class for field connectors.
|
class |
AbstractHasComponentsConnector
Base class for component connectors whose widget is a component container.
|
class |
AbstractLayoutConnector
Base class for layout connectors.
|
class |
AbstractSingleComponentContainerConnector
Client side connector for subclasses of AbstractSingleComponentConnector.
|
class |
JavaScriptComponentConnector
A connector class for JavaScript components.
|
class |
LegacyConnector
Deprecated.
This class is only intended to ease migration and should not be
used for new projects.
|
class |
MediaBaseConnector
Base class for media component connectors.
|
class |
UnknownComponentConnector
A placeholder connector class for when a component's connector cannot be
determined.
|
class |
UnknownExtensionConnector
Connector used as a placeholder for extensions that are not present in the
widgetset.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConnector |
AbstractConnector.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<ServerConnector> |
AbstractConnector.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UnknownExtensionConnector.extend(ServerConnector target) |
static Type |
AbstractConnector.getStateType(ServerConnector connector)
Find the type of the state for the given connector.
|
void |
AbstractConnector.setParent(ServerConnector parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnector.setChildren(List<ServerConnector> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayoutConnector
Connects the server side
AbsoluteLayout with the client side
counterpart VAbsoluteLayout. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionConnector
A connector class for the Accordion component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioConnector
A connector class for the Audio component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserFrameConnector
A connector class for the BrowserFrame component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonConnector
A connector class for the Button component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxConnector
The client-side connector for the
CheckBoxGroup component. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColorPickerConnector
An abstract class that defines default implementation for a color picker
connector.
|
class |
ColorPickerAreaConnector
A class that defines an implementation for a color picker connector.
|
class |
ColorPickerConnector
A class that defines default implementation for a color picker connector.
|
class |
ColorPickerGradientConnector
A class that defines the default implementation for a color picker gradient
connector.
|
class |
ColorPickerGridConnector
A class that defines the default implementation for a color picker grid
connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxConnector
A connector class for the ComboBox component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConnector
Connector for the Composite component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CssLayoutConnector
Connects the server side widget
CssLayout with the client side
counterpart VCssLayout. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomComponentConnector
A connector class for the CustomComponent component base.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFieldConnector
A connector class for the CustomField component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomLayoutConnector
A connector class for CustomLayout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateFieldConnector<R extends Enum<R>>
Base class for various DateField connectors.
|
class |
AbstractInlineDateFieldConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>
Base class for inline data field connector.
|
class |
AbstractTextualDateConnector<R extends Enum<R>>
Abstract base class for date fields with textual date representation.
|
class |
DateFieldConnector
A connector class for the abstract AbstractLocalDateField component.
|
class |
DateTimeFieldConnector
The client-side connector for AbstractLocalDateTimeField.
|
class |
InlineDateFieldConnector
The client-side connector for InlineDateField.
|
class |
InlineDateTimeFieldConnector
The client-side connector for InlineDateTimeField.
|
class |
PopupDateFieldConnector
The client-side connector for DateField.
|
class |
PopupDateTimeFieldConnector
The client-side connector for DateTimeField.
|
class |
TextualDateConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>
Abstract date/time field connector which extend
AbstractTextualDateConnector functionality with widget that shows
date/time chooser as a popup panel. |
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapperConnector
Deprecated.
Replaced in 8.1 with
DragSourceExtensionConnector and
DropTargetExtensionConnector. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedConnector
A connector class for the Embedded component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlashConnector
Deprecated.
No modern browsers support Flash content anymore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormLayoutConnector
A connector class for FormLayout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector
A connector class for the GridLayout component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageConnector
A connector class for the Image component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelConnector
A connector class for the Label component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MayScrollChildren
An interface that indicates that the associated component or layout can have
scrollbars if the child contents won't fit otherwise.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkConnector
A connector class for the Link component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListSelectConnector
Client side connector for
ListSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginFormConnector
A connector class for the LoginForm component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBarConnector
A connector class for the MenuBar component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeButtonConnector
A connector class for the NativeButton component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeSelectConnector
The client-side connector for the
NativeSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationConnector
The client-side connector for the
Notification. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NotificationConnector.extend(ServerConnector target) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxGroupConnector
CheckBoxGroup client side connector.
|
class |
RadioButtonGroupConnector
CheckBoxGroup client side connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderedLayoutConnector
Base class for vertical and horizontal ordered layouts.
|
class |
HorizontalLayoutConnector
Connects the client widget
VHorizontalLayout with the Vaadin server
side counterpart HorizontalLayout. |
class |
VerticalLayoutConnector
Connects the client widget
VVerticalLayout with the Vaadin server
side counterpart VerticalLayout. |
| Modifier and Type | Class and Description |
|---|---|
class |
PanelConnector
A connector class for the Panel component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordFieldConnector
A connector class for the PasswordField component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PopupViewConnector
A connector class for the PopupView component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressBarConnector
Connector for
VProgressBar. |
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextAreaConnector
Connector for RichTextArea.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderConnector
A connector class for the Slider component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSplitPanelConnector
An abstract connector class for the SplitPanel components.
|
class |
HorizontalSplitPanelConnector
A connector class for the HorizontalSplitPanel component.
|
class |
VerticalSplitPanelConnector
A connector class for the VerticalSplitPanel component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TabsheetBaseConnector
An abstract connector class for components that share features with a
TabSheet.
|
class |
TabsheetConnector
A connector class for the TabSheet component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextAreaConnector
A connector class for the TextArea component.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueChangeHandler.Owner
Must be implemented by any user of a ValueChangeHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextFieldConnector
Connector class for AbstractTextField.
|
class |
TextFieldConnector
Connector class for TextField.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeGridConnector
A connector class for the TreeGrid component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwinColSelectConnector
Client side connector for
TwinColSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
UIConnector
A connector class for the UI component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIConnector.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.
|
void |
UIConnector.showServerDesign(ServerConnector connector)
Sends a request to the server to print a design to the console for the
given component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UploadConnector
A connector class for the Upload component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VideoConnector
A connector class for the Video component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector
A connector class for the Window component.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.