Interface CommonImages

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

    public interface CommonImages
    extends com.google.gwt.resources.client.ClientBundle
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle

        com.google.gwt.resources.client.ClientBundle.Source
    • Method Detail

      • newItem

        @Source("images/new_item.gif")
        com.google.gwt.resources.client.ImageResource newItem()
      • newItemDisabled

        @Source("images/new_item_disabled.gif")
        com.google.gwt.resources.client.ImageResource newItemDisabled()
      • collapse

        @Source("images/collapse.gif")
        com.google.gwt.resources.client.ImageResource collapse()
      • collapseAll

        @Source("images/collapseall.gif")
        com.google.gwt.resources.client.ImageResource collapseAll()
      • expand

        @Source("images/expand.gif")
        com.google.gwt.resources.client.ImageResource expand()
      • expandAll

        @Source("images/expandall.gif")
        com.google.gwt.resources.client.ImageResource expandAll()
      • close

        @Source("images/close.gif")
        com.google.gwt.resources.client.ImageResource close()
      • 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()
      • warningLarge

        @Source("images/warning-large.png")
        com.google.gwt.resources.client.ImageResource warningLarge()
      • information

        @Source("images/information.gif")
        com.google.gwt.resources.client.ImageResource information()
      • validationError

        @Source("images/validation_error.gif")
        com.google.gwt.resources.client.ImageResource validationError()
      • spinner

        @Source("images/spinner.gif")
        com.google.gwt.resources.client.ImageResource spinner()
      • downArrow

        @Source("images/downArrow.png")
        com.google.gwt.resources.client.ImageResource downArrow()
      • smallDownArrow

        @Source("images/smallDownArrow.png")
        com.google.gwt.resources.client.ImageResource smallDownArrow()
      • upArrow

        @Source("images/upArrow.png")
        com.google.gwt.resources.client.ImageResource upArrow()
      • smallUpArrow

        @Source("images/smallUpArrow.png")
        com.google.gwt.resources.client.ImageResource smallUpArrow()
      • columnPicker

        @Source("images/columnPicker.png")
        com.google.gwt.resources.client.ImageResource columnPicker()