Interface WizardCellListResources
-
- All Superinterfaces:
com.google.gwt.user.cellview.client.CellList.Resources,com.google.gwt.resources.client.ClientBundle
public interface WizardCellListResources extends com.google.gwt.user.cellview.client.CellList.ResourcesOverriding the default styling for CellLists
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWizardCellListResources.WizardCellListStyle
-
Field Summary
Fields Modifier and Type Field Description static WizardCellListResourcesINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WizardCellListResources.WizardCellListStylecellListStyle()
-
-
-
Field Detail
-
INSTANCE
static final WizardCellListResources INSTANCE
-
-
Method Detail
-
cellListStyle
@Source("css/WizardsCellList.css") WizardCellListResources.WizardCellListStyle cellListStyle()- Specified by:
cellListStylein interfacecom.google.gwt.user.cellview.client.CellList.Resources
-
-