com.sencha.gxt.theme.base.client.info
Interface InfoDefaultAppearance.InfoDivFrameResources

All Superinterfaces:
ClientBundle, DivFrame.DivFrameResources
Enclosing class:
InfoDefaultAppearance

public static interface InfoDefaultAppearance.InfoDivFrameResources
extends DivFrame.DivFrameResources, 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()
           
 InfoDefaultAppearance.InfoDivFrameStyle style()
           
 ImageResource topBorder()
           
 ImageResource topLeftBorder()
           
 ImageResource topRightBorder()
           
 

Method Detail

background

@ClientBundle.Source(value="background.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource background()

bottomBorder

@ClientBundle.Source(value="bottomBorder.png")
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bottomBorder()
Specified by:
bottomBorder in interface DivFrame.DivFrameResources

bottomLeftBorder

@ClientBundle.Source(value="bottomLeftBorder.png")
ImageResource bottomLeftBorder()
Specified by:
bottomLeftBorder in interface DivFrame.DivFrameResources

bottomRightBorder

@ClientBundle.Source(value="bottomRightBorder.png")
ImageResource bottomRightBorder()
Specified by:
bottomRightBorder in interface DivFrame.DivFrameResources

leftBorder

@ClientBundle.Source(value="leftBorder.png")
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftBorder()
Specified by:
leftBorder in interface DivFrame.DivFrameResources

rightBorder

@ClientBundle.Source(value="rightBorder.png")
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource rightBorder()
Specified by:
rightBorder in interface DivFrame.DivFrameResources

style

@ClientBundle.Source(value="com/sencha/gxt/theme/base/client/frame/DivFrame.css")
InfoDefaultAppearance.InfoDivFrameStyle style()
Specified by:
style in interface DivFrame.DivFrameResources

topBorder

@ClientBundle.Source(value="topBorder.png")
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topBorder()
Specified by:
topBorder in interface DivFrame.DivFrameResources

topLeftBorder

@ClientBundle.Source(value="topLeftBorder.png")
ImageResource topLeftBorder()
Specified by:
topLeftBorder in interface DivFrame.DivFrameResources

topRightBorder

@ClientBundle.Source(value="topRightBorder.png")
ImageResource topRightBorder()
Specified by:
topRightBorder in interface DivFrame.DivFrameResources


Copyright © 2012. All Rights Reserved.