git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@84635 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f317b67e23
commit
ff2a371781
|
@ -8,16 +8,15 @@ import com.google.gwt.resources.client.ClientBundle;
|
||||||
import com.google.gwt.resources.client.ImageResource;
|
import com.google.gwt.resources.client.ImageResource;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author "Federico De Faveri defaveri@isti.cnr.it"
|
*
|
||||||
|
* @author "Giancarlo Panichi"
|
||||||
|
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public interface TabularDataResources extends ClientBundle {
|
public interface TabularDataResources extends ClientBundle {
|
||||||
|
|
||||||
public static final TabularDataResources INSTANCE = GWT.create(TabularDataResources.class);
|
public static final TabularDataResources INSTANCE = GWT.create(TabularDataResources.class);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Source("page-white-add_32.png")
|
@Source("page-white-add_32.png")
|
||||||
ImageResource open32();
|
ImageResource open32();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue