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