| Modifier and Type | Class and Description |
|---|---|
class |
JavaScriptExtension |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
ServerConnector.addStateChangeHandler(StateChangeEvent.StateChangeHandler handler)
Adds a handler that is called whenever any part of the state has been
updated by the server.
|
com.google.gwt.event.shared.HandlerRegistration |
ServerConnector.addStateChangeHandler(String propertyName,
StateChangeEvent.StateChangeHandler handler)
Adds a handler that is called whenever the given part of the state has
been updated by the server.
|
void |
ServerConnector.removeStateChangeHandler(StateChangeEvent.StateChangeHandler handler)
Removes a handler that is called whenever any part of the state has been
updated by the server.
|
void |
ServerConnector.removeStateChangeHandler(String propertyName,
StateChangeEvent.StateChangeHandler handler)
Removes a handler that is called whenever any part of the state has been
updated by the server.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeHandler> |
StateChangeEvent.TYPE
Type of this event, used by the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeHandler> |
StateChangeEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateChangeEvent.dispatch(StateChangeEvent.StateChangeHandler listener) |
| 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 | Class and Description |
|---|---|
class |
DataCommunicatorConnector
A connector for DataCommunicator class.
|
class |
HierarchicalDataCommunicatorConnector
A connector for HierarchicalDataCommunicator class.
|
| 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 | Class and Description |
|---|---|
class |
TreeMultiSelectionModelConnector
Connector for the server side multiselection model of the tree component.
|
| 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 | Class and Description |
|---|---|
class |
JavaScriptManagerConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentConnector |
class |
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector.
|
class |
AbstractConnector
An abstract implementation of Connector.
|
class |
AbstractFieldConnector |
class |
AbstractHasComponentsConnector |
class |
AbstractLayoutConnector |
class |
AbstractSingleComponentContainerConnector
Client side connector for subclasses of AbstractSingleComponentConnector.
|
class |
ConnectorFocusAndBlurHandler
A handler for focus and blur events which uses
FieldRpc.FocusAndBlurServerRpc
to transmit received events to the server. |
class |
JavaScriptComponentConnector |
class |
LegacyConnector
Deprecated.
This class is only intended to ease migration and should not be
used for new projects.
|
class |
MediaBaseConnector |
class |
UnknownComponentConnector |
class |
UnknownExtensionConnector
Connector used as a placeholder for extensions that are not present in the
widgetset.
|
class |
VPopupView.CustomPopup
This class is only public to enable overriding showPopup, and is
currently not intended to be extended or otherwise used directly.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
AbstractConnector.addStateChangeHandler(StateChangeEvent.StateChangeHandler handler) |
com.google.gwt.event.shared.HandlerRegistration |
AbstractConnector.addStateChangeHandler(String propertyName,
StateChangeEvent.StateChangeHandler handler) |
void |
AbstractConnector.removeStateChangeHandler(StateChangeEvent.StateChangeHandler handler) |
void |
AbstractConnector.removeStateChangeHandler(String propertyName,
StateChangeEvent.StateChangeHandler 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 |
AudioConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserFrameConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonConnector |
| 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 |
| 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 | Class and Description |
|---|---|
class |
CustomLayoutConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateFieldConnector<R extends Enum<R>> |
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 |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
FlashConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
FormLayoutConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
ListSelectConnector
Client side connector for
ListSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginFormConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBarConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeButtonConnector |
| 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 | 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordFieldConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
PopupViewConnector |
| 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 |
| 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 |
TextAreaConnector |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
UploadConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
VideoConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector |
Copyright © 2018 Vaadin Ltd. All rights reserved.