public class DisplayPopupEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
DisplayPopupEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
boolean isWithCtrl,
boolean editMode)
Constructor.
|
DisplayPopupEvent(org.zkoss.zk.ui.Component target,
DocumentId id,
boolean currentRevision,
boolean isWithCtrl,
boolean editMode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCurrentRevision() |
DocumentId |
getDocumentId() |
boolean |
getEditMode() |
boolean |
isWithCtrl() |
public DisplayPopupEvent(org.zkoss.zk.ui.Component target, DocumentId id, boolean isWithCtrl, boolean editMode)
target
- target componentid
- Document ideditMode
- set to true to set the viewer to edit modeisWithCtrl
- Is with ctrlpublic DisplayPopupEvent(org.zkoss.zk.ui.Component target, DocumentId id, boolean currentRevision, boolean isWithCtrl, boolean editMode)
target
- target componentcurrentRevision
- currentRevisionid
- Document ideditMode
- set to true to set the viewer to edit modeisWithCtrl
- Is with ctrlpublic DocumentId getDocumentId()
public boolean isWithCtrl()
public boolean getEditMode()
public boolean getCurrentRevision()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.