All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbsoluteLayoutConnector |
|
| AbstractClickEventHandler |
|
| AbstractColorPickerConnector |
An abstract class that defines default implementation for a color picker
connector.
|
| AbstractComponentConnector |
Base class for component connectors.
|
| AbstractComponentContainerConnector |
Client side connector for subclasses of AbstractComponentConnector.
|
| AbstractConnector |
An abstract implementation of Connector.
|
| AbstractDateFieldConnector<R extends Enum<R>> |
Base class for various DateField connectors.
|
| AbstractEventTriggerExtensionConnector |
An abstract extension connector with trigger support.
|
| AbstractExtensionConnector |
An abstract implementation for extension connectors.
|
| AbstractFieldConnector |
Base class for field connectors.
|
| 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.
|
| AbstractGridKeyEventHandler |
|
| AbstractGridKeyEventHandler.GridKeyDownHandler |
Handler for Grid key down events.
|
| AbstractGridKeyEventHandler.GridKeyPressHandler |
Handler for Grid key press events.
|
| AbstractGridKeyEventHandler.GridKeyUpHandler |
Handler for Grid key up events.
|
| AbstractGridMouseEventHandler |
|
| AbstractGridMouseEventHandler.GridClickHandler |
Handler for Grid click events.
|
| AbstractGridMouseEventHandler.GridDoubleClickHandler |
Handler for Grid double-click events.
|
| AbstractGridRendererConnector<T> |
An abstract base class for renderer connectors.
|
| AbstractHasComponentsConnector |
Base class for component connectors whose widget is a component container.
|
| AbstractInlineDateFieldConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>> |
Base class for inline data field connector.
|
| AbstractLayoutConnector |
Base class for layout connectors.
|
| AbstractListingConnector |
|
| AbstractMultiSelectConnector |
A base connector class for multiselects.
|
| AbstractMultiSelectConnector.MultiSelectWidget |
Abstraction layer to help populate different multiselect widgets based on
same JSON data.
|
| AbstractOrderedLayoutConnector |
Base class for vertical and horizontal ordered layouts.
|
| AbstractRemoteDataSource<T> |
Base implementation for data sources that fetch data from a remote system.
|
| AbstractRemoteDataSource.RequestRowsCallback<T> |
|
| AbstractRendererConnector<T> |
An abstract base class for renderer connectors.
|
| AbstractSelectionModelConnector |
Abstract base class for grid's selection models.
|
| AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> |
|
| AbstractSingleComponentContainerConnector |
Client side connector for subclasses of AbstractSingleComponentConnector.
|
| AbstractSingleSelectConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers> |
An abstract class for single selection connectors.
|
| AbstractSplitPanelConnector |
An abstract connector class for the SplitPanel components.
|
| AbstractTextFieldConnector |
Connector class for AbstractTextField.
|
| AbstractTextFieldWidget |
|
| AbstractTextualDateConnector<R extends Enum<R>> |
Abstract base class for date fields with textual date representation.
|
| AccordionConnector |
A connector class for the Accordion component.
|
| Action |
|
| ActionOwner |
|
| AnalyzeLayoutsPanel |
Analyze layouts view panel of the debug window.
|
| AnimationUtil |
Utility methods for working with CSS transitions and animations.
|
| AnimationUtil.AnimationEndListener |
For internal use only.
|
| ApplicationConfiguration |
|
| ApplicationConfiguration.ErrorMessage |
Wraps a native javascript object containing fields for an error message.
|
| ApplicationConnection |
This is the client side communication "engine", managing client-server
communication with its server side counterpart
com.vaadin.server.VaadinService.
|
| ApplicationConnection.ApplicationConnectionEvent |
|
| ApplicationConnection.ApplicationState |
|
| ApplicationConnection.ApplicationStoppedEvent |
Event triggered when a application is stopped by calling
{@link ApplicationConnection#setApplicationRunning(false)}.
|
| ApplicationConnection.ApplicationStoppedHandler |
A listener for listening to application stopped events.
|
| ApplicationConnection.CommunicationErrorHandler |
Allows custom handling of communication errors.
|
| ApplicationConnection.CommunicationHandler |
The communication handler methods are called at certain points during
communication with the server.
|
| ApplicationConnection.MultiStepDuration |
|
| ApplicationConnection.RequestStartingEvent |
|
| ApplicationConnection.ResponseHandlingEndedEvent |
|
| ApplicationConnection.ResponseHandlingStartedEvent |
|
| AriaHelper |
Helper class that helps to implement the WAI-ARIA functionality.
|
| AsyncBundleLoader |
|
| AsyncBundleLoader.State |
|
| AtmospherePushConnection |
The default PushConnection implementation that uses Atmosphere for
handling the communication channel.
|
| AtmospherePushConnection.AbstractJSO |
|
| AtmospherePushConnection.AtmosphereConfiguration |
|
| AtmospherePushConnection.AtmosphereResponse |
|
| AtmospherePushConnection.FragmentedMessage |
Represents a message that should be sent as multiple fragments.
|
| AtmospherePushConnection.State |
|
| AudioConnector |
A connector class for the Audio component.
|
| AutoScroller |
A class for handling automatic scrolling vertically / horizontally in the
Grid when the cursor is close enough the edge of the body of the grid,
depending on the scroll direction chosen.
|
| AutoScroller.AutoScrollerCallback |
Callback that notifies when the cursor is on top of a new row or column
because of the automatic scrolling.
|
| AutoScroller.ScrollAxis |
Scroll direction for automatic scrolling.
|
| BodyClickHandler |
|
| BodyDoubleClickHandler |
|
| BodyKeyDownHandler |
Handler for GridKeyDownEvents that happen when the focused cell is in
the body of the Grid.
|
| BodyKeyPressHandler |
Handler for GridKeyPressEvents that happen when the focused cell is
in the body of the Grid.
|
| BodyKeyUpHandler |
Handler for GridKeyUpEvents that happen when the focused cell is in
the body of the Grid.
|
| BrowserFrameConnector |
A connector class for the BrowserFrame component.
|
| BrowserInfo |
Class used to query information about web browser.
|
| BrowserWindowOpenerConnector |
|
| BundleLoadCallback |
|
| ButtonConnector |
A connector class for the Button component.
|
| ButtonRenderer |
A Renderer that displays buttons with textual captions.
|
| ButtonRendererConnector |
|
| CacheStrategy |
|
| CacheStrategy.AbstractBasicSymmetricalCacheStrategy |
A helper class for creating a simple symmetric cache strategy that uses
the same logic for both rows before and after the currently cached range.
|
| CacheStrategy.DefaultCacheStrategy |
The default cache strategy used by AbstractRemoteDataSource,
using multiples of the page size for determining the minimum and maximum
number of items to keep in the cache.
|
| CalendarEntry |
|
| CaptionPosition |
Defines where the caption should be placed.
|
| Cell |
Describes a cell
|
| CellReference<T> |
A data class which contains information which identifies a cell in a
Grid.
|
| CellStyleGenerator<T> |
Callback interface for generating custom style names for cells.
|
| CheckBoxConnector |
The client-side connector for the CheckBoxGroup component.
|
| CheckBoxGroupConnector |
CheckBoxGroup client side connector.
|
| ChildFocusAwareFlowPanel |
Focusable flow panel which fires focus/blur events if it or any of its child
is focused/blurred, but doesn't fire events if it happens between its content
(child) elements.
|
| ClickableRenderer<T,W extends com.google.gwt.user.client.ui.Widget> |
An abstract superclass for renderers that render clickable widgets.
|
| ClickableRenderer.RendererClickEvent<R> |
An event fired when a widget rendered by a ClickableWidgetRenderer
subclass is clicked.
|
| ClickableRenderer.RendererClickHandler<R> |
|
| ClickableRendererConnector<T> |
|
| ClickEventHandler |
|
| ClickSelectHandler<T> |
Generic class to perform selections when clicking on cells in body of Grid.
|
| ColorPickerAreaConnector |
A class that defines an implementation for a color picker connector.
|
| ColorPickerConnector |
A class that defines default implementation for a color picker connector.
|
| ColorPickerGradientConnector |
A class that defines the default implementation for a color picker gradient
connector.
|
| ColorPickerGridConnector |
A class that defines the default implementation for a color picker grid
connector.
|
| ColumnConfiguration |
A representation of the columns in an instance of Escalator.
|
| ColumnConnector |
A connector class for columns of the Grid component.
|
| ColumnConnector.CustomColumn |
Class for representing a custom column.
|
| ColumnReorderEvent<T> |
An event for notifying that the columns in the Grid have been reordered.
|
| ColumnReorderHandler<T> |
Handler for a Grid column reorder event, called when the Grid's columns has
been reordered.
|
| ColumnResizeEvent<T> |
An event for notifying that the columns in the Grid have been resized.
|
| ColumnResizeHandler<T> |
Handler for a Grid column resize event, called when the Grid's columns has
been resized.
|
| ColumnVisibilityChangeEvent<T> |
An event for notifying that the columns in the Grid's have changed
visibility.
|
| ColumnVisibilityChangeHandler<T> |
Handler for a Grid column visibility change event, called when the Grid's
columns have changed visibility to hidden or visible.
|
| ComboBoxConnector |
A connector class for the ComboBox component.
|
| ComplexRenderer<T> |
Base class for renderers that needs initialization and destruction logic
(override #init(FlyweightCell) and #destroy(FlyweightCell)
and event handling (see #onBrowserEvent(Cell, NativeEvent),
ComplexRenderer.getConsumedEvents() and #onActivate().
|
| 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.
|
| ComponentConnectorLayoutSlot |
A slot class implementation for ManagedLayout cells.
|
| ComponentLocator |
ComponentLocator provides methods for generating a String locator for a given
DOM element and for locating a DOM element using a String locator.
|
| ComponentRendererConnector |
|
| CompositeConnector |
Connector for the Composite component.
|
| ComputedStyle |
|
| ConnectionStateHandler |
Interface for handling problems and other events which occur during
communication with the server.
|
| ConnectorBundleLoader |
|
| ConnectorBundleLoader.CValUiInfo |
|
| ConnectorFocusAndBlurHandler |
|
| ConnectorHierarchyChangeEvent |
Event for containing data related to a change in the ServerConnector
hierarchy.
|
| ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler |
Handles connector hierarchy events.
|
| ConnectorInfoPanel |
Connector information view panel of the debug window.
|
| ConnectorMap |
|
| ContainerResizedListener |
Deprecated.
|
| CssLayoutConnector |
|
| CSSRule |
Utility class for fetching CSS properties from DOM StyleSheets JS object.
|
| CustomComponentConnector |
A connector class for the CustomComponent component base.
|
| CustomFieldConnector |
A connector class for the CustomField component.
|
| CustomLayoutConnector |
A connector class for CustomLayout.
|
| DataAvailableEvent |
Event object describing a change of row availability in DataSource of a Grid.
|
| DataAvailableHandler |
|
| DataChangeHandler |
Callback interface used by DataSource to inform its user about
updates to the data.
|
| DataCommunicatorConnector |
A connector for DataCommunicator class.
|
| DataSource<T> |
Source of data for widgets showing lazily loaded data based on indexable
items (e.g. rows) of a specified type.
|
| DataSource.RowHandle<T> |
A handle that contains information on whether a row should be
pinned or unpinned, and also always the
most recent representation for that particular row.
|
| Date_Serializer |
Client side serializer/deserializer for java.util.Date.
|
| DateFieldConnector |
A connector class for the abstract AbstractLocalDateField component.
|
| DateRenderer |
A renderer for rendering dates into cells.
|
| DateRendererConnector |
|
| DateTimeFieldConnector |
The client-side connector for AbstractLocalDateTimeField.
|
| DateTimeService |
This class provides date/time parsing services to all components on the
client side.
|
| DDEventHandleStrategy |
Deprecated.
|
| DDUtil |
Utility class for drag and drop handling.
|
| DebugButton |
Simple extension of Button that is preconfigured with for use in
VDebugWindow.
|
| DebugWindowStyles |
|
| DefaultConnectionStateHandler |
Default implementation of the connection state handler.
|
| DefaultConnectionStateHandler.Type |
|
| DefaultEditorEventHandler<T> |
The default handler for Grid editor events.
|
| DefaultEditorEventHandler.CursorMoveDelta |
Specifies the direction at which the focus should move.
|
| DefaultReconnectDialog |
The default implementation of the reconnect dialog.
|
| DeferredWorker |
Give widgets and connectors the possibility to indicate to the framework that
there is work scheduled to be executed in the near future and that the
framework should wait for this work to complete before assuming the UI has
reached a steady state.
|
| DependencyLoader |
Handles loading of dependencies (style sheets and scripts) in the
application.
|
| DetailsGenerator |
A callback interface for generating details for a particular row in Grid.
|
| DetailsManagerConnector |
|
| DiffJSONSerializer<T> |
|
| DirectionalManagedLayout |
|
| DragAndDropHandler |
A simple event handler for elements that can be drag and dropped.
|
| DragAndDropHandler.DragAndDropCallback |
Callback interface for drag and drop.
|
| DragAndDropWrapperConnector |
Deprecated.
|
| DragHandle |
Drag handle implementation.
|
| DragHandle.DragHandleCallback |
Callback interface for the DragHandle event life cycle.
|
| DragImageModifier |
Deprecated.
|
| DragSourceExtensionConnector |
Extension to add drag source functionality to a widget for using HTML5 drag
and drop.
|
| DropTargetExtensionConnector |
Extension to add drop target functionality to a widget for using HTML5 drag
and drop.
|
| EditorConnector |
Connector for Grid Editor.
|
| EditorHandler<T> |
An interface for binding widgets and data to the grid row editor.
|
| EditorHandler.EditorRequest<T> |
A request class passed as a parameter to the editor handler methods.
|
| ElementResizeEvent |
Event for an element resize.
|
| ElementResizeListener |
Event listener for element resize events.
|
| EmbeddedConnector |
A connector class for the Embedded component.
|
| ErrorNotificationHandler |
Log message handler that shows big red notification for Level.SEVERE
messages that have a throwable.
|
| Escalator |
A low-level table-like widget that features a scrolling virtual viewport and
lazily generated rows.
|
| Escalator.AriaGridRole |
Holds the currently used aria roles within the grid for rows and cells.
|
| Escalator.SubPartArguments |
Utility class for parsing and storing SubPart request string attributes
for Grid and Escalator.
|
| EscalatorSizeChangeHandler |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| EscalatorSizeChangeHandler.EscalatorSizeChangeEvent |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| EscalatorUpdater |
An interface that allows client code to define how a certain row in Escalator
will be displayed.
|
| EventCellReference<T> |
A data class which contains information which identifies a cell being the
target of an event from Grid.
|
| EventHelper |
Helper class for attaching/detaching handlers for Vaadin client side
components, based on identifiers in UIDL.
|
| EventTrigger |
Provides support for triggering an event from a given parts of a component or
using various events.
|
| FastStringMap<T> |
|
| FastStringSet |
|
| Field |
This interface indicates that the component is a Field (serverside), and
wants (for instance) to automatically get the v-modified classname.
|
| FileDownloaderConnector |
|
| FileDropTargetConnector |
Extension to add file drop target functionality to a widget.
|
| FlyweightCell |
|
| FlyweightRow |
An internal implementation of the Row interface.
|
| Focusable |
GWT's HasFocus is way too overkill for just receiving focus in simple
components.
|
| FocusableFlexTable |
Adds keyboard focus to FlexPanel.
|
| FocusableFlowPanel |
|
| FocusableFlowPanelComposite |
Focusable composite whose widget is ChildFocusAwareFlowPanel (flow
panel that tracks focus/blur events from its children).
|
| FocusableScrollPanel |
A scrollhandlers similar to ScrollPanel.
|
| FocusElementPanel |
A panel that contains an always visible 0x0 size element that holds the
focus.
|
| FocusUtil |
A helper class used to make it easier for Widgets to implement
Focusable.
|
| FontIcon |
A font-based icon implementation.
|
| FooterClickHandler |
|
| FooterDoubleClickHandler |
|
| FooterKeyDownHandler |
Handler for GridKeyDownEvents that happen when the focused cell is in
the footer of the Grid.
|
| FooterKeyPressHandler |
Handler for GridKeyPressEvents that happen when the focused cell is
in the footer of the Grid.
|
| FooterKeyUpHandler |
Handler for GridKeyUpEvents that happen when the focused cell is in
the footer of the Grid.
|
| FormLayoutConnector |
A connector class for FormLayout.
|
| Grid<T> |
A data grid view that supports columns and lazy loading of data rows from a
data source.
|
| Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler> |
Event class for key events that happen within the grid.
|
| Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler> |
Event class for mouse events that happen within the grid.
|
| Grid.Column<C,T> |
Base class for grid columns internally used by the Grid.
|
| Grid.Editor<T> |
An editor UI for Grid rows.
|
| Grid.Editor.EventHandler<T> |
A handler for events related to the Grid editor.
|
| Grid.Editor.State |
The internal state options for the editor.
|
| Grid.EditorDomEvent<T> |
A wrapper for native DOM events related to the Grid editor
.
|
| Grid.Footer |
Represents the footer section of a Grid.
|
| Grid.FooterCell |
A single cell in a grid Footer row.
|
| Grid.FooterRow |
A single row in a grid Footer section.
|
| Grid.GridEvent<T> |
A wrapper for native DOM events originating from Grid.
|
| Grid.Header |
Represents the header section of a Grid.
|
| Grid.HeaderCell |
A single cell in a grid header row.
|
| Grid.HeaderRow |
A single row in a grid header section.
|
| Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> |
Abstract base class for Grid header and footer sections.
|
| Grid.StaticSection.StaticCell |
A header or footer cell.
|
| Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell> |
Abstract base class for Grid header and footer rows.
|
| GridClickEvent |
Represents native mouse click event in Grid.
|
| GridConnector |
A connector class for the typed Grid component.
|
| GridDoubleClickEvent |
Represents native mouse double click event in Grid.
|
| GridDragSourceConnector |
Adds HTML5 drag and drop functionality to a
Grid's rows.
|
| GridDropTargetConnector |
Makes Grid an HTML5 drop target.
|
| GridEnabledEvent |
An enabled/disabled event, fired by the Grid when it is disabled or enabled.
|
| GridEnabledHandler |
Handler for a Grid enabled/disabled event, called when the Grid is enabled or
disabled.
|
| GridEventHandler<T> |
A handler for events emitted by elements in Grid.
|
| GridKeyDownEvent |
Represents native key down event in Grid.
|
| GridKeyPressEvent |
Represents native key press event in Grid.
|
| GridKeyUpEvent |
Represents native key up event in Grid.
|
| GridLayoutConnector |
A connector class for the GridLayout component.
|
| GridSelectionAllowedEvent |
A selection allowed event, fired by the Grid when its selection allowed value
changes.
|
| GridSelectionAllowedHandler |
|
| HandlesAriaCaption |
Some Widgets need to handle the caption handling for WAI-ARIA themselfs, as
for example the required ids need to be set in a specific way.
|
| HandlesAriaInvalid |
Some Widgets need to handle the required handling for WAI-ARIA themselfs, as
this attribute needs to be set to the input element itself.
|
| HandlesAriaRequired |
Some Widgets need to handle the required handling for WAI-ARIA themselfs, as
this attribute needs to be set to the input element itself.
|
| HasChildMeasurementHintConnector |
Connector with layout measuring hint.
|
| HasChildMeasurementHintConnector.ChildMeasurementHint |
Specifies how you would like child components measurements to be handled.
|
| HasComponentsConnector |
An interface used by client-side connectors whose widget is a component
container (implements HasWidgets).
|
| HasDataSource |
A marker interface for connectors that have a data source.
|
| HasErrorIndicator |
Implemented by connectors supporting an error indicator.
|
| HasErrorIndicatorElement |
Implemented by widgets supporting an error indicator.
|
| HasJavaScriptConnectorHelper |
|
| HasRequiredIndicator |
Implemented by connectors supporting a required flag.
|
| HasSelectionHandlers<T> |
Marker interface for widgets that fires selection events.
|
| HasWidget |
An interface used by client-side connectors which have widgets.
|
| HeaderClickHandler |
|
| HeaderDoubleClickHandler |
|
| HeaderKeyDownHandler |
Handler for GridKeyDownEvents that happen when the focused cell is in
the header of the Grid.
|
| HeaderKeyPressHandler |
Handler for GridKeyPressEvents that happen when the focused cell is
in the header of the Grid.
|
| HeaderKeyUpHandler |
Handler for GridKeyUpEvents that happen when the focused cell is in
the header of the Grid.
|
| Heartbeat |
Handles sending of heartbeats to the server and reacting to the response.
|
| HeightAwareDetailsGenerator |
Deprecated. |
| HierarchicalDataChangeHandler |
FOR INTERNAL USE ONLY.
|
| HierarchicalDataCommunicatorConnector |
A connector for HierarchicalDataCommunicator class.
|
| HierarchyPanel |
Hierarchy view panel of the debug window.
|
| HierarchyRenderer |
A renderer for displaying hierarchical columns in TreeGrid.
|
| HierarchySection |
Provides functionality for examining the UI component hierarchy.
|
| HierarchySection.FindHandler |
|
| Highlight |
Highlights a widget in the UI by overlaying a semi-transparent colored div.
|
| HorizontalLayoutConnector |
|
| HorizontalSplitPanelConnector |
A connector class for the HorizontalSplitPanel component.
|
| HtmlRenderer |
Renders a string as HTML into a cell.
|
| Icon |
|
| Icon |
An abstract representation of an icon.
|
| ImageConnector |
A connector class for the Image component.
|
| ImageIcon |
A image based implementation of Icon.
|
| ImageRenderer |
A renderer that renders an image into a cell.
|
| ImageRendererConnector |
|
| InfoSection |
Information section of the debug window.
|
| InlineDateFieldConnector |
The client-side connector for InlineDateField.
|
| InlineDateTimeFieldConnector |
The client-side connector for InlineDateTimeField.
|
| InputEvent |
Represents a native InputEvent.
|
| InputHandler |
|
| InvokationHandler |
|
| Invoker |
|
| JavaScriptComponentConnector |
A connector class for JavaScript components.
|
| JavaScriptConnectorHelper |
|
| JavaScriptExtension |
|
| JavaScriptManagerConnector |
|
| JavaScriptMethodInvocation |
|
| JavaScriptRendererConnector |
Connector for server-side renderer implemented using JavaScript.
|
| JavaScriptWidget |
|
| JsArrayObject<T> |
|
| JsniInvoker |
Special Invoker that uses JSNI to invoke methods with limited
visibility.
|
| JsonDecoder |
Client side decoder for decodeing shared state and other values from JSON
received from the server.
|
| JsonEncoder |
Encoder for converting RPC parameters and other values to JSON for transfer
between the client and the server.
|
| JSONSerializer<T> |
Implementors of this interface knows how to serialize an Object of a given
type to JSON and how to deserialize the JSON back into an object.
|
| LabelConnector |
A connector class for the Label component.
|
| LayoutClickEventHandler |
|
| LayoutDependencyTree |
Internal class used to keep track of layout dependencies during one layout
run.
|
| LayoutManager |
|
| LegacyConnector |
Deprecated.
|
| LegacyLocatorStrategy |
The LegacyLocatorStrategy class handles the legacy locator syntax that was
introduced in version 5.4 of the framework.
|
| LinkConnector |
A connector class for the Link component.
|
| ListDataSource<T> |
A simple list based on an in-memory data source for simply adding a list of
row pojos to the grid.
|
| ListSelectConnector |
|
| ListSorter<T> |
Provides sorting facility from Grid for the ListDataSource in-memory
data source.
|
| LocalDateRendererConnector |
A connector for LocalDateRenderer.
|
| LocalDateTimeRendererConnector |
A connector for LocalDateTimeRenderer.
|
| LocaleNotLoadedException |
|
| LocaleService |
Date / time etc. localization service for all widgets.
|
| LocatorStrategy |
This interface should be implemented by all locator strategies.
|
| LocatorUtil |
Common String manipulator utilities used in VaadinFinderLocatorStrategy and
SelectorPredicates.
|
| LoginFormConnector |
A connector class for the LoginForm component.
|
| LogSection |
Displays the log messages.
|
| ManagedLayout |
|
| Margins |
A class for storing margin data.
|
| MayScrollChildren |
An interface that indicates that the associated component or layout can have
scrollbars if the child contents won't fit otherwise.
|
| MeasuredSize |
|
| MeasuredSize.MeasureResult |
|
| MediaBaseConnector |
Base class for media component connectors.
|
| MenuBar |
Deprecated. |
| MenuBarConnector |
A connector class for the MenuBar component.
|
| MenuItem |
Deprecated. |
| MessageHandler |
A MessageHandler is responsible for handling all incoming messages (JSON)
from the server (state changes, RPCs and other updates) and ensuring that the
connectors are updated accordingly.
|
| MessageSender |
MessageSender is responsible for sending messages to the server.
|
| Method |
|
| MouseEventDetailsBuilder |
Helper class for constructing a MouseEventDetails object from a
NativeEvent.
|
| MultiSelectionModelConnector |
Connector for server side multiselection model implementation.
|
| MultiSelectionRenderer<T> |
Renderer showing multi selection check boxes.
|
| NativeButtonConnector |
A connector class for the NativeButton component.
|
| NativeSelectConnector |
The client-side connector for the NativeSelect component.
|
| NetworkSection |
Displays network activity; requests and responses.
|
| NoDataException |
|
| NoSelectionModelConnector |
Connector for grids selection model that doesn't allow selecting anything.
|
| NotificationConnector |
The client-side connector for the Notification.
|
| NumberRenderer |
Renders a number into a cell using a specific NumberFormat.
|
| NumberRendererConnector |
|
| OnStateChange |
Marks a method in Connector classes that should be used to handle changes to
specific properties in the connector's shared state.
|
| OnStateChangeMethod |
Encapsulates the data that the widgetset compiler generates for supporting a
connector method annotated with OnStateChange.
|
| OptimizedWidgetsetPanel |
Optimized widgetset view panel of the debug window.
|
| Overlay |
Overlay widget extending the PopupPanel.
|
| Overlay.PositionAndSize |
Data object for storing position and size information.
|
| Paintable |
Deprecated. |
| PanelConnector |
A connector class for the Panel component.
|
| PasswordFieldConnector |
A connector class for the PasswordField component.
|
| PointerCancelEvent |
Represents a native PointerCancelEvent.
|
| PointerCancelHandler |
|
| PointerDownEvent |
Represents a native PointerDownEvent.
|
| PointerDownHandler |
|
| PointerEvent<H extends com.google.gwt.event.shared.EventHandler> |
Abstract class representing Pointer events.
|
| PointerEventSupport |
Main class for pointer event support.
|
| PointerEventSupportImpl |
Main pointer event support implementation class.
|
| PointerEventSupportImplModernIE |
Pointer event support class for IE 11+ (unprefixed pointer events).
|
| PointerMoveEvent |
Represents a native PointerMoveEvent event.
|
| PointerMoveHandler |
|
| PointerUpEvent |
Represents a native PointerUpEvent.
|
| PointerUpHandler |
|
| PopupDateFieldConnector |
The client-side connector for DateField.
|
| PopupDateTimeFieldConnector |
The client-side connector for DateTimeField.
|
| PopupViewConnector |
A connector class for the PopupView component.
|
| PositionFunction |
A functional interface that can be used for positioning elements in the DOM.
|
| PositionFunction.Translate3DPosition |
A position function using "transform: translate3d(x,y,z)" to position
elements in the DOM.
|
| PositionFunction.TranslatePosition |
A position function using "transform: translate(x,y)" to position
elements in the DOM.
|
| PositionFunction.WebkitTranslate3DPosition |
A position function using "-webkit-transform: translate3d(x,y,z)" to
position elements in the DOM.
|
| PostLayoutListener |
Interface implemented by ComponentConnector implementations that want
to know whenever a layout phase has ended.
|
| Profiler |
Lightweight profiling tool that can be used to collect profiling data with
zero overhead unless enabled.
|
| Profiler.EnabledProfiler |
Class to include using deferred binding to enable the profiling.
|
| Profiler.Node |
A hierarchical representation of the time spent running a named block of
code.
|
| Profiler.ProfilerResultConsumer |
Interface for getting data from the Profiler.
|
| ProfilerSection |
Debug window section for investigating Profiler data.
|
| ProgressBarConnector |
|
| ProgressBarRenderer |
A Renderer that represents a double value as a graphical progress bar.
|
| ProgressBarRendererConnector |
|
| Property |
|
| ProxyHandler |
|
| PushConnection |
Represents the client-side endpoint of a bidirectional ("push") communication
channel.
|
| RadioButtonGroupConnector |
CheckBoxGroup client side connector.
|
| ReconnectDialog |
Interface which must be implemented by the reconnect dialog.
|
| Renderer<T> |
Renderer for rending a value <T> into cell.
|
| RendererCellReference |
A data class which contains information which identifies a cell being
rendered in a Grid.
|
| RenderInformation |
Contains size information about a rendered container and its content area.
|
| RenderInformation.FloatSize |
|
| RenderInformation.Size |
|
| RenderSpace |
Contains information about render area.
|
| ResourceLoader |
ResourceLoader lets you dynamically include external scripts and styles on
the page and lets you know when the resource has been loaded.
|
| ResourceLoader.ResourceLoadEvent |
Event fired when a resource has been loaded.
|
| ResourceLoader.ResourceLoadListener |
Event listener that gets notified when a resource has been loaded.
|
| ResponsiveConnector |
The client side connector for the Responsive extension.
|
| RichTextAreaConnector |
Connector for RichTextArea.
|
| Row |
|
| RowContainer |
A representation of the rows in each of the sections (header, body and
footer) in an Escalator.
|
| RowContainer.BodyRowContainer |
The row container for the body section in an
Escalator.
|
| RowHeightChangedEvent |
Event fired when the row height changed in the Escalator's header, body or
footer.
|
| RowHeightChangedHandler |
Event handler for a row height changed event.
|
| RowReference<T> |
A data class which contains information which identifies a row in a
Grid.
|
| RowStyleGenerator<T> |
Callback interface for generating custom style names for data rows.
|
| RowVisibilityChangeEvent |
Event fired when the range of visible rows changes e.g. because of scrolling.
|
| RowVisibilityChangeHandler |
Event handler that gets notified when the range of visible rows changes e.g.
|
| RpcManager |
Client side RPC manager that can invoke methods based on RPC calls received
from the server.
|
| RpcProxy |
Class for creating proxy instances for Client to Server RPC.
|
| ScrollbarBundle |
An element-like bundle representing a configurable and visual scrollbar in
one axis.
|
| ScrollbarBundle.Direction |
The orientation of the scrollbar.
|
| ScrollbarBundle.HorizontalScrollbarBundle |
A representation of a single horizontal scrollbar.
|
| ScrollbarBundle.VerticalScrollbarBundle |
A representation of a single vertical scrollbar.
|
| ScrollbarBundle.VisibilityChangeEvent |
Event for scrollbar visibility changes.
|
| ScrollbarBundle.VisibilityHandler |
A means to listen to when the scrollbar handle in a
ScrollbarBundle either appears or is removed.
|
| ScrollEvent |
An event that signifies that a scrollbar bundle has been scrolled.
|
| ScrollHandler |
A handler that gets called whenever a scrollbar bundle is scrolled.
|
| Section |
|
| SelectAllEvent<T> |
A select all event, fired by the Grid when it needs all rows in data source
to be selected, OR when all rows have been selected and are now deselected.
|
| SelectAllHandler<T> |
Handler for a Grid select all event, called when the Grid needs all rows in
data source to be selected.
|
| SelectConnectorListener |
Listener for the selection of a connector in the debug window.
|
| SelectionEvent<T> |
Event object describing a change in Grid row selection state.
|
| SelectionHandler<T> |
|
| SelectionModel<T> |
Models the selection logic of a Grid component.
|
| SelectionModel.NoSelectionModel<T> |
Selection model that does not allow any selection.
|
| SelectionModelWithSelectionColumn |
Interface for SelectionModels that wants Grid to display a selection column.
|
| SelectorPath |
A single segment of a selector path pointing to an Element.
|
| SelectorPredicate |
SelectorPredicates are statements about the state of different components
that VaadinFinderLocatorStrategy is finding.
|
| ServerConnector |
Interface implemented by all client side classes that can be communicate with
the server.
|
| ServerRpcQueue |
Manages the queue of server invocations (RPC) which are waiting to be sent to
the server.
|
| ShortcutActionHandler |
A helper class to implement keyboard shortcut handling.
|
| ShortcutActionHandler.ShortcutActionHandlerOwner |
An interface implemented by those users of this helper class that want to
support special components like VRichTextArea that don't properly
propagate key down events.
|
| SimpleDataChangeHandler |
Helper class for creating a DataChangeHandler for a Widget that does
not support lazy loading.
|
| SimpleFocusablePanel |
Compared to FocusPanel in GWT this panel does not support e.g. accesskeys,
but is simpler by its dom hierarchy nor supports focusing via java api.
|
| SimpleManagedLayout |
|
| SimpleTree |
Deprecated.
|
| SingleSelectionModelConnector |
Client side connector for grid single selection model.
|
| SliderConnector |
A connector class for the Slider component.
|
| Slot |
Represents a slot which contains the actual widget in the layout.
|
| Sort |
Fluid Sort descriptor object.
|
| SortEvent<T> |
A sort event, fired by the Grid when it needs its data source to provide data
sorted in a specific manner.
|
| SortHandler<T> |
Handler for a Grid sort event, called when the Grid needs its data source to
provide data sorted in a specific manner.
|
| SortOrder |
Sort order descriptor.
|
| Spacer |
|
| SpacerIndexChangedEvent |
Event fired when a spacer element is moved to a new index in Escalator.
|
| SpacerIndexChangedHandler |
Event handler for a spacer index changed event.
|
| SpacerUpdater |
An interface that handles the display of content for spacers.
|
| SpacerVisibilityChangedEvent |
Event fired when a spacer element is hidden or shown in Escalator.
|
| SpacerVisibilityChangedHandler |
Event handler for a spacer visibility changed event.
|
| SpaceSelectHandler<T> |
Generic class to perform selections when pressing space key.
|
| StateChangeEvent |
|
| StateChangeEvent.StateChangeHandler |
Event handler that gets notified whenever any part of the state has been
updated by the server.
|
| StyleConstants |
|
| SubPartAware |
Interface implemented by Widgets which can provide identifiers for at
least one element inside the component.
|
| SuperDevMode |
Class that enables SuperDevMode using a ?
|
| SuperDevMode.RecompileResult |
|
| TabsheetBaseConnector |
An abstract connector class for components that share features with a
TabSheet.
|
| TabsheetConnector |
A connector class for the TabSheet component.
|
| TestBenchSection |
Provides functionality for picking selectors for Vaadin TestBench.
|
| TextAreaConnector |
A connector class for the TextArea component.
|
| TextFieldConnector |
Connector class for TextField.
|
| TextRenderer |
Renderer that renders text into a cell.
|
| TextRendererConnector |
|
| 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.
|
| TooltipInfo |
An object that contains information about a tooltip, such as the tooltip's
title, error message, error level and an ID.
|
| TouchScrollDelegate |
Provides one finger touch scrolling for elements with once scrollable
elements inside.
|
| TouchScrollDelegate.TouchScrollHandler |
A helper class for making a widget scrollable.
|
| TranslatedURLReference |
A URLReference implementation which does late URL translation to be able to
re-translate URLs if e.g. the theme changes
|
| TreeAction |
This class is used for "row actions" in VTree and VScrollTable.
|
| TreeGrid |
An extension of the Grid widget, which supports displaying of hierarchical
data.
|
| TreeGridClickEvent |
Represents native mouse click event in TreeGrid.
|
| TreeGridConnector |
A connector class for the TreeGrid component.
|
| TreeGridDoubleClickEvent |
Represents native mouse double click event in TreeGrid.
|
| TreeGridDragSourceConnector |
Adds HTML5 drag and drop functionality to a TreeGrid's rows.
|
| TreeGridDropTargetConnector |
Makes TreeGrid an HTML5 drop target.
|
| TreeMultiSelectionModelConnector |
Connector for the server side multiselection model of the tree component.
|
| TreeRendererConnector |
Connector for TreeRenderer.
|
| TwinColSelectConnector |
|
| Type |
|
| TypeData |
|
| TypeDataStore |
|
| TypeDataStore.MethodAttribute |
|
| UIConnector |
A connector class for the UI component.
|
| UIDL |
When a component is updated, it's client side widget's
updateFromUIDL() will be called with the updated ("changes") UIDL received
from the server.
|
| UIDL.XML |
Deprecated.
|
| UnknownComponentConnector |
A placeholder connector class for when a component's connector cannot be
determined.
|
| UnknownExtensionConnector |
Connector used as a placeholder for extensions that are not present in the
widgetset.
|
| UnsafeHtmlRendererConnector |
|
| UnsafeHtmlRendererConnector.UnsafeHtmlRenderer |
Constructs a renderer for unsafe html content.
|
| UploadConnector |
A connector class for the Upload component.
|
| UploadIFrameOnloadStrategy |
An IFrame onload strategy class for an Upload component.
|
| UploadIFrameOnloadStrategyIE |
IE does not have onload, detect onload via readystatechange.
|
| URLReference_Serializer |
|
| Util |
|
| VaadinFinderLocatorStrategy |
The VaadinFinder locator strategy implements an XPath-like syntax for
locating elements in Vaadin applications.
|
| VAbsoluteLayout |
|
| VAbstractCalendarPanel<R extends Enum<R>> |
Abstract calendar panel to show and select a date using a resolution.
|
| VAbstractCalendarPanel.FocusChangeListener |
FocusChangeListener is notified when the panel changes its
focused value.
|
| VAbstractCalendarPanel.FocusOutListener |
Blur listener that listens to blur event from the panel.
|
| VAbstractCalendarPanel.SubmitListener |
Interface for updating date field value based on the current calendar
panel data or canceling the update.
|
| VAbstractDateFieldCalendar<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>> |
A client side implementation for inline date field.
|
| VAbstractDropHandler |
Deprecated.
|
| VAbstractOrderedLayout |
Base class for ordered layouts.
|
| VAbstractPopupCalendar<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>> |
Represents a date selection component with a text field and a popup date/time
selector.
|
| VAbstractSplitPanel |
Base class for the SplitPanel widgets.
|
| VAbstractSplitPanel.SplitterMoveHandler |
Event handler interface for moving the splitter element.
|
| VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent |
Event class for splitter element move.
|
| VAbstractTextualDate<R extends Enum<R>> |
Abstract textual date field base implementation.
|
| VAcceptAll |
Deprecated.
|
| VAcceptCallback |
Deprecated.
|
| VAcceptCriteria |
Deprecated.
|
| VAcceptCriterion |
Deprecated.
|
| VAcceptCriterionFactory |
Deprecated.
|
| VAccordion |
Widget class for the Accordion component.
|
| ValueChangeHandler |
Helper for dealing with scheduling value change events based on a given mode
and possibly timeout.
|
| ValueChangeHandler.Owner |
Must be implemented by any user of a ValueChangeHandler.
|
| ValueMap |
|
| VAnd |
Deprecated.
|
| VAudio |
|
| VBrowserFrame |
|
| VButton |
|
| VCaption |
|
| VCaptionWrapper |
|
| VCheckBox |
|
| VCheckBoxGroup |
The client-side widget for the CheckBoxGroup component.
|
| VColorPicker |
Client side implementation for ColorPicker.
|
| VColorPickerArea |
Client side implementation for ColorPickerArea.
|
| VColorPickerGradient |
Client side implementation for ColorPickerGradient.
|
| VColorPickerGrid |
Client side implementation for ColorPickerGrid.
|
| VComboBox |
Client side implementation of the ComboBox component.
|
| VConsole |
Deprecated.
|
| VContainsDataFlavor |
Deprecated.
|
| VContextMenu |
|
| VCssLayout |
VCssLayout is a layout which supports configuring it's children with CSS
selectors.
|
| VCustomComponent |
|
| VCustomField |
|
| VCustomLayout |
Custom Layout implements complex layout defined with HTML template.
|
| VDateCalendarPanel |
A calendar panel widget to show and select a date.
|
| VDateField<R extends Enum<R>> |
A very base widget class for a date field.
|
| VDateFieldCalendar |
A client side implementation for InlineDateField.
|
| VDateTimeCalendarPanel |
A calendar panel widget to show and select a date and a time.
|
| VDateTimeCalendarPanel.TimeChangeListener |
Dispatches an event when the panel when time is changed.
|
| VDateTimeFieldCalendar |
A client side implementation for inline date/time field.
|
| VDebugWindow |
Debug window implementation.
|
| VDragAndDropManager |
Deprecated.
|
| VDragAndDropManager.DDManagerMediator |
Implementation if this interface is provided as a parameter to
DDEventHandleStrategy methods.
|
| VDragAndDropWrapper |
A wrapper for Drag and Drop.
|
| VDragAndDropWrapper.UploadHandler |
Internal client side interface used by the connector and the widget for
the drag and drop wrapper to signal the completion of an HTML5 file
upload.
|
| VDragAndDropWrapperIE |
|
| VDragEvent |
Deprecated.
|
| VDragEventServerCallback |
Deprecated.
|
| VDragSourceIs |
Deprecated.
|
| VDropHandler |
Deprecated.
|
| VEmbedded |
A widget class for the Embedded component.
|
| VErrorMessage |
|
| VerticalLayoutConnector |
|
| VerticalScrollbarVisibilityChangeHandler |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent |
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
|
| VerticalSplitPanelConnector |
A connector class for the VerticalSplitPanel component.
|
| VFormLayout |
Two col Layout that places caption on left col and field on right col.
|
| VGridLayout |
|
| VHasDropHandler |
Deprecated.
|
| VHorizontalLayout |
Represents a layout where the children is ordered vertically.
|
| VHtml5DragEvent |
Deprecated.
|
| VHtml5File |
Deprecated.
|
| VideoConnector |
A connector class for the Video component.
|
| VImage |
|
| VisibilityChangeEvent |
Event for popup visibility changes.
|
| VisibilityChangeHandler |
Event handler for popup visibility change events.
|
| VLabel |
|
| VLayoutSlot |
An abstract slot class for ManagedLayout cells.
|
| VLazyExecutor |
|
| VLazyInitItemIdentifiers |
Deprecated.
|
| VLink |
|
| VListSelect |
A simple list select for selecting multiple items.
|
| VLoadingIndicator |
Class representing the loading indicator for Vaadin applications.
|
| VLoginForm |
|
| VMediaBase |
|
| VMenuBar |
|
| VMenuBar.CustomMenuItem |
A class to hold information on menu items.
|
| VNativeButton |
|
| VNativeSelect |
The client-side widget for the NativeSelect component.
|
| VNot |
Deprecated.
|
| VNotification |
|
| VNotification.EventListener |
|
| VOr |
Deprecated.
|
| VOverlay |
Deprecated.
|
| VOverTreeNode |
Deprecated.
|
| VPanel |
|
| VPasswordField |
This class represents a password field.
|
| VPopupCalendar |
Represents a date selection component with a text field and a popup date
selector.
|
| VPopupTimeCalendar |
Represents a date-time selection component with a text field and a pop-up
date-and-time selector.
|
| VPopupView |
Widget class for the PopupView component.
|
| VProgressBar |
Widget for showing the current progress of a long running task.
|
| VRadioButtonGroup |
The client-side widget for the RadioButtonGroup component.
|
| VRichTextArea |
This class implements a basic client side rich text editor component.
|
| VRichTextToolbar |
A modified version of sample toolbar for use with RichTextArea.
|
| VRichTextToolbar.Images |
This ClientBundle is used for all the button icons.
|
| VRichTextToolbar.Strings |
This Constants interface is used to make the toolbar's strings
internationalizable.
|
| VSchedulerImpl |
|
| VServerAccept |
Deprecated.
|
| VSlider |
Widget class for the Slider component.
|
| VSourceIsTarget |
Deprecated.
|
| VSplitPanelHorizontal |
Widget class for the HorizontalSplitPanel component.
|
| VSplitPanelVertical |
Widget class for the VerticalSplitPanel component.
|
| VTabsheet |
Widget class for the TabSheet component.
|
| VTabsheet.Tab |
Representation of a single "tab" shown in the VTabsheet.TabBar.
|
| VTabsheet.TabCaption |
|
| VTabsheetBase |
Base class for a multi-view widget such as TabSheet or Accordion.
|
| VTabsheetPanel |
A panel that displays all of its child widgets in a 'deck', where only one
can be visible at a time.
|
| VTargetDetailIs |
Deprecated.
|
| VTextArea |
This class represents a multiline textfield (textarea).
|
| VTextField |
This class represents a basic text input field with one row.
|
| VTooltip |
A tooltip used by components.
|
| VTransferable |
Deprecated.
|
| VTwinColSelect |
A list builder widget that has two selects; one for selectable options,
another for selected options, and buttons for selecting and deselecting the
items.
|
| VUI |
Widget class for the UI.
|
| VUIDLBrowser |
Deprecated.
|
| VUnknownComponent |
A placeholder widget class for when a component's connector cannot be
determined and a placeholder connector is used instead.
|
| VUpload |
Widget class for the Upload component.
|
| VVerticalLayout |
Represents a layout where the children is ordered vertically.
|
| VVideo |
Widget class for the Video component.
|
| VWindow |
"Sub window" component.
|
| WidgetRenderer<T,W extends com.google.gwt.user.client.ui.Widget> |
A renderer for rendering widgets into cells.
|
| WidgetSet |
|
| WidgetUtil |
Utility methods which are related to client side code only.
|
| WidgetUtil.CssSize |
Wrap a css size value and its unit and translate back and forth to the
string representation.
E.g. 50%, 123px, ...
|
| WidgetUtil.ErrorUtil |
Utility methods for displaying error message on components.
|
| WidgetUtil.Reference<T> |
Simple object to store another object.
|
| WidgetUtil.TextRectangle |
|
| WindowConnector |
A connector class for the Window component.
|
| WindowMoveEvent |
Event for window position updates.
|
| WindowMoveHandler |
|
| WindowOrderEvent |
Event for window order position updates.
|
| WindowOrderHandler |
|
| XhrConnection |
Provides a connection to the /UIDL url on the server and knows how to send
messages to that end point.
|
| XhrConnectionError |
XhrConnectionError provides detail about an error which occurred during an
XHR request to the server.
|