Package com.saperion.ngc.iform
Class IFormPopupResult
java.lang.Object
com.saperion.ngc.iform.IFormPopupResult
Bean that holds the information entered in an IntelligentFormPopupWindow.
-
Constructor Summary
ConstructorsConstructorDescriptionIFormPopupResult
(List<FieldResultBean> fieldResultBeans, List<com.saperion.bean.ContentStream> thumbnails, int selectedThumbnail) Constructor. -
Method Summary
-
Constructor Details
-
IFormPopupResult
public IFormPopupResult(List<FieldResultBean> fieldResultBeans, List<com.saperion.bean.ContentStream> thumbnails, int selectedThumbnail) Constructor.- Parameters:
fieldResultBeans
- values entered in fieldsthumbnails
- thumbnails for the document/folderselectedThumbnail
- index of the selected thumbnail or -1 if not set
-
-
Method Details
-
getFieldResultBeans
- Returns:
- values entered in fields
-
getThumbnails
- Returns:
- thumbnails for the document
-
getSelectedThumbnail
public int getSelectedThumbnail()- Returns:
- index of the selected thumbnail or -1 if not set
-