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_CmsCellTableResourcesThe 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:
cellTableStylein interfacecom.google.gwt.user.cellview.client.CellTable.Resources- See Also:
-
constants
Common CSS constants accessor.- Returns:
- the bundle of constants
-