Interface CellTable.Resources
- All Superinterfaces:
ClientBundle
- All Known Subinterfaces:
CellTable.BasicResources
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 background used for footer cells.The background used for header cells.The loading indicator used while the table is waiting for data.The background used for selected cells.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
-
cellTableHeaderBackground
The background used for header cells. -
cellTableLoading
The loading indicator used while the table is waiting for data. -
cellTableSelectedBackground
@Source("cellListSelectedBackground.png") @ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource cellTableSelectedBackground()The background used for selected cells. -
cellTableSortAscending
Icon used when a column is sorted in ascending order. -
cellTableSortDescending
Icon used when a column is sorted in descending order. -
cellTableStyle
The styles used in this widget.