Interface CellTable.BasicResources
- All Superinterfaces:
CellTable.Resources
,ClientBundle
Resources that match the GWT standard style theme.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
Method Summary
Modifier and TypeMethodDescriptionThe styles used in this widget.Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Resources
cellTableFooterBackground, cellTableHeaderBackground, cellTableLoading, cellTableSelectedBackground, cellTableSortAscending, cellTableSortDescending
-
Method Details
-
cellTableStyle
@Source("com/google/gwt/user/cellview/client/CellTableBasic.css") CellTable.BasicStyle cellTableStyle()The styles used in this widget.- Specified by:
cellTableStyle
in interfaceCellTable.Resources
-