Interface SysResource

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

public interface SysResource extends com.google.gwt.resources.client.ClientBundle
系统资源.
Author:
zhangjianshe
  • Nested Class Summary

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

    com.google.gwt.resources.client.ClientBundle.Source
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SysResource
    The Constant INSTANCE.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.resources.client.ImageResource
    Arrow left white.
    com.google.gwt.resources.client.ImageResource
    Word.
    com.google.gwt.resources.client.ImageResource
    Word.
    com.google.gwt.resources.client.ImageResource
    Inter.
    Gets the css.
    com.google.gwt.resources.client.ImageResource
    Inter.
    com.google.gwt.resources.client.ImageResource
    Loading.
    com.google.gwt.resources.client.ImageResource
    Logo.
    com.google.gwt.resources.client.TextResource
    Jsondata.
    com.google.gwt.resources.client.ImageResource
    Minus.
    com.google.gwt.resources.client.ImageResource
    Plus.
    com.google.gwt.resources.client.ImageResource
    Tree close.
    com.google.gwt.resources.client.ImageResource
    Tree open.
    com.google.gwt.resources.client.ImageResource
    Word.
  • Field Details

    • INSTANCE

      static final SysResource INSTANCE
      The Constant INSTANCE.
  • Method Details

    • getCss

      @Source("style.css") @NotStrict CssStyle getCss()
      Gets the css.
      Returns:
      the css
    • logo

      @Source("image/logo.png") com.google.gwt.resources.client.ImageResource logo()
      Logo.
      Returns:
      the image resource
    • loading

      @Source("image/loadding.gif") com.google.gwt.resources.client.ImageResource loading()
      Loading.
      Returns:
      the image resource
    • arrow_left_white

      @Source("image/arrow_left_white.png") com.google.gwt.resources.client.ImageResource arrow_left_white()
      Arrow left white.
      Returns:
      the image resource
    • plus

      @Source("image/plus.png") com.google.gwt.resources.client.ImageResource plus()
      Plus.
      Returns:
      the image resource
    • minus

      @Source("image/minus.png") com.google.gwt.resources.client.ImageResource minus()
      Minus.
      Returns:
      the image resource
    • inter

      @Source("image/inter.png") com.google.gwt.resources.client.ImageResource inter()
      Inter.
      Returns:
      the image resource
    • delete

      @Source("image/delete.png") com.google.gwt.resources.client.ImageResource delete()
      Inter.
      Returns:
      the image resource
    • treeOpen

      @Source("image/treeOpen.png") com.google.gwt.resources.client.ImageResource treeOpen()
      Tree open.
      Returns:
      the image resource
    • treeClose

      @Source("image/treeClose.png") com.google.gwt.resources.client.ImageResource treeClose()
      Tree close.
      Returns:
      the image resource
    • word

      @Source("image/word.png") com.google.gwt.resources.client.ImageResource word()
      Word.
      Returns:
      the image resource
    • closeRed

      @Source("image/close-red.png") com.google.gwt.resources.client.ImageResource closeRed()
      Word.
      Returns:
      the image resource
    • closeGray

      @Source("image/close-gray.png") com.google.gwt.resources.client.ImageResource closeGray()
      Word.
      Returns:
      the image resource
    • main

      @Source("main.css") com.google.gwt.resources.client.TextResource main()
      Jsondata.
      Returns:
      the text resource