Class EditContentEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.EditContentEvent
All Implemented Interfaces:
Serializable

public class EditContentEvent extends org.zkoss.zk.ui.event.Event
Event fired to react on content editing.
See Also:
  • Constructor Details

    • 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 Details

    • getEditAction

      public EditContentEvent.EditContentAction getEditAction()
      Returns:
      edit action
    • getDocumentId

      public DocumentId getDocumentId()
      Returns:
      document id
    • getViewerPopupId

      public String getViewerPopupId()
      Gets the viewer popup id.
      Returns:
      the viewer popup id
    • setViewerPopupId

      public void setViewerPopupId(String viewerPopupId)
      Sets the viewer popup id.
      Parameters:
      viewerPopupId - the new viewer popup id