Class UploadDocumentEvent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.saperion.ngc.iform.xml.Form getForm()  
      FolderUploadInfos getUploadInfos()  
      void setForm​(com.saperion.ngc.iform.xml.Form form)
      Sets the form to open in IntelligentFormView.
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UploadDocumentEvent

        public UploadDocumentEvent​(org.zkoss.zk.ui.Component target,
                                   FolderUploadInfos infos)
        Constructor.
        Parameters:
        target - target component
        infos - upload infos
      • UploadDocumentEvent

        protected UploadDocumentEvent​(java.lang.String event,
                                      org.zkoss.zk.ui.Component target,
                                      FolderUploadInfos infos)
    • Method Detail

      • setForm

        public void setForm​(com.saperion.ngc.iform.xml.Form form)
        Sets the form to open in IntelligentFormView.
        Parameters:
        form - form
      • getForm

        public com.saperion.ngc.iform.xml.Form getForm()
        Returns:
        form to open in IntelligentFormView