Class PublishFileViewManager
- java.lang.Object
-
- org.gcube.portlets.widgets.ckan2zenodopublisher.client.view.PublishFileViewManager
-
public class PublishFileViewManager extends Object
-
-
Constructor Summary
Constructors Constructor Description PublishFileViewManager(List<ZenodoFile> listFiles, int tabIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ZenodoFile>getSelectedFileToZenodoPublishing()Gets the selected file to zenodo publishing.com.google.gwt.user.client.ui.CompositegetView()
-
-
-
Constructor Detail
-
PublishFileViewManager
public PublishFileViewManager(List<ZenodoFile> listFiles, int tabIndex)
-
-
Method Detail
-
getView
public com.google.gwt.user.client.ui.Composite getView()
-
getSelectedFileToZenodoPublishing
public List<ZenodoFile> getSelectedFileToZenodoPublishing()
Gets the selected file to zenodo publishing.- Returns:
- the selected file to zenodo publishing
-
-