com.sencha.gxt.theme.base.client.colorpalette
Interface ColorPaletteBaseAppearance.ColorPaletteStyle

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
All Known Subinterfaces:
BlueColorPaletteAppearance.BlueColorPaletteStyle
Enclosing class:
ColorPaletteBaseAppearance

public static interface ColorPaletteBaseAppearance.ColorPaletteStyle
extends CssResource


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
 
Method Summary
 String anchor()
           
 String colorPalette()
           
 String hover()
           
 String inner()
           
 String selected()
           
 String wrapper()
           
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

anchor

String anchor()

colorPalette

String colorPalette()

hover

String hover()

inner

String inner()

selected

String selected()

wrapper

String wrapper()


Copyright © 2012. All Rights Reserved.