org.zkoss.zul.listbox.DataLoader.class"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.listbox.DataLoader.class Default: None It specifies the full qualified class name used to and only take...")
 
Line 6: Line 6:
  
  
It specifies the full qualified class name used to and only takes effect when ROD is enabled. The class must implement the DataLoader interface.
+
It specifies the full-qualified class name used to to handle data loading from model to server and then to client side and only takes effect when ROD is enabled. The class must implement <javadoc>org.zkoss.zul.impl.DataLoader</javadoc> interface.
  
 
=Version History=
 
=Version History=

Revision as of 03:23, 29 September 2014


Property:

org.zkoss.zul.listbox.DataLoader.class
Default: None


It specifies the full-qualified class name used to to handle data loading from model to server and then to client side and only takes effect when ROD is enabled. The class must implement DataLoader interface.

Version History

Last Update : 2014/09/29




Last Update : 2014/09/29

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