Class IFormPopupResult

java.lang.Object
com.saperion.ngc.iform.IFormPopupResult

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

    • IFormPopupResult

      public IFormPopupResult(List<FieldResultBean> fieldResultBeans, 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 Details

    • getFieldResultBeans

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

      public 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