com.sencha.gxt.theme.base.client.field
Interface ErrorTipDefaultAppearance.ErrorTipFrameResources

All Superinterfaces:
ClientBundle, NestedDivFrame.NestedDivFrameResources, TipDefaultAppearance.TipDivFrameResources
Enclosing class:
ErrorTipDefaultAppearance

public static interface ErrorTipDefaultAppearance.ErrorTipFrameResources
extends ClientBundle, TipDefaultAppearance.TipDivFrameResources


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()
           
 ErrorTipDefaultAppearance.ErrorTipNestedDivFrameStyle style()
           
 ImageResource topBorder()
           
 ImageResource topLeftBorder()
           
 ImageResource topRightBorder()
           
 
Methods inherited from interface com.sencha.gxt.theme.base.client.tips.TipDefaultAppearance.TipDivFrameResources
anchorBottom, anchorLeft, anchorRight, anchorTop
 

Method Detail

background

@ClientBundle.Source(value="com/sencha/gxt/theme/base/client/shared/clear.gif")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource background()
Specified by:
background in interface TipDefaultAppearance.TipDivFrameResources

bottomBorder

@ImageResource.ImageOptions(repeatStyle=Both)
@ClientBundle.Source(value="errorTipBottomBorder.gif")
ImageResource bottomBorder()
Specified by:
bottomBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
bottomBorder in interface TipDefaultAppearance.TipDivFrameResources

bottomLeftBorder

@ImageResource.ImageOptions(repeatStyle=Both)
@ClientBundle.Source(value="errorTipBottomLeftBorder.gif")
ImageResource bottomLeftBorder()
Specified by:
bottomLeftBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
bottomLeftBorder in interface TipDefaultAppearance.TipDivFrameResources

bottomRightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
@ClientBundle.Source(value="errorTipBottomRightBorder.gif")
ImageResource bottomRightBorder()
Specified by:
bottomRightBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
bottomRightBorder in interface TipDefaultAppearance.TipDivFrameResources

leftBorder

@ImageResource.ImageOptions(repeatStyle=Vertical)
@ClientBundle.Source(value="errorTipLeftBorder.gif")
ImageResource leftBorder()
Specified by:
leftBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
leftBorder in interface TipDefaultAppearance.TipDivFrameResources

rightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
@ClientBundle.Source(value="errorTipRightBorder.gif")
ImageResource rightBorder()
Specified by:
rightBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
rightBorder in interface TipDefaultAppearance.TipDivFrameResources

style

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

topBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
@ClientBundle.Source(value="errorTipTopBorder.gif")
ImageResource topBorder()
Specified by:
topBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
topBorder in interface TipDefaultAppearance.TipDivFrameResources

topLeftBorder

@ClientBundle.Source(value="errorTipTopLeftBorder.gif")
ImageResource topLeftBorder()
Specified by:
topLeftBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
topLeftBorder in interface TipDefaultAppearance.TipDivFrameResources

topRightBorder

@ImageResource.ImageOptions(repeatStyle=Both)
@ClientBundle.Source(value="errorTipTopRightBorder.gif")
ImageResource topRightBorder()
Specified by:
topRightBorder in interface NestedDivFrame.NestedDivFrameResources
Specified by:
topRightBorder in interface TipDefaultAppearance.TipDivFrameResources


Copyright © 2012. All Rights Reserved.