public class IFormPopupResult extends Object
Constructor and Description |
---|
IFormPopupResult(List<FieldResultBean> fieldResultBeans,
List<com.saperion.bean.ContentStream> thumbnails,
int selectedThumbnail)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<FieldResultBean> |
getFieldResultBeans() |
int |
getSelectedThumbnail() |
List<com.saperion.bean.ContentStream> |
getThumbnails() |
public IFormPopupResult(List<FieldResultBean> fieldResultBeans, List<com.saperion.bean.ContentStream> thumbnails, int selectedThumbnail)
fieldResultBeans
- values entered in fieldsthumbnails
- thumbnails for the document/folderselectedThumbnail
- index of the selected thumbnail or -1 if not setpublic List<FieldResultBean> getFieldResultBeans()
public List<com.saperion.bean.ContentStream> getThumbnails()
public int getSelectedThumbnail()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.