All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractColorPickerConnector |
Deprecated. |
| AbstractDateFieldConnector |
|
| AbstractFieldConnector |
Deprecated. |
| AbstractGridKeyEventHandler |
|
| AbstractGridKeyEventHandler.GridKeyDownHandler |
|
| AbstractGridKeyEventHandler.GridKeyPressHandler |
|
| AbstractGridKeyEventHandler.GridKeyUpHandler |
|
| AbstractGridMouseEventHandler |
|
| AbstractGridMouseEventHandler.GridClickHandler |
|
| AbstractGridMouseEventHandler.GridDoubleClickHandler |
|
| AbstractGridRendererConnector<T> |
An abstract base class for renderer connectors.
|
| AbstractLegacyComponentConnector |
Deprecated.
|
| 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 |
|
| 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.
|
| ButtonRenderer |
A Renderer that displays buttons with textual captions.
|
| ButtonRendererConnector |
|
| 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.
|
| 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.
|
| 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> |
|
| ClickSelectHandler<T> |
Generic class to perform selections when clicking on cells in body of Grid.
|
| ColorPickerAreaConnector |
Deprecated. |
| ColorPickerConnector |
Deprecated. |
| 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 |
Legacy ComponentConnector with isReadOnly.
|
| CustomFieldConnector |
|
| DataAvailableEvent |
Event object describing a change of row availability in DataSource of a Grid.
|
| DataAvailableHandler |
|
| DateCell |
|
| DateCellContainer |
Internally used class by the Calendar.
|
| 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.
|
| DateUtil |
Utility class for Date operations.
|
| DayToolbar |
|
| DefaultEditorEventHandler<T> |
The default handler for Grid editor events.
|
| DetailComponentManagerConnector |
Client-side connector for the DetailComponentManager of Grid.
|
| DetailsGenerator |
A callback interface for generating details for a particular row in Grid.
|
| 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.
|
| 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.
|
| FlyweightCell |
|
| FlyweightRow |
An internal implementation of the Row interface.
|
| FocusableComplexPanel |
A ComplexPanel that can be focused.
|
| FocusableGrid |
A Grid that can be focused.
|
| FocusableHTML |
A HTML widget that can be focused.
|
| 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 |
|
| 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.
|
| 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.
|
| HeightAwareDetailsGenerator |
Deprecated. |
| HtmlRenderer |
Renders a string as HTML into a cell.
|
| ImageRenderer |
A renderer that renders an image into a cell.
|
| ImageRendererConnector |
|
| InlineDateFieldConnector |
|
| JavaScriptRendererConnector |
Connector for server-side renderer implemented using JavaScript.
|
| LabelConnector |
|
| 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.
|
| MonthEventLabel |
The label in a month cell.
|
| MonthGrid |
|
| MultiSelectionModelConnector |
|
| MultiSelectionRenderer<T> |
Renderer showing multi selection check boxes.
|
| NativeSelectConnector |
|
| NoSelectionModelConnector |
|
| NumberRenderer |
Renders a number into a cell using a specific NumberFormat.
|
| NumberRendererConnector |
A connector for NumberRenderer .
|
| OptionGroupBaseConnector |
|
| OptionGroupConnector |
|
| PasswordFieldConnector |
Deprecated. |
| PopupDateFieldConnector |
|
| 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.
|
| ProgressBarConnector |
|
| ProgressBarRenderer |
A Renderer that represents a double value as a graphical progress bar.
|
| ProgressBarRendererConnector |
|
| ProgressIndicatorConnector |
Deprecated.
|
| 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.
|
| 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. because of scrolling.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| SimpleDayCell |
A class representing a single cell within the calendar in month-view.
|
| SimpleDayToolbar |
|
| SimpleWeekToolbar |
|
| SingleSelectionModelConnector |
|
| SliderConnector |
|
| 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.
|
| TableConnector |
|
| TextAreaConnector |
|
| TextFieldConnector |
Deprecated. |
| TextRenderer |
Renderer that renders text into a cell.
|
| TextRendererConnector |
|
| TextualDateConnector |
|
| TreeConnector |
|
| TreeTableConnector |
|
| TwinColSelectConnector |
|
| UnsafeHtmlRendererConnector |
|
| UnsafeHtmlRendererConnector.UnsafeHtmlRenderer |
|
| UploadConnector |
|
| UploadIFrameOnloadStrategy |
|
| UploadIFrameOnloadStrategyIE |
IE does not have onload, detect onload via readystatechange.
|
| 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.
|
| VCheckBox |
|
| VCustomComponent |
|
| VCustomField |
Deprecated. |
| VDateField |
|
| VDateFieldCalendar |
A client side implementation for InlineDateField.
|
| VFilterSelect |
Client side implementation of the Select component.
|
| VFilterSelect.Select |
For internal use only.
|
| VForm |
|
| VIsOverId |
|
| VItemIdIs |
|
| VLabel |
|
| VListSelect |
|
| VNativeSelect |
|
| VOptionGroup |
|
| VOptionGroupBase |
|
| VPasswordField |
Deprecated. |
| VPopupCalendar |
Represents a date selection component with a text field and a popup date
selector.
|
| 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.
|
| 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 |
|
| VSlider |
|
| VTableLazyInitItemIdentifiers |
|
| VTargetInSubtree |
|
| VTextArea |
Deprecated. |
| VTextField |
Deprecated. |
| VTextualDate |
|
| VTree |
|
| VTreeLazyInitItemIdentifiers |
|
| VTreeTable |
|
| VTreeTable.PendingNavigationEvent |
For internal use only.
|
| VTwinColSelect |
|
| VUpload |
Note, we are not using GWT FormPanel as we want to listen submitcomplete
events even though the upload component is already detached.
|
| 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.
|