Class EditContentEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.resultset.EditContentEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class EditContentEvent extends org.zkoss.zk.ui.event.Event
Event fired to react on content editing.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EditContentEvent.EditContentAction
Edit actions.
-
Constructor Summary
Constructors Constructor Description EditContentEvent(org.zkoss.zk.ui.Component target, EditContentEvent.EditContentAction editAction, DocumentId documentId)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentId
getDocumentId()
EditContentEvent.EditContentAction
getEditAction()
java.lang.String
getViewerPopupId()
Gets the viewer popup id.void
setViewerPopupId(java.lang.String viewerPopupId)
Sets the viewer popup id.
-
-
-
Constructor Detail
-
EditContentEvent
public EditContentEvent(org.zkoss.zk.ui.Component target, EditContentEvent.EditContentAction editAction, DocumentId documentId)
Constructor.- Parameters:
target
- target componenteditAction
- edit actiondocumentId
- document id
-
-
Method Detail
-
getEditAction
public EditContentEvent.EditContentAction getEditAction()
- Returns:
- edit action
-
getDocumentId
public DocumentId getDocumentId()
- Returns:
- document id
-
getViewerPopupId
public java.lang.String getViewerPopupId()
Gets the viewer popup id.- Returns:
- the viewer popup id
-
setViewerPopupId
public void setViewerPopupId(java.lang.String viewerPopupId)
Sets the viewer popup id.- Parameters:
viewerPopupId
- the new viewer popup id
-
-