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 SummaryConstructorsConstructorDescriptionDownloadResultItemEvent(org.zkoss.zk.ui.Component target, List<ResultProperties> itemsToDownload) Constructor.
- 
Method SummaryMethods inherited from class org.zkoss.zk.ui.event.EventgetData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
- 
Constructor Details- 
DownloadResultItemEventpublic DownloadResultItemEvent(org.zkoss.zk.ui.Component target, List<ResultProperties> itemsToDownload) Constructor.- Parameters:
- target- target component
- itemsToDownload- items to download
 
 
- 
- 
Method Details- 
getItems- Returns:
- items to download
 
 
-