com.sencha.gxt.theme.base.client.tips
Interface TipDefaultAppearance.TipDivFrameResources

All Superinterfaces:
ClientBundle, NestedDivFrame.NestedDivFrameResources
All Known Subinterfaces:
ErrorTipDefaultAppearance.ErrorTipFrameResources
Enclosing class:
TipDefaultAppearance

public static interface TipDefaultAppearance.TipDivFrameResources
extends ClientBundle, NestedDivFrame.NestedDivFrameResources


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource anchorBottom()
           
 ImageResource anchorLeft()
           
 ImageResource anchorRight()
           
 ImageResource anchorTop()
           
 ImageResource background()
           
 ImageResource bottomBorder()
           
 ImageResource bottomLeftBorder()
           
 ImageResource bottomRightBorder()
           
 ImageResource leftBorder()
           
 ImageResource rightBorder()
           
 TipDefaultAppearance.TipNestedDivFrameStyle style()
           
 ImageResource topBorder()
           
 ImageResource topLeftBorder()
           
 ImageResource topRightBorder()
           
 

Method Detail

anchorBottom

ImageResource anchorBottom()

anchorLeft

ImageResource anchorLeft()

anchorRight

ImageResource anchorRight()

anchorTop

ImageResource anchorTop()

background

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

bottomBorder

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

bottomLeftBorder

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

bottomRightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource bottomRightBorder()
Specified by:
bottomRightBorder 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

style

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

topBorder

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

topLeftBorder

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

topRightBorder

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


Copyright © 2012. All Rights Reserved.