Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-unionwizard-widget@98763 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-17 15:00:36 +00:00 committed by Giancarlo Panichi
parent a42655af3c
commit e6b7ddfabd
4 changed files with 9 additions and 16 deletions

View File

@ -11,37 +11,30 @@ public interface ResourceBundle extends ClientBundle {
public static final ResourceBundle INSTANCE=GWT.create(ResourceBundle.class); public static final ResourceBundle INSTANCE=GWT.create(ResourceBundle.class);
@Source("resources/UnionWizardTD.css") @Source("UnionWizardTD.css")
UnionCSS unionCss(); UnionCSS unionCss();
@Source("resources/arrow-refresh.png") @Source("arrow-refresh.png")
ImageResource refresh(); ImageResource refresh();
@Source("resources/arrow-refresh_16.png") @Source("arrow-refresh_16.png")
ImageResource refresh_16(); ImageResource refresh_16();
@Source("resources/arrow-refresh_32.png") @Source("arrow-refresh_32.png")
ImageResource refresh32(); ImageResource refresh32();
@Source("resources/accept.png") @Source("accept.png")
ImageResource csvCheckSuccess(); ImageResource csvCheckSuccess();
@Source("resources/error.png") @Source("error.png")
ImageResource csvCheckFailure(); ImageResource csvCheckFailure();
@Source("resources/loading.gif") @Source("loading.gif")
ImageResource loading(); ImageResource loading();
@Source("resources/information.png") @Source("information.png")
ImageResource information(); ImageResource information();
@Source("resources/delete.png")
ImageResource delete();
@Source("resources/delete_32.png")
ImageResource delete32();
/*
@Source("add.png") @Source("add.png")
ImageResource add(); ImageResource add();
@ -53,6 +46,6 @@ public interface ResourceBundle extends ClientBundle {
@Source("delete_32.png") @Source("delete_32.png")
ImageResource delete32(); ImageResource delete32();
*/
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB