Package com.saperion.ngc.events.iform
Class DocumentAddedEvent
- java.lang.Object
- 
- org.zkoss.zk.ui.event.Event
- 
- com.saperion.ngc.events.iform.DocumentAddedEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DocumentAddedEvent extends org.zkoss.zk.ui.event.EventEvent fired when a new document was added to the archive.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, java.util.List<FieldResultBean> fields)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentIdgetDocumentId()Gets the document id.java.util.List<FieldResultBean>getFieldValues()Gets the field values.
 
- 
- 
- 
Constructor Detail- 
DocumentAddedEventpublic DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, java.util.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 Detail- 
getDocumentIdpublic DocumentId getDocumentId() Gets the document id.- Returns:
- the document id
 
 - 
getFieldValuespublic java.util.List<FieldResultBean> getFieldValues() Gets the field values.- Returns:
- the field values
 
 
- 
 
-