com.vaadin.client.widgets.
Package com.vaadin.client.widgets
-
Interface Summary Interface Description Grid.Editor.EventHandler<T> A handler for events related to the Grid editor.
-
Class Summary Class Description 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.
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.
FocusableFlowPanelComposite Focusable composite whose widget is
ChildFocusAwareFlowPanel
(flow panel that tracks focus/blur events from its children).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.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.
Overlay Overlay widget extending the PopupPanel.
Overlay.PositionAndSize Data object for storing position and size information.
-
Enum Summary Enum Description Escalator.AriaGridRole Holds the currently used aria roles within the grid for rows and cells.
Grid.Editor.State The internal state options for the editor.