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
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.