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:
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 Summary
ConstructorsConstructorDescriptionDocumentAddedEvent
(org.zkoss.zk.ui.Component target, DocumentId id, List<FieldResultBean> fields) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the document id.Gets the field values.Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
DocumentAddedEvent
public DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, List<FieldResultBean> fields) Constructor.- Parameters:
target
- target componentid
- id of the new documentfields
- values of the fields that were used to create the new document
-
-
Method Details
-
getDocumentId
Gets the document id.- Returns:
- the document id
-
getFieldValues
Gets the field values.- Returns:
- the field values
-