Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@92432 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-27 15:45:16 +00:00
parent 8fdd8905ac
commit c128193ae3
10 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,19 @@
/**
*
*/
package org.gcube.portlets.user.td.columnwidget.client.resources;
import com.google.gwt.resources.client.CssResource;
/**
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public interface DialogCSS extends CssResource {
}

View File

@ -0,0 +1,31 @@
package org.gcube.portlets.user.td.columnwidget.client.resources;
import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.ImageResource;
/**
*
* @author "Giancarlo Panichi"
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public interface ResourceBundle extends ClientBundle {
public static final ResourceBundle INSTANCE=GWT.create(ResourceBundle.class);
@Source("Dialog.css")
DialogCSS dialogCSS();
@Source("arrow-refresh_16.png")
ImageResource refresh();
@Source("arrow-refresh_24.png")
ImageResource refresh24();
@Source("arrow-refresh_32.png")
ImageResource refresh32();
}

View File

@ -0,0 +1,3 @@
@CHARSET "UTF-8";

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B