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 |
|
| AbstractComponentContainerConnector |
Client side connector for subclasses of AbstractComponentConnector.
|
| AbstractConnector |
An abstract implementation of Connector.
|
| AbstractDateFieldConnector |
|
| AbstractExtensionConnector |
|
| AbstractFieldConnector |
|
| AbstractGridKeyEventHandler |
|
| AbstractGridKeyEventHandler.GridKeyDownHandler |
|
| AbstractGridKeyEventHandler.GridKeyPressHandler |
|
| AbstractGridKeyEventHandler.GridKeyUpHandler |
|
| AbstractGridMouseEventHandler |
|
| AbstractGridMouseEventHandler.GridClickHandler |
|
| AbstractGridMouseEventHandler.GridDoubleClickHandler |
|
| AbstractHasComponentsConnector |
|
| AbstractLayoutConnector |
|
| 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.
|
| AbstractRowHandleSelectionModel<T> |
An abstract class that adds a consistent API for common methods that's needed
by Vaadin's server-based selection models to work.
|
| AbstractSelectionModelConnector<T extends SelectionModel<elemental.json.JsonObject>> |
Base class for all selection model connectors.
|
| AbstractSelectionModelConnector.AbstractSelectionModel |
|
| AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> |
|
| AbstractSingleComponentContainerConnector |
Client side connector for subclasses of AbstractSingleComponentConnector.
|
| AbstractSplitPanelConnector |
|
| AccordionConnector |
|
| 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 |
|
| 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 |
|
| 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 |
|
| BrowserInfo |
Class used to query information about web browser.
|
| BrowserWindowOpenerConnector |
|
| BundleLoadCallback |
|
| ButtonConnector |
|
| 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.
|
| CalendarConnector |
Handles communication between Calendar on the server side and
VCalendar on the client side.
|
| CalendarDay |
Utility class used to represent a day when updating views.
|
| CalendarDropHandler |
Abstract base class for calendar drop handlers.
|
| CalendarEntry |
|
| CalendarEvent |
A client side implementation of a calendar event
|
| CalendarMonthDropHandler |
Handles DD when the monthly view is showing in the Calendar.
|
| CalendarWeekDropHandler |
Handles DD when the weekly view is showing in the Calendar.
|
| 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 |
|
| 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.
|
| 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 |
|
| 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 |
|
| ComponentLocator |
ComponentLocator provides methods for generating a String locator for a given
DOM element and for locating a DOM element using a String locator.
|
| 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 |
|
| CustomFieldConnector |
|
| CustomLayoutConnector |
|
| 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.
|
| DataSource<T> |
Source of data for widgets showing lazily loaded data based on indexable
items (e.g.
|
| 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
|
| DateCell |
|
| DateCellContainer |
Internally used class by the Calendar
since 7.1
|
| DateCellDayEvent |
Internally used by the calendar
|
| DateCellGroup |
Internally used by the calendar
|
| DateFieldConnector |
|
| DateRenderer |
A renderer for rendering dates into cells
|
| DateRendererConnector |
A connector for DateRenderer.
|
| DateTimeService |
This class provides date/time parsing services to all components on the
client side.
|
| DateUtil |
Utility class for Date operations
|
| DayToolbar |
|
| DDEventHandleStrategy |
Strategy to handle native preview events for VDragAndDropManager.
|
| DDUtil |
|
| 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.
|
| 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.
|
| DetailComponentManagerConnector |
Client-side connector for the DetailComponentManager of Grid.
|
| DetailsGenerator |
A callback interface for generating details for a particular row in Grid.
|
| 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 |
|
| DragHandle |
Drag handle implementation.
|
| DragHandle.DragHandleCallback |
Callback interface for the DragHandle event life cycle
|
| DragImageModifier |
Interface implemented by widgets if the drag image used for drag'n'drop
requires additional initialization/configuration.
|
| 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 |
|
| ElementResizeListener |
|
| EmbeddedConnector |
|
| 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.SubPartArguments |
Utility class for parsing and storing SubPart request string attributes
for Grid and Escalator.
|
| 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.
|
| 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 |
|
| FlashConnector |
Deprecated.
|
| FlyweightCell |
|
| FlyweightRow |
An internal implementation of the Row interface.
|
| Focusable |
GWT's HasFocus is way too overkill for just receiving focus in simple
components.
|
| FocusableComplexPanel |
A ComplexPanel that can be focused
|
| FocusableFlexTable |
Adds keyboard focus to FlexPanel.
|
| FocusableFlowPanel |
|
| FocusableGrid |
A Grid that can be focused
|
| FocusableHTML |
A HTML widget that can be focused
|
| 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.
|
| FormConnector |
|
| FormLayoutConnector |
|
| Grid<T> |
A data grid view that supports columns and lazy loading of data rows from a
data source.
|
| Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler> |
|
| Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler> |
|
| 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 |
|
| 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.SelectionMode |
Enumeration for easy setting of selection mode.
|
| 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 |
Connects the client side Grid widget with the server side
Grid component.
|
| GridDoubleClickEvent |
Represents native mouse double click event in Grid.
|
| 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 |
|
| 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).
|
| HasJavaScriptConnectorHelper |
|
| HasSelectionHandlers<T> |
Marker interface for widgets that fires selection events.
|
| HasTooltipKey |
For Calendar client-side internal use only.
|
| HasUserSelectionAllowed<T> |
Interface implemented by selection models which support disabling client side
selection while still allowing programmatic selection on the server.
|
| 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. |
| HierarchyPanel |
Hierarchy view panel of the debug window.
|
| 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 |
|
| HtmlRenderer |
Renders a string as HTML into a cell.
|
| Icon |
|
| Icon |
An abstract representation of an icon.
|
| ImageConnector |
|
| 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 |
|
| InvokationHandler |
|
| Invoker |
|
| JavaScriptComponentConnector |
|
| 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 |
|
| LayoutClickEventHandler |
|
| LayoutDependencyTree |
Internal class used to keep track of layout dependencies during one layout
run.
|
| LayoutManager |
|
| LayoutManagerIE8 |
Alternative MeasuredSize storage for IE8.
|
| LegacyConnector |
Deprecated.
|
| LegacyLocatorStrategy |
The LegacyLocatorStrategy class handles the legacy locator syntax that was
introduced in version 5.4 of the framework.
|
| LinkConnector |
|
| 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.
|
| LocaleNotLoadedException |
|
| LocaleService |
Date / time etc.
|
| LocatorStrategy |
This interface should be implemented by all locator strategies.
|
| LocatorUtil |
Common String manipulator utilities used in VaadinFinderLocatorStrategy and
SelectorPredicates.
|
| LoginFormConnector |
|
| LogSection |
Displays the log messages.
|
| ManagedLayout |
|
| Margins |
|
| MayScrollChildren |
|
| MeasuredSize |
|
| MeasuredSize.MeasureResult |
|
| MediaBaseConnector |
|
| MenuBar |
Deprecated. |
| MenuBarConnector |
|
| 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 |
|
| MonthEventLabel |
The label in a month cell
|
| MonthGrid |
|
| MouseEventDetailsBuilder |
Helper class for constructing a MouseEventDetails object from a
NativeEvent.
|
| MultiSelectionModelConnector |
|
| MultiSelectionRenderer<T> |
Renderer showing multi selection check boxes.
|
| NativeButtonConnector |
|
| NativeSelectConnector |
|
| NetworkSection |
Displays network activity; requests and responses.
|
| NoDataException |
|
| NoSelectionModelConnector |
|
| NumberRenderer |
Renders a number into a cell using a specific NumberFormat.
|
| NumberRendererConnector |
A connector for NumberRenderer .
|
| 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.
|
| OptionGroupBaseConnector |
|
| OptionGroupConnector |
|
| Overlay |
Overlay widget extending the PopupPanel.
|
| Overlay.PositionAndSize |
|
| Paintable |
Deprecated. |
| PanelConnector |
|
| PasswordFieldConnector |
|
| 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.
|
| PointerEventSupportImplIE10 |
Pointer event support class for IE 10 ("ms" prefixed pointer events)
|
| 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 |
|
| PopupViewConnector |
|
| PositionFunction |
A functional interface that can be used for positioning elements in the DOM.
|
| PositionFunction.AbsolutePosition |
A position function using "left: x" and "top: y" to position 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 |
|
| ProgressIndicatorConnector |
Deprecated.
|
| Property |
|
| ProxyHandler |
|
| PushConnection |
Represents the client-side endpoint of a bidirectional ("push") communication
channel.
|
| 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 |
|
| 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.
|
| RowVisibilityChangeHandler |
Event handler that gets notified when the range of visible rows changes e.g.
|
| RpcDataSourceConnector |
Connects a Vaadin server-side container data source to a Grid.
|
| 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 |
|
| 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.
|
| 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> |
Common interface for all selection models.
|
| SelectionModel.Multi<T> |
Selection model that allows for several rows to be selected at once.
|
| SelectionModel.Multi.Batched<T> |
A multi selection model that can send selections and deselections in
a batch, instead of committing them one-by-one.
|
| SelectionModel.None<T> |
Interface for a selection model that does not allow anything to be
selected.
|
| SelectionModel.Single<T> |
Selection model that allows a maximum of one row to be selected at any
one time.
|
| SelectionModelMulti<T> |
Multi-row selection model.
|
| SelectionModelNone<T> |
No-row selection model.
|
| SelectionModelSingle<T> |
Single-row selection model.
|
| 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 shorcut handling.
|
| ShortcutActionHandler.BeforeShortcutActionListener |
A focusable ComponentConnector implementing this interface will
be notified before shortcut actions are handled if it will be the target
of the action (most commonly means it is the focused component during the
keyboard combination is triggered by the user).
|
| 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.
|
| SimpleDayCell |
A class representing a single cell within the calendar in month-view
|
| SimpleDayToolbar |
|
| SimpleFocusablePanel |
Compared to FocusPanel in GWT this panel does not support eg.
|
| SimpleManagedLayout |
|
| SimpleTree |
Deprecated.
|
| SimpleWeekToolbar |
|
| SingleSelectionModelConnector |
|
| SliderConnector |
|
| 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 |
|
| 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 parameter in the url.
|
| SuperDevMode.RecompileResult |
|
| TableConnector |
|
| TabsheetBaseConnector |
|
| TabsheetConnector |
|
| TestBenchSection |
Provides functionality for picking selectors for Vaadin TestBench.
|
| TextAreaConnector |
|
| TextFieldConnector |
|
| TextRenderer |
Renderer that renders text into a cell.
|
| TextRendererConnector |
|
| TextualDateConnector |
|
| 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.
|
| TreeAction |
This class is used for "row actions" in VTree and ITable
|
| TreeConnector |
|
| TreeTableConnector |
|
| TwinColSelectConnector |
|
| Type |
|
| TypeData |
|
| TypeDataStore |
|
| TypeDataStore.MethodAttribute |
|
| UIConnector |
|
| 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 |
|
| UnknownExtensionConnector |
Connector used as a placeholder for extensions that are not present in the
widgetset.
|
| UnsafeHtmlRendererConnector |
|
| UnsafeHtmlRendererConnector.UnsafeHtmlRenderer |
|
| UploadConnector |
|
| UploadIFrameOnloadStrategy |
|
| 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 |
|
| VAbstractDropHandler |
|
| VAbstractOrderedLayout |
Base class for ordered layouts
|
| VAbstractSplitPanel |
|
| VAbstractSplitPanel.SplitterMoveHandler |
|
| VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent |
|
| VAcceptAll |
|
| VAcceptCallback |
|
| VAcceptCriteria |
A class via all AcceptCriteria instances are fetched by an identifier.
|
| VAcceptCriterion |
|
| VAcceptCriterionFactory |
Generated by
com.vaadin.server.widgetsetutils.AcceptCriteriaFactoryGenerator
|
| VAccordion |
|
| ValueMap |
|
| VAnd |
|
| VAudio |
|
| VBrowserFrame |
|
| VButton |
|
| VCalendar |
Client side implementation for Calendar
|
| VCalendar.BackwardListener |
Listener interface for listening to backward events
|
| VCalendar.DateClickListener |
Listener interface for listening to event click events
|
| VCalendar.EventClickListener |
Listener interface for listening to click events
|
| VCalendar.EventMovedListener |
Listener interface for listening to event moved events.
|
| VCalendar.EventResizeListener |
Listener interface for when an event gets resized (its start or end date
changes)
|
| VCalendar.ForwardListener |
Listener interface for listening to forward events
|
| VCalendar.MouseEventListener |
Listener interface for listening to mouse events.
|
| VCalendar.RangeSelectListener |
Listener interface for listening to selection events
|
| VCalendar.ScrollListener |
Listener interface for listening to scroll events.
|
| VCalendar.WeekClickListener |
Listener interface for listening to week number click events
|
| VCalendarAction |
Action performed by the calendar
|
| VCalendarPanel |
|
| VCalendarPanel.FocusChangeListener |
FocusChangeListener is notified when the panel changes its _focused_
value.
|
| VCalendarPanel.FocusOutListener |
Blur listener that listens to blur event from the panel
|
| VCalendarPanel.SubmitListener |
|
| VCalendarPanel.TimeChangeListener |
Dispatches an event when the panel when time is changed
|
| VCaption |
|
| VCaptionWrapper |
|
| VCheckBox |
|
| VColorPicker |
Client side implementation for ColorPicker.
|
| VColorPickerArea |
Client side implementation for ColorPickerArea.
|
| VColorPickerGradient |
Client side implementation for ColorPickerGradient.
|
| VColorPickerGrid |
Client side implementation for ColorPickerGrid.
|
| VConsole |
Deprecated.
|
| VContainsDataFlavor |
|
| VContextMenu |
|
| VCssLayout |
VCCSlayout is a layout which supports configuring it's children with CSS
selectors
|
| VCustomComponent |
|
| VCustomField |
|
| VCustomLayout |
Custom Layout implements complex layout defined with HTML template.
|
| VDateField |
|
| VDateFieldCalendar |
A client side implementation for InlineDateField
|
| VDebugWindow |
Debug window implementation.
|
| VDragAndDropManager |
Helper class to manage the state of drag and drop event on Vaadin client
side.
|
| VDragAndDropManager.DDManagerMediator |
Implementation if this interface is provided as a parameter to
DDEventHandleStrategy methods.
|
| VDragAndDropWrapper |
Must have features pending:
drop details: locations + sizes in document hierarchy up to wrapper
|
| 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 |
DragEvent used by Vaadin client side engine.
|
| VDragEventServerCallback |
|
| VDragSourceIs |
TODO Javadoc!
|
| VDropHandler |
Vaadin Widgets that want to receive something via drag and drop implement
this interface.
|
| VEmbedded |
|
| VErrorMessage |
|
| VerticalLayoutConnector |
|
| VerticalSplitPanelConnector |
|
| VFilterSelect |
Client side implementation of the Select component.
|
| VFilterSelect.Select |
For internal use only.
|
| VFlash |
Deprecated.
|
| VForm |
|
| VFormLayout |
Two col Layout that places caption on left col and field on right col
|
| VGridLayout |
|
| VHasDropHandler |
|
| VHorizontalLayout |
Represents a layout where the children is ordered vertically
|
| VHtml5DragEvent |
Helper class to access html5 style drag events.
|
| VHtml5File |
Wrapper for html5 File object.
|
| VideoConnector |
|
| VImage |
|
| VisibilityChangeEvent |
|
| VisibilityChangeHandler |
|
| VIsOverId |
|
| VItemIdIs |
|
| VLabel |
|
| VLayoutSlot |
|
| VLazyExecutor |
|
| VLazyInitItemIdentifiers |
|
| VLazyInitItemIdentifiers.VTableLazyInitItemIdentifiers |
|
| VLazyInitItemIdentifiers.VTreeLazyInitItemIdentifiers |
|
| VLink |
|
| VListSelect |
|
| VLoadingIndicator |
Class representing the loading indicator for Vaadin applications.
|
| VLoginForm |
|
| VMediaBase |
|
| VMenuBar |
|
| VMenuBar.CustomMenuItem |
A class to hold information on menu items
|
| VNativeButton |
|
| VNativeSelect |
|
| VNot |
TODO implementation could now be simplified/optimized
|
| VNotification |
|
| VNotification.EventListener |
|
| VOptionGroup |
|
| VOptionGroupBase |
|
| VOr |
|
| VOverlay |
Deprecated.
|
| VOverTreeNode |
|
| VPanel |
|
| VPasswordField |
This class represents a password field.
|
| VPopupCalendar |
Represents a date selection component with a text field and a popup date
selector.
|
| VPopupView |
|
| VProgressBar |
Widget for showing the current progress of a long running task.
|
| VProgressIndicator |
Deprecated.
|
| 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 |
|
| VScrollTable |
VScrollTable
VScrollTable is a FlowPanel having two widgets in it: * TableHead component *
ScrollPanel
TableHead contains table's header and widgets + logic for resizing,
reordering and hiding columns.
|
| VScrollTable.SelectMode |
|
| VServerAccept |
|
| VSlider |
|
| VSourceIsTarget |
|
| VSplitPanelHorizontal |
|
| VSplitPanelVertical |
|
| VTabsheet |
|
| VTabsheet.Tab |
Representation of a single "tab" shown in the TabBar
|
| VTabsheet.TabCaption |
|
| VTabsheetBase |
|
| VTabsheetPanel |
A panel that displays all of its child widgets in a 'deck', where only one
can be visible at a time.
|
| VTargetDetailIs |
|
| VTargetInSubtree |
|
| VTextArea |
This class represents a multiline textfield (textarea).
|
| VTextField |
This class represents a basic text input field with one row.
|
| VTextualDate |
|
| VTooltip |
TODO open for extension
|
| VTransferable |
Client side counterpart for Transferable in com.vaadin.event.Transferable
|
| VTree |
|
| VTreeTable |
|
| VTreeTable.PendingNavigationEvent |
For internal use only.
|
| VTwinColSelect |
|
| VUI |
|
| VUIDLBrowser |
Deprecated.
|
| VUnknownComponent |
|
| VUpload |
Note, we are not using GWT FormPanel as we want to listen submitcomplete
events even though the upload component is already detached.
|
| VVerticalLayout |
Represents a layout where the children is ordered vertically
|
| VVideo |
|
| VWindow |
"Sub window" component.
|
| WeekGrid |
|
| WeekGrid.Timebar |
|
| WeekGridMinuteTimeRange |
Internally used by the calendar
|
| WeekLabel |
|
| WeeklyLongEvents |
|
| WeeklyLongEventsDateCell |
|
| 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.
Eg.
|
| WidgetUtil.ErrorUtil |
Utility methods for displaying error message on components.
|
| WidgetUtil.TextRectangle |
|
| WindowConnector |
|
| 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 occured during an XHR
request to the server
|