Class IFormPopupResult


  • public class IFormPopupResult
    extends java.lang.Object
    Bean that holds the information entered in an IntelligentFormPopupWindow.
    • Constructor Detail

      • IFormPopupResult

        public IFormPopupResult​(java.util.List<FieldResultBean> fieldResultBeans,
                                java.util.List<com.saperion.bean.ContentStream> thumbnails,
                                int selectedThumbnail)
        Constructor.
        Parameters:
        fieldResultBeans - values entered in fields
        thumbnails - thumbnails for the document/folder
        selectedThumbnail - index of the selected thumbnail or -1 if not set
    • Method Detail

      • getFieldResultBeans

        public java.util.List<FieldResultBean> getFieldResultBeans()
        Returns:
        values entered in fields
      • getThumbnails

        public java.util.List<com.saperion.bean.ContentStream> getThumbnails()
        Returns:
        thumbnails for the document
      • getSelectedThumbnail

        public int getSelectedThumbnail()
        Returns:
        index of the selected thumbnail or -1 if not set