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

All Superinterfaces:
ClientBundle, TableFrame.TableFrameResources
Enclosing class:
InfoDefaultAppearance

public static interface InfoDefaultAppearance.InfoTableFrameResources
extends TableFrame.TableFrameResources, 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.InfoTableFrameStyle 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=Both)
ImageResource bottomBorder()
Specified by:
bottomBorder in interface TableFrame.TableFrameResources

bottomLeftBorder

@ClientBundle.Source(value="bottomLeftBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource bottomLeftBorder()
Specified by:
bottomLeftBorder in interface TableFrame.TableFrameResources

bottomRightBorder

@ClientBundle.Source(value="bottomRightBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource bottomRightBorder()
Specified by:
bottomRightBorder in interface TableFrame.TableFrameResources

leftBorder

@ClientBundle.Source(value="leftBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource leftBorder()
Specified by:
leftBorder in interface TableFrame.TableFrameResources

rightBorder

@ClientBundle.Source(value="rightBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource rightBorder()
Specified by:
rightBorder in interface TableFrame.TableFrameResources

style

@ClientBundle.Source(value={"com/sencha/gxt/theme/base/client/frame/TableFrame.css","InfoTableFrame.css"})
InfoDefaultAppearance.InfoTableFrameStyle style()
Specified by:
style in interface TableFrame.TableFrameResources

topBorder

@ClientBundle.Source(value="topBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource topBorder()
Specified by:
topBorder in interface TableFrame.TableFrameResources

topLeftBorder

@ClientBundle.Source(value="topLeftBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource topLeftBorder()
Specified by:
topLeftBorder in interface TableFrame.TableFrameResources

topRightBorder

@ClientBundle.Source(value="topRightBorder.png")
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource topRightBorder()
Specified by:
topRightBorder in interface TableFrame.TableFrameResources


Copyright © 2012. All Rights Reserved.