public class ArchiverSuccessEvent
extends org.zkoss.zk.ui.event.Event
ArchiverHandler
when a new document was archived successfully.Constructor and Description |
---|
ArchiverSuccessEvent(org.zkoss.zk.ui.Component target,
List<FieldResultBean> fieldValues,
DocumentId documentId) |
Modifier and Type | Method and Description |
---|---|
DocumentId |
getDocumentId() |
List<FieldResultBean> |
getFieldValues() |
public ArchiverSuccessEvent(org.zkoss.zk.ui.Component target, List<FieldResultBean> fieldValues, DocumentId documentId)
target
- target componentfieldValues
- values entered in mask fieldsdocumentId
- id of the new documentpublic DocumentId getDocumentId()
public List<FieldResultBean> getFieldValues()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.