428: TDM - Support the new Workspace Explorer

Task-Url: https://support.d4science.org/issues/428

Updated support to workspace explorer

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@117640 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-08-03 16:56:02 +00:00
parent f60ecdfd2b
commit 4c0b1430af
3 changed files with 3 additions and 12 deletions

View File

@ -11,7 +11,7 @@ import com.google.web.bindery.event.shared.EventBus;
public class CSVImportWizardTD extends WizardWindow {
protected CSVImportSession importSession;
protected String WIZARDWIDTH = "712px";
protected String WIZARDWIDTH = "727px";
protected String WIZARDHEIGHT = "520px";
//private CSVImportWizardTD wizard;

View File

@ -69,16 +69,7 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
wpanel = new WorkspaceExplorerSelectPanel(new String(
"Workspace Selection"), filterCriteria);
// wpanel.setSpWidth("536px");
// wpanel.setSpHeight("384px");
// wpanel.setShowableTypes(ItemType.EXTERNAL_FILE);
// wpanel.setSelectableTypes(ItemType.EXTERNAL_FILE);
// wpanel.getSelectableTypes().remove(ItemType.ROOT);
// wpanel.getSelectableTypes().remove(ItemType.FOLDER);
// wpanel.setAllowedMimeTypes("text/csv", "application/zip",
// "application/x-zip", "application/x-zip-compressed",
// "application/octet","application/octet-stream");
WorskpaceExplorerSelectNotificationListener handler = new WorskpaceExplorerSelectNotificationListener() {
@Override

View File

@ -30,7 +30,7 @@
</servlet-mapping>
<servlet-mapping>
<servlet-name>jUnitHostImpl</servlet-name>
<url-pattern>CSVImportWizardTDManagerWidgets/junithost/*</url-pattern>
<url-pattern>/CSVImportWizardTDManagerWidgets/junithost/*</url-pattern>
</servlet-mapping>
<servlet-mapping>