public class EditContentEvent
extends org.zkoss.zk.ui.event.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
EditContentEvent.EditContentAction
Edit actions.
|
| Constructor and Description |
|---|
EditContentEvent(org.zkoss.zk.ui.Component target,
EditContentEvent.EditContentAction editAction,
DocumentId documentId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentId |
getDocumentId() |
EditContentEvent.EditContentAction |
getEditAction() |
String |
getViewerPopupId()
Gets the viewer popup id.
|
void |
setViewerPopupId(String viewerPopupId)
Sets the viewer popup id.
|
public EditContentEvent(org.zkoss.zk.ui.Component target,
EditContentEvent.EditContentAction editAction,
DocumentId documentId)
target - target componenteditAction - edit actiondocumentId - document idpublic EditContentEvent.EditContentAction getEditAction()
public DocumentId getDocumentId()
public String getViewerPopupId()
public void setViewerPopupId(String viewerPopupId)
viewerPopupId - the new viewer popup idCopyright © 2016 SAPERION AG. All rights reserved.