Interface DataGrid.Resources
- All Superinterfaces:
ClientBundle
A ClientBundle that provides images for this widget.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
Method Summary
Modifier and TypeMethodDescriptionThe loading indicator used while the table is waiting for data.Icon used when a column is sorted in ascending order.Icon used when a column is sorted in descending order.The styles used in this widget.
-
Method Details
-
dataGridLoading
The loading indicator used while the table is waiting for data. -
dataGridSortAscending
Icon used when a column is sorted in ascending order. -
dataGridSortDescending
Icon used when a column is sorted in descending order. -
dataGridStyle
The styles used in this widget.
-