com.sencha.gxt.theme.blue.client.button
Interface BlueButtonGroupAppearance.BlueButtonGroupTableFrameResources

All Superinterfaces:
ButtonGroupBaseTableFrameResources, ClientBundle, TableFrame.TableFrameResources
Enclosing class:
BlueButtonGroupAppearance

public static interface BlueButtonGroupAppearance.BlueButtonGroupTableFrameResources
extends ButtonGroupBaseTableFrameResources


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource background()
           
 ImageResource bottomBorder()
           
 ImageResource leftBorder()
           
 ImageResource rightBorder()
           
 ButtonGroupBaseAppearance.ButtonGroupTableFrameStyle style()
           
 ImageResource topBorder()
           
 ImageResource topLeftBorder()
           
 ImageResource topNoHeadBorder()
           
 ImageResource topRightBorder()
           
 
Methods inherited from interface com.sencha.gxt.theme.base.client.button.ButtonGroupBaseTableFrameResources
backgroundOverBorder, backgroundPressedBorder, bottomLeftBorder, bottomRightBorder, leftOverBorder, leftPressedBorder, topOverBorder, topPressedBorder
 

Method Detail

style

@ClientBundle.Source(value={"com/sencha/gxt/theme/base/client/frame/TableFrame.css","com/sencha/gxt/theme/base/client/button/ButtonGroupTableFrame.css"})
ButtonGroupBaseAppearance.ButtonGroupTableFrameStyle style()
Specified by:
style in interface ButtonGroupBaseTableFrameResources
Specified by:
style in interface TableFrame.TableFrameResources

background

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

topLeftBorder

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

topBorder

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

topRightBorder

@ClientBundle.Source(value="groupTopRightBorder.gif")
ImageResource topRightBorder()
Specified by:
topRightBorder in interface TableFrame.TableFrameResources

leftBorder

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

rightBorder

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

bottomBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
@ClientBundle.Source(value="groupBottomBorder.gif")
ImageResource bottomBorder()
Specified by:
bottomBorder in interface TableFrame.TableFrameResources

topNoHeadBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
@ClientBundle.Source(value="groupTopNoHeadBorder.gif")
ImageResource topNoHeadBorder()


Copyright © 2012. All Rights Reserved.