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.Event
Event fired when a new document was added to the archive.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, java.util.List<FieldResultBean> fields)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentId
getDocumentId()
Gets the document id.java.util.List<FieldResultBean>
getFieldValues()
Gets the field values.
-
-
-
Constructor Detail
-
DocumentAddedEvent
public DocumentAddedEvent(org.zkoss.zk.ui.Component target, DocumentId id, java.util.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 Detail
-
getDocumentId
public DocumentId getDocumentId()
Gets the document id.- Returns:
- the document id
-
getFieldValues
public java.util.List<FieldResultBean> getFieldValues()
Gets the field values.- Returns:
- the field values
-
-