org.zkoss.zkmax.zul.FiledownloadListener.class"

From Documentation
Line 9: Line 9:
 
It specifies the name of the class that will be notified when a file download is happening. The class must implement the <javadoc type="interface">org.zkoss.zkmax.zul.FiledownloadListener</javadoc> interface.
 
It specifies the name of the class that will be notified when a file download is happening. The class must implement the <javadoc type="interface">org.zkoss.zkmax.zul.FiledownloadListener</javadoc> 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.
+
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 the upcoming 24 hours.
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Revision as of 09:25, 5 August 2011


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zkmax.zul.FiledownloadListener.class
org.zkoss.zkmax.zul.FiledownloadListener.class


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 the upcoming 24 hours.



Last Update : 2011/08/05

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.