Package com.opencloud.rem.client.ui
Interface CellTableResources
-
- All Superinterfaces:
CellTable.Resources
,ClientBundle
public interface CellTableResources extends CellTable.Resources
Custom resources for
CellTable
with modified style.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
-
Field Summary
Fields Modifier and Type Field Description static CellTableResources
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellTable.Style
cellTableStyle()
-
Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Resources
cellTableFooterBackground, cellTableHeaderBackground, cellTableLoading, cellTableSelectedBackground, cellTableSortAscending, cellTableSortDescending
-
-
-
-
Field Detail
-
INSTANCE
static final CellTableResources INSTANCE
-
-
Method Detail
-
cellTableStyle
@Source("CellTable.css") CellTable.Style cellTableStyle()
- Specified by:
cellTableStyle
in interfaceCellTable.Resources
-
-