Commit a1da097e authored by sbade's avatar sbade

added new loading image path to this file for waiting loading image functionality


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97313 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6e717e08
...@@ -65,6 +65,9 @@ public interface Resources extends ClientBundle ...@@ -65,6 +65,9 @@ public interface Resources extends ClientBundle
@Source("images/documentHelp-blue.png") @Source("images/documentHelp-blue.png")
public ImageResource docHelpBlue(); public ImageResource docHelpBlue();
@Source("images/large-loading.gif")
public ImageResource loadingImg();
interface DataGridResources extends DataGrid.Resources { interface DataGridResources extends DataGrid.Resources {
@Source(value = { DataGrid.Style.DEFAULT_CSS, "css/DataGrid/blueTheme.css" }) @Source(value = { DataGrid.Style.DEFAULT_CSS, "css/DataGrid/blueTheme.css" })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment