Class 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
    • Constructor Detail

      • EditContentEvent

        public EditContentEvent​(org.zkoss.zk.ui.Component target,
                                EditContentEvent.EditContentAction editAction,
                                DocumentId documentId)
        Constructor.
        Parameters:
        target - target component
        editAction - edit action
        documentId - document id
    • Method Detail

      • 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