com.sencha.gxt.theme.base.client.panel
Interface ContentPanelBaseAppearance.ContentPanelStyle

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
All Known Subinterfaces:
BlueAccordionLayoutAppearance.BlueAccordionLayoutStyle, BlueContentPanelAppearance.BlueContentPanelStyle, BlueFramedPanelAppearance.FramedPanelStyle, BlueWindowAppearance.BlueWindowStyle
Enclosing class:
ContentPanelBaseAppearance

public static interface ContentPanelBaseAppearance.ContentPanelStyle
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 body()
           
 String bodyWrap()
           
 String footer()
           
 String header()
           
 String noHeader()
           
 String panel()
           
 
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

body

String body()

bodyWrap

String bodyWrap()

footer

String footer()

header

String header()

panel

String panel()

noHeader

String noHeader()


Copyright © 2012. All Rights Reserved.