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:
parent
a42655af3c
commit
e6b7ddfabd
|
@ -11,37 +11,30 @@ public interface ResourceBundle extends ClientBundle {
|
|||
|
||||
public static final ResourceBundle INSTANCE=GWT.create(ResourceBundle.class);
|
||||
|
||||
@Source("resources/UnionWizardTD.css")
|
||||
@Source("UnionWizardTD.css")
|
||||
UnionCSS unionCss();
|
||||
|
||||
@Source("resources/arrow-refresh.png")
|
||||
@Source("arrow-refresh.png")
|
||||
ImageResource refresh();
|
||||
|
||||
@Source("resources/arrow-refresh_16.png")
|
||||
@Source("arrow-refresh_16.png")
|
||||
ImageResource refresh_16();
|
||||
|
||||
@Source("resources/arrow-refresh_32.png")
|
||||
@Source("arrow-refresh_32.png")
|
||||
ImageResource refresh32();
|
||||
|
||||
@Source("resources/accept.png")
|
||||
@Source("accept.png")
|
||||
ImageResource csvCheckSuccess();
|
||||
|
||||
@Source("resources/error.png")
|
||||
@Source("error.png")
|
||||
ImageResource csvCheckFailure();
|
||||
|
||||
@Source("resources/loading.gif")
|
||||
@Source("loading.gif")
|
||||
ImageResource loading();
|
||||
|
||||
@Source("resources/information.png")
|
||||
@Source("information.png")
|
||||
ImageResource information();
|
||||
|
||||
@Source("resources/delete.png")
|
||||
ImageResource delete();
|
||||
|
||||
@Source("resources/delete_32.png")
|
||||
ImageResource delete32();
|
||||
|
||||
/*
|
||||
@Source("add.png")
|
||||
ImageResource add();
|
||||
|
||||
|
@ -53,6 +46,6 @@ public interface ResourceBundle extends ClientBundle {
|
|||
|
||||
@Source("delete_32.png")
|
||||
ImageResource delete32();
|
||||
*/
|
||||
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 660 B |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue