Class DownloadResultItemEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloadResultItemEvent
    extends org.zkoss.zk.ui.event.Event
    ZK event to download documents.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ResultProperties> getItems()  
      • 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

      • DownloadResultItemEvent

        public DownloadResultItemEvent​(org.zkoss.zk.ui.Component target,
                                       java.util.List<ResultProperties> itemsToDownload)
        Constructor.
        Parameters:
        target - target component
        itemsToDownload - items to download
    • Method Detail

      • getItems

        public java.util.List<ResultProperties> getItems()
        Returns:
        items to download