com.sencha.gxt.theme.base.client.button
Interface ButtonTableFrameResources
- All Superinterfaces:
- ClientBundle, TableFrame.TableFrameResources
public interface ButtonTableFrameResources
- extends TableFrame.TableFrameResources, ClientBundle
style
@ClientBundle.Source(value={"com/sencha/gxt/theme/base/client/frame/TableFrame.css","com/sencha/gxt/theme/base/client/button/ButtonTableFrame.css"})
TableFrame.TableFrameStyle style()
- Specified by:
style in interface TableFrame.TableFrameResources
background
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource background()
backgroundOverBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource backgroundOverBorder()
backgroundPressedBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource backgroundPressedBorder()
topLeftBorder
ImageResource topLeftBorder()
- Specified by:
topLeftBorder in interface TableFrame.TableFrameResources
topLeftOverBorder
ImageResource topLeftOverBorder()
topLeftPressedBorder
ImageResource topLeftPressedBorder()
topBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topBorder()
- Specified by:
topBorder in interface TableFrame.TableFrameResources
topOverBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topOverBorder()
topPressedBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topPressedBorder()
topRightBorder
ImageResource topRightBorder()
- Specified by:
topRightBorder in interface TableFrame.TableFrameResources
topRightOverBorder
ImageResource topRightOverBorder()
topRightPressedBorder
ImageResource topRightPressedBorder()
leftBorder
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftBorder()
- Specified by:
leftBorder in interface TableFrame.TableFrameResources
leftOverBorder
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftOverBorder()
leftPressedBorder
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource leftPressedBorder()
rightBorder
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource rightBorder()
- Specified by:
rightBorder in interface TableFrame.TableFrameResources
rightOverBorder
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource rightOverBorder()
rightPressedBorder
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource rightPressedBorder()
bottomLeftBorder
ImageResource bottomLeftBorder()
- Specified by:
bottomLeftBorder in interface TableFrame.TableFrameResources
bottomLeftOverBorder
ImageResource bottomLeftOverBorder()
bottomLeftPressedBorder
ImageResource bottomLeftPressedBorder()
bottomBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bottomBorder()
- Specified by:
bottomBorder in interface TableFrame.TableFrameResources
bottomOverBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bottomOverBorder()
bottomPressedBorder
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bottomPressedBorder()
bottomRightBorder
ImageResource bottomRightBorder()
- Specified by:
bottomRightBorder in interface TableFrame.TableFrameResources
bottomRightOverBorder
ImageResource bottomRightOverBorder()
bottomRightPressedBorder
ImageResource bottomRightPressedBorder()
Copyright © 2012. All Rights Reserved.