| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler> |
ConnectorHierarchyChangeEvent.TYPE
Type of this event, used by the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler> |
ConnectorHierarchyChangeEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
HasComponentsConnector.addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler)
Adds a handler that is called whenever the child hierarchy of this
connector has been updated by the server.
|
void |
ConnectorHierarchyChangeEvent.dispatch(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
GridConnector.addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
AbstractHasComponentsConnector.addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler) |
| 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 |
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 | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
CustomFieldConnector.addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomLayoutConnector
A connector class for CustomLayout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapperConnector
Deprecated.
Replaced in 8.1 with
DragSourceExtensionConnector and
DropTargetExtensionConnector. |
| 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 |
LoginFormConnector
A connector class for the LoginForm component.
|
| 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 |
PopupViewConnector
A connector class for the PopupView 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 |
UIConnector
A connector class for the UI component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector
A connector class for the Window component.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.