Class DocumentAddedEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.iform.DocumentAddedEvent
All Implemented Interfaces:
Serializable

public class DocumentAddedEvent extends org.zkoss.zk.ui.event.Event
Event fired when a new document was added to the archive.
See Also:
  • Constructor Details

    • DocumentAddedEvent

      public DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, List<FieldResultBean> fields)
      Constructor.
      Parameters:
      target - target component
      id - id of the new document
      fields - values of the fields that were used to create the new document
  • Method Details

    • getDocumentId

      public DocumentId getDocumentId()
      Gets the document id.
      Returns:
      the document id
    • getFieldValues

      public List<FieldResultBean> getFieldValues()
      Gets the field values.
      Returns:
      the field values