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 -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.resources.client.ImageResourceArrow left white.com.google.gwt.resources.client.ImageResourceWord.com.google.gwt.resources.client.ImageResourcecloseRed()Word.com.google.gwt.resources.client.ImageResourcedelete()Inter.getCss()Gets the css.com.google.gwt.resources.client.ImageResourceinter()Inter.com.google.gwt.resources.client.ImageResourceloading()Loading.com.google.gwt.resources.client.ImageResourcelogo()Logo.com.google.gwt.resources.client.TextResourcemain()Jsondata.com.google.gwt.resources.client.ImageResourceminus()Minus.com.google.gwt.resources.client.ImageResourceplus()Plus.com.google.gwt.resources.client.ImageResourceTree close.com.google.gwt.resources.client.ImageResourcetreeOpen()Tree open.com.google.gwt.resources.client.ImageResourceword()Word.
-
Field Details
-
INSTANCE
The Constant INSTANCE.
-
-
Method Details
-
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
-