public class DocumentAddedEvent
extends org.zkoss.zk.ui.event.Event
| Constructor and Description |
|---|
DocumentAddedEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
List<FieldResultBean> fields)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentId |
getDocumentId()
Gets the document id.
|
List<FieldResultBean> |
getFieldValues()
Gets the field values.
|
public DocumentAddedEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
List<FieldResultBean> fields)
target - target componentid - id of the new documentfields - values of the fields that were used to create the new documentpublic DocumentId getDocumentId()
public List<FieldResultBean> getFieldValues()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.