Class DownloadResultItemEvent
- java.lang.Object
- 
- org.zkoss.zk.ui.event.Event
- 
- com.saperion.ngc.events.resultset.DownloadResultItemEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DownloadResultItemEvent extends org.zkoss.zk.ui.event.EventZK event to download documents.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DownloadResultItemEvent(org.zkoss.zk.ui.Component target, java.util.List<ResultProperties> itemsToDownload)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResultProperties>getItems()
 
- 
- 
- 
Constructor Detail- 
DownloadResultItemEventpublic DownloadResultItemEvent(org.zkoss.zk.ui.Component target, java.util.List<ResultProperties> itemsToDownload)Constructor.- Parameters:
- target- target component
- itemsToDownload- items to download
 
 
- 
 - 
Method Detail- 
getItemspublic java.util.List<ResultProperties> getItems() - Returns:
- items to download
 
 
- 
 
-