Interface CellTable.BasicResources
-
- All Superinterfaces:
CellTable.Resources
,ClientBundle
public static interface CellTable.BasicResources extends CellTable.Resources
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellTable.BasicStyle
cellTableStyle()
The styles used in this widget.-
Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Resources
cellTableFooterBackground, cellTableHeaderBackground, cellTableLoading, cellTableSelectedBackground, cellTableSortAscending, cellTableSortDescending
-
-
-
-
Method Detail
-
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
-
-