Package org.opencms.gwt.client.ui.css
Interface I_CmsCellTableResources
- All Superinterfaces:
com.google.gwt.user.cellview.client.CellTable.Resources
,com.google.gwt.resources.client.ClientBundle
public interface I_CmsCellTableResources
extends com.google.gwt.user.cellview.client.CellTable.Resources
Resources for the custom cell table style.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final I_CmsCellTableResources
The cell table resource instance. -
Method Summary
Modifier and TypeMethodDescriptionCommon CSS constants accessor.Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Resources
cellTableFooterBackground, cellTableHeaderBackground, cellTableLoading, cellTableSelectedBackground, cellTableSortAscending, cellTableSortDescending
-
Field Details
-
INSTANCE
The cell table resource instance.
-
-
Method Details
-
cellTableStyle
- Specified by:
cellTableStyle
in interfacecom.google.gwt.user.cellview.client.CellTable.Resources
- See Also:
-
CellTable.Resources.cellTableStyle()
-
constants
Common CSS constants accessor.- Returns:
- the bundle of constants
-