Remove Useless Dirs

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@86238 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-27 09:03:54 +00:00 committed by Giancarlo Panichi
parent 731655b903
commit 69287e3895
2 changed files with 0 additions and 65 deletions

View File

@ -1,24 +0,0 @@
package org.gcube.portlets.user.td.sdmximportwidget.client.dataresource;
import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.ImageResource;
public interface ResourceBundle extends ClientBundle {
public static final ResourceBundle IMPL=GWT.create(ResourceBundle.class);
@Source("resources/SDMXImportWizardTD.css")
SDMXImportCSS sdmxImportCss();
@Source("resources/arrow-refresh.png")
ImageResource refresh();
@Source("resources/arrow-refresh_16.png")
ImageResource refresh_16();
@Source("resources/arrow-refresh_32.png")
ImageResource refresh32();
}

View File

@ -1,41 +0,0 @@
/**
*
*/
package org.gcube.portlets.user.td.sdmximportwidget.client.dataresource;
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 SDMXImportCSS extends CssResource {
@ClassName("wizard-title")
public String getWizardTitle();
@ClassName("wizard-footer")
public String getWizardFooter();
@ClassName("source-selection-hover")
public String getSourceSelectionHover();
// @ClassName("column-excluded")
// public String getColumnExcluded();
@ClassName("importSelection-sources")
public String getImportSelectionSources();
@ClassName("importSelection-source")
public String getImportSelectionSource();
@ClassName("sdmxRegistryUrlStyle")
public String getSDMXRegistryUrlStyle();
@ClassName("sdmxRegistryUrlInputStyle")
public String getSDMXRegistryUrlInputStyle();
}