Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.infinite | |
gwt.material.design.client.ui.table |
Modifier and Type | Field and Description |
---|---|
protected DataDisplay<T> |
AbstractDataView.display |
Modifier and Type | Method and Description |
---|---|
void |
DataView.setDisplay(DataDisplay<T> display)
Set the data views display view.
|
void |
AbstractDataView.setDisplay(DataDisplay<T> display) |
Modifier and Type | Method and Description |
---|---|
void |
InfiniteDataView.setDisplay(DataDisplay<T> display) |
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.