Interface RoundedCornersResource

  • All Superinterfaces:
    com.google.gwt.resources.client.ClientBundle

    public interface RoundedCornersResource
    extends com.google.gwt.resources.client.ClientBundle
    • Method Detail

      • whiteTopLeftCorner

        @Source("images/corners/whiteTopLeft.gif")
        com.google.gwt.resources.client.ImageResource whiteTopLeftCorner()
      • whiteTopRightCorner

        @Source("images/corners/whiteTopRight.gif")
        com.google.gwt.resources.client.ImageResource whiteTopRightCorner()
      • whiteBottomLeftCorner

        @Source("images/corners/whiteBottomLeft.gif")
        com.google.gwt.resources.client.ImageResource whiteBottomLeftCorner()
      • whiteBottomRightCorner

        @Source("images/corners/whiteBottomRight.gif")
        com.google.gwt.resources.client.ImageResource whiteBottomRightCorner()
      • greyTopLeftCorner

        @Source("images/corners/greyTopLeftCorner.gif")
        com.google.gwt.resources.client.ImageResource greyTopLeftCorner()
      • greyTopRightCorner

        @Source("images/corners/greyTopRightCorner.gif")
        com.google.gwt.resources.client.ImageResource greyTopRightCorner()
      • greyBottomLeftCorner

        @Source("images/corners/greyBottomLeftCorner.gif")
        com.google.gwt.resources.client.ImageResource greyBottomLeftCorner()
      • greyBottomRightCorner

        @Source("images/corners/greyBottomRightCorner.gif")
        com.google.gwt.resources.client.ImageResource greyBottomRightCorner()
      • greyBottom

        @ImageOptions(repeatStyle=Horizontal)
        @Source("images/corners/greyBottom.gif")
        com.google.gwt.resources.client.ImageResource greyBottom()
      • greyTop

        @ImageOptions(flipRtl=true,
                      repeatStyle=Horizontal)
        @Source("images/corners/greyTop.gif")
        com.google.gwt.resources.client.ImageResource greyTop()
      • greySideLeft

        @ImageOptions(repeatStyle=Vertical)
        @Source("images/corners/greyLeftSide.gif")
        com.google.gwt.resources.client.ImageResource greySideLeft()
      • greySideRight

        @ImageOptions(repeatStyle=Vertical)
        @Source("images/corners/greyRightSide.gif")
        com.google.gwt.resources.client.ImageResource greySideRight()
      • roundCornersCss

        @Source("css/RoundCorners.css")
        RoundCornersCss roundCornersCss()