| 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 |
class |
AbstractLayoutConnector |
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 |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFieldConnector |
| 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 |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginFormConnector |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PopupViewConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSplitPanelConnector |
class |
HorizontalSplitPanelConnector |
class |
VerticalSplitPanelConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
TabsheetBaseConnector |
class |
TabsheetConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
UIConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector |
Copyright © 2018 Vaadin Ltd. All rights reserved.