com.sencha.gxt.theme.blue.client.window
Interface BlueWindowAppearance.BlueWindowDivFrameResources

All Superinterfaces:
ClientBundle, FramedPanelBaseAppearance.FramedPanelDivFrameResources, NestedDivFrame.NestedDivFrameResources
Enclosing class:
BlueWindowAppearance

public static interface BlueWindowAppearance.BlueWindowDivFrameResources
extends FramedPanelBaseAppearance.FramedPanelDivFrameResources, ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource background()
           
 ImageResource bottomBorder()
           
 ImageResource bottomLeftBorder()
           
 ImageResource bottomRightBorder()
           
 ImageResource leftBorder()
           
 ImageResource rightBorder()
           
 BlueWindowAppearance.BlueWindowDivFrameStyle style()
           
 ImageResource topBorder()
           
 ImageResource topLeftBorder()
           
 ImageResource topRightBorder()
           
 

Method Detail

style

@ClientBundle.Source(value={"com/sencha/gxt/theme/base/client/frame/NestedDivFrame.css","BlueWindowDivFrame.css"})
BlueWindowAppearance.BlueWindowDivFrameStyle style()
Specified by:
style in interface NestedDivFrame.NestedDivFrameResources

background

@ClientBundle.Source(value="com/sencha/gxt/theme/base/client/shared/clear.gif")
ImageResource background()

topLeftBorder

ImageResource topLeftBorder()
Specified by:
topLeftBorder in interface NestedDivFrame.NestedDivFrameResources

topBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topBorder()
Specified by:
topBorder in interface NestedDivFrame.NestedDivFrameResources

topRightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource topRightBorder()
Specified by:
topRightBorder in interface NestedDivFrame.NestedDivFrameResources

leftBorder

@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftBorder()
Specified by:
leftBorder in interface NestedDivFrame.NestedDivFrameResources

rightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource rightBorder()
Specified by:
rightBorder in interface NestedDivFrame.NestedDivFrameResources

bottomLeftBorder

@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource bottomLeftBorder()
Specified by:
bottomLeftBorder in interface NestedDivFrame.NestedDivFrameResources

bottomBorder

@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource bottomBorder()
Specified by:
bottomBorder in interface NestedDivFrame.NestedDivFrameResources

bottomRightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource bottomRightBorder()
Specified by:
bottomRightBorder in interface NestedDivFrame.NestedDivFrameResources


Copyright © 2012. All Rights Reserved.