org.zkoss.zkmax.zul.FiledownloadListener.class"
From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: <i>none</i> [Enterprise Edition] [Since 3.5.0] It specifies the name of the class that will be notified when a file download…') |
|||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
+ | '''Property:''' | ||
+ | org.zkoss.zkmax.zul.FiledownloadListener.class | ||
Default: <i>none</i> | Default: <i>none</i> |
Revision as of 03:18, 6 December 2010
Property:
org.zkoss.zkmax.zul.FiledownloadListener.class
Default: none [Enterprise Edition] [Since 3.5.0]
It specifies the name of the class that will be notified when a file download is happening. The class must implement the FiledownloadListener interface.
A developer usually uses it to reject a download if the user tried to resume it in an unacceptable situation. For example, a developer can limit the user from downloading within upcoming 24 hours.