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();