Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.infinite | |
gwt.material.design.client.ui.table |
Modifier and Type | Interface and Description |
---|---|
interface |
DataView<T>
A data view is in charge of rendering the data within the data table.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataView<T>
Abstract DataView handles the creation, preparation and UI logic for
the table rows and subheaders (if enabled).
|
class |
StandardDataView<T> |
Modifier and Type | Class and Description |
---|---|
class |
InfiniteDataView<T>
The InfiniteDataView is designed for lazy loading data, while using minimal DOM row elements.
The data source will invoke a load when the view index changes on scrolling. How to use: View size can be configured manually or can be set to dynamic view using InfiniteDataView.DYNAMIC_VIEW .
Provide a valid DataSource implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataDisplay<T>
Data display interface defining the
Widget
aspects of the DataTable. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataTable<T>
An abstract data table implementation that can be attached to the DOM.
|
class |
MaterialDataTable<T>
The standard Material data table with custom "outer" components such as,
table icon, table title, stretch functionality, column toggling, etc.
|
class |
MaterialInfiniteDataTable<T>
"Infinite" Material data table extending
MaterialDataTable . |
Copyright © 2018. All rights reserved.