Class EditStructureEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class EditStructureEvent
    extends org.zkoss.zk.ui.event.Event
    Event sent to the result list when the user clicks on the edit structure context menu item.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentId getDocumentId()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EditStructureEvent

        public EditStructureEvent​(org.zkoss.zk.ui.Component target,
                                  DocumentId documentId)
        Parameters:
        target - target component of the event
        documentId - ID of the document to be edited
    • Method Detail

      • getDocumentId

        public DocumentId getDocumentId()
        Returns:
        ID of the document to be edited