Class DownloadResultItemEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.DownloadResultItemEvent
- All Implemented Interfaces:
Serializable
public class DownloadResultItemEvent
extends org.zkoss.zk.ui.event.Event
ZK event to download documents.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadResultItemEvent
(org.zkoss.zk.ui.Component target, List<ResultProperties> itemsToDownload) Constructor. -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
DownloadResultItemEvent
public DownloadResultItemEvent(org.zkoss.zk.ui.Component target, List<ResultProperties> itemsToDownload) Constructor.- Parameters:
target
- target componentitemsToDownload
- items to download
-
-
Method Details
-
getItems
- Returns:
- items to download
-