Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.infinite | |
gwt.material.design.client.ui.pager | |
gwt.material.design.client.ui.table |
Modifier and Type | Class and Description |
---|---|
class |
ListDataSource<T> |
class |
MapDataSource<T>
Map
DataSource that supports infinite loading with categories. |
Modifier and Type | Field and Description |
---|---|
protected DataSource<T> |
AbstractDataView.dataSource |
Modifier and Type | Method and Description |
---|---|
DataSource<T> |
HasDataSource.getDataSource()
Get the configured data source.
|
DataSource<T> |
AbstractDataView.getDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
HasDataSource.setDataSource(DataSource<T> dataSource)
Set a
DataSource for data loading. |
void |
AbstractDataView.setDataSource(DataSource<T> dataSource) |
Constructor and Description |
---|
InfiniteDataView(int totalRows,
DataSource<T> dataSource) |
InfiniteDataView(int totalRows,
int viewSize,
DataSource<T> dataSource) |
InfiniteDataView(String name,
int totalRows,
DataSource<T> dataSource) |
InfiniteDataView(String name,
int totalRows,
int viewSize,
DataSource<T> dataSource) |
InfiniteDataView(String name,
int totalRows,
int viewSize,
com.google.gwt.view.client.ProvidesKey<T> keyProvider,
DataSource<T> dataSource) |
InfiniteDataView(String name,
int totalRows,
com.google.gwt.view.client.ProvidesKey<T> keyProvider,
DataSource<T> dataSource) |
Modifier and Type | Method and Description |
---|---|
DataSource<T> |
MaterialDataPager.getDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
MaterialDataPager.setDataSource(DataSource<T> dataSource) |
Constructor and Description |
---|
MaterialDataPager(MaterialDataTable<T> table,
DataSource<T> dataSource) |
Modifier and Type | Method and Description |
---|---|
DataSource<T> |
AbstractDataTable.getDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.setDataSource(DataSource<T> dataSource) |
Constructor and Description |
---|
MaterialInfiniteDataTable(int totalRows,
int viewSize,
DataSource<T> dataSource) |
MaterialInfiniteDataTable(String name,
int totalRows,
int viewSize,
DataSource<T> dataSource) |
MaterialInfiniteDataTable(TableScaffolding scaffolding,
int totalRows,
int viewSize,
DataSource<T> dataSource) |
Copyright © 2018. All rights reserved.