Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.infinite |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.