com.sencha.gxt.theme.base.client.button
Interface ButtonGroupBaseTableFrameResources

All Superinterfaces:
ClientBundle, TableFrame.TableFrameResources
All Known Subinterfaces:
BlueButtonGroupAppearance.BlueButtonGroupTableFrameResources

public interface ButtonGroupBaseTableFrameResources
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 backgroundOverBorder()
           
 ImageResource backgroundPressedBorder()
           
 ImageResource bottomLeftBorder()
           
 ImageResource bottomRightBorder()
           
 ImageResource leftOverBorder()
           
 ImageResource leftPressedBorder()
           
 ButtonGroupBaseAppearance.ButtonGroupTableFrameStyle style()
           
 ImageResource topOverBorder()
           
 ImageResource topPressedBorder()
           
 
Methods inherited from interface com.sencha.gxt.theme.base.client.frame.TableFrame.TableFrameResources
bottomBorder, leftBorder, rightBorder, topBorder, topLeftBorder, topRightBorder
 

Method Detail

style

@ClientBundle.Source(value={"com/sencha/gxt/theme/base/client/frame/TableFrame.css","ButtonGroupTableFrame.css"})
ButtonGroupBaseAppearance.ButtonGroupTableFrameStyle style()
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()

backgroundOverBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource backgroundOverBorder()

backgroundPressedBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource backgroundPressedBorder()

topOverBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topOverBorder()

topPressedBorder

@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topPressedBorder()

leftOverBorder

@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftOverBorder()

leftPressedBorder

@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftPressedBorder()

bottomLeftBorder

@ImageResource.ImageOptions(repeatStyle=Both,
                            preventInlining=true)
ImageResource bottomLeftBorder()
Specified by:
bottomLeftBorder in interface TableFrame.TableFrameResources

bottomRightBorder

@ImageResource.ImageOptions(repeatStyle=Both,
                            preventInlining=true)
ImageResource bottomRightBorder()
Specified by:
bottomRightBorder in interface TableFrame.TableFrameResources


Copyright © 2012. All Rights Reserved.