Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-replacebyexternal-widget@101496 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-11-07 14:48:53 +00:00 committed by Giancarlo Panichi
parent d6c3f56928
commit 0e5ba21e8e
23 changed files with 69 additions and 9 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/tabular-data-unionwizard-widget-1.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/tabular-data-replacebyexternal-widget-1.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/tabular-data-unionwizard-widget-1.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/tabular-data-replacebyexternal-widget-1.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -33,5 +33,5 @@
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/tabular-data-unionwizard-widget-1.0.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/tabular-data-replacebyexternal-widget-1.0.0-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -65,7 +65,7 @@ public class ColumnMappingCard extends WizardCard {
getWizardWindow().setEnableBackButton(false);
ArrayList<ReplaceByExternalColumnsMapping> columnsMatch=columnMappingPanel.getSelectedMap();
if(columnsMatch==null){
if(columnsMatch==null || columnsMatch.size()<=0){
Log.debug("No columns match created: "
+columnsMatch);
UtilsGXT3

View File

@ -11,7 +11,7 @@ import com.google.gwt.resources.client.CssResource;
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public interface UnionCSS extends CssResource {
public interface ReplaceByExternalCSS extends CssResource {
@ClassName("wizard-title")
public String getWizardTitle();

View File

@ -11,8 +11,8 @@ public interface ReplaceByExternalResourceBundle extends ClientBundle {
public static final ReplaceByExternalResourceBundle INSTANCE=GWT.create(ReplaceByExternalResourceBundle.class);
@Source("UnionWizardTD.css")
UnionCSS unionCss();
@Source("ReplaceByExternal.css")
ReplaceByExternalCSS replaceByExternalCss();
@Source("arrow-refresh.png")
ImageResource refresh();
@ -24,10 +24,10 @@ public interface ReplaceByExternalResourceBundle extends ClientBundle {
ImageResource refresh32();
@Source("accept.png")
ImageResource csvCheckSuccess();
ImageResource success();
@Source("error.png")
ImageResource csvCheckFailure();
ImageResource failure();
@Source("loading.gif")
ImageResource loading();
@ -46,6 +46,12 @@ public interface ReplaceByExternalResourceBundle extends ClientBundle {
@Source("delete_32.png")
ImageResource delete32();
@Source("table-replace-by-external.png")
ImageResource tableReplaceByExternal();
@Source("table-replace-by-external_32.png")
ImageResource tableReplaceByExternal32();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 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

View File

@ -0,0 +1,54 @@
@CHARSET "UTF-8";
.wizard-title {
padding: 5px;
font-weight: bold;
font-size: small;
background-color: #C3D9FF;
}
.wizard-footer {
padding: 5px;
font-weight: bold;
font-size: small;
text-align: right;
background-color: #CDEB8B
}
.source-selection-hover:hover {
cursor: pointer;
}
.column-excluded {
background-color: #e6e0da !important;
color: #bfa698;
}
.importSelection-sources {
padding: 30px;
display: block;
margin-top: 20px;
}
.importSelection-source {
padding-bottom: 20px;
}
.sdmxRegistryUrlStyle {
padding-top:5px;
}
.sdmxRegistryUrlInputStyle {
width:300px!important;
}
input#sdmxRegistryUrlInputFieldId-input {
width:300px!important;
}