Changed setHeight to internal scroll for pagination at 270px

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@158445 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-11-14 11:49:18 +00:00
parent a4fcb0bcdf
commit 2f9858b0b0
3 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
/**
*
*
* @author Giancarlo Panichi
*
*
@ -264,8 +264,8 @@ public class ComputationsExecutedPanel extends FramedPanel {
Log.debug("Add WorkspaceExplorerSelectNotificationListener");
wsResourcesExplorerPanel.addWorkspaceExplorerSelectNotificationListener(wsResourceExplorerListener);
wsResourcesExplorerPanel.ensureDebugId("wsResourceExplorerPanelComputaions");
Log.debug("Set Height to internal SCROLL 300");
wsResourcesExplorerPanel.setHeightToInternalScroll(300);
Log.debug("Set Height to internal SCROLL 270");
wsResourcesExplorerPanel.setHeightToInternalScroll(270);
/*
* VerticalLayoutContainer vResourcesExplorerContainer = new

View File

@ -47,7 +47,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
/**
*
*
* @author Giancarlo Panichi
*
*
@ -249,7 +249,7 @@ public class InputDataSetsPanel extends FramedPanel {
wsResourcesExplorerPanel.addWorkspaceExplorerSelectNotificationListener(wsResourceExplorerListener);
wsResourcesExplorerPanel.ensureDebugId("wsResourceExplorerPanelForInput");
wsResourcesExplorerPanel.setHeightToInternalScroll(300);
wsResourcesExplorerPanel.setHeightToInternalScroll(270);
Log.debug("Define DND for InputDataSetsPanel");

View File

@ -47,7 +47,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
/**
*
*
* @author Giancarlo Panichi
*
*
@ -248,7 +248,7 @@ public class OutputDataSetsPanel extends FramedPanel {
wsResourcesExplorerPanel.addWorkspaceExplorerSelectNotificationListener(wsResourceExplorerListener);
wsResourcesExplorerPanel.ensureDebugId("wsResourceExplorerPanelForOutput");
wsResourcesExplorerPanel.setHeightToInternalScroll(300);
wsResourcesExplorerPanel.setHeightToInternalScroll(270);
Log.debug("Define DND for InputDataSetsPanel");
@ -365,7 +365,7 @@ public class OutputDataSetsPanel extends FramedPanel {
if (wsResourcesExplorerPanel != null) {
try {
wsResourcesExplorerPanel.refreshRootFolderView();
// wsResourcesExplorerPanel.hardRefresh();
} catch (Exception e) {
Log.error("Error retrieving data: " + e.getLocalizedMessage());