| Package | Description |
|---|---|
| com.vaadin.client.connectors | |
| com.vaadin.client.ui | |
| com.vaadin.client.widget.escalator | |
| com.vaadin.client.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
GridConnector
Connects the client side
Grid widget with the server side
components.grid.Grid component. |
| Modifier and Type | Class and Description |
|---|---|
class |
VFilterSelect
Client side implementation of the Select component.
|
class |
VPopupView |
class |
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.
|
class |
VTreeTable |
| Modifier and Type | Class and Description |
|---|---|
class |
ScrollbarBundle
An element-like bundle representing a configurable and visual scrollbar in
one axis.
|
static class |
ScrollbarBundle.HorizontalScrollbarBundle
A representation of a single horizontal scrollbar.
|
static class |
ScrollbarBundle.VerticalScrollbarBundle
A representation of a single vertical scrollbar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Escalator
A low-level table-like widget that features a scrolling virtual viewport and
lazily generated rows.
|
class |
Grid<T>
A data grid view that supports columns and lazy loading of data rows from a
data source.
|
static class |
Grid.Editor<T>
An editor UI for Grid rows.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.