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.Event
ZK event to download documents.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadResultItemEvent(org.zkoss.zk.ui.Component target, java.util.List<ResultProperties> itemsToDownload)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResultProperties>
getItems()
-
-
-
Constructor Detail
-
DownloadResultItemEvent
public DownloadResultItemEvent(org.zkoss.zk.ui.Component target, java.util.List<ResultProperties> itemsToDownload)
Constructor.- Parameters:
target
- target componentitemsToDownload
- items to download
-
-
Method Detail
-
getItems
public java.util.List<ResultProperties> getItems()
- Returns:
- items to download
-
-