From 9e47ee680cfd1165d2fd60d41e056c02c23c0b70 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Thu, 13 Jul 2017 14:52:59 +0000 Subject: [PATCH] Added constructor public WorkspaceResourcesExplorerPanelPaginated(String folderId, boolean showOnlyFolders, List showProperties, FilterCriteria filter, boolean showGcubeInfo, DISPLAY_FIELD sortByColumn) git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@151060 82a268e6-3cf1-43bd-a215-b396298e98cf --- ...kspaceResourcesExplorerPanelPaginated.java | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/explore/WorkspaceResourcesExplorerPanelPaginated.java b/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/explore/WorkspaceResourcesExplorerPanelPaginated.java index a3207e8..8e677f3 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/explore/WorkspaceResourcesExplorerPanelPaginated.java +++ b/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/explore/WorkspaceResourcesExplorerPanelPaginated.java @@ -69,6 +69,23 @@ public class WorkspaceResourcesExplorerPanelPaginated extends WorkspaceResources super(folderId, showOnlyFolders, showProperties, filter); } + + + /** + * Instantiates a new workspace resources explorer panel paginated. + * + * @param folderId the folder id + * @param showOnlyFolders the show only folders + * @param showProperties the show properties + * @param filter the filter + * @param showGcubeInfo the show gcube info + * @param sortByColumn the sort by column + * @throws Exception + */ + public WorkspaceResourcesExplorerPanelPaginated(String folderId, boolean showOnlyFolders, List showProperties, FilterCriteria filter, boolean showGcubeInfo, DISPLAY_FIELD sortByColumn) throws Exception { + super(folderId,showOnlyFolders,showProperties,filter,showGcubeInfo,sortByColumn); + } + /** * Inits the explorer. * @@ -103,7 +120,8 @@ public class WorkspaceResourcesExplorerPanelPaginated extends WorkspaceResources /** * Hard refresh. It performs a purge of cached page and reload the folder passed in input - * @throws Exception + * + * @throws Exception the exception */ public void hardRefresh() throws Exception{ wsExplorer.purgeCache();