Class UploadSuccessEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class UploadSuccessEvent
    extends org.zkoss.zk.ui.event.Event
    Event fired to notify the navigation view that a new document was created and filed in the specified folder.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UploadSuccessEvent​(org.zkoss.zk.ui.Component target, FolderId folderId)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FolderId getFolderId()  
      • 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

      • UploadSuccessEvent

        public UploadSuccessEvent​(org.zkoss.zk.ui.Component target,
                                  FolderId folderId)
        Constructor.
        Parameters:
        target - target component
        folderId - id of the folder the new document was filed in
    • Method Detail

      • getFolderId

        public FolderId getFolderId()
        Returns:
        id of the folder the new document was filed in