Class FilePreviewEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class FilePreviewEvent
    extends org.zkoss.zk.ui.event.Event
    Event used to display preview information about a file in an iForm.
    See Also:
    Serialized Form
    • Constructor Summary

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

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

      • FilePreviewEvent

        public FilePreviewEvent​(FolderId fileFolder,
                                org.zkoss.zk.ui.Component target)
        Constructor.
        Parameters:
        fileFolder - file folder id
        target - target component
    • Method Detail

      • getFileFolder

        public FolderId getFileFolder()
        Returns:
        the id of the folder representing the file