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...")
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
  org.zkoss.zul.listbox.DataLoader.class
 
  org.zkoss.zul.listbox.DataLoader.class
  
  Default: None
+
  Default: org.zkoss.zul.impl.ListboxDataLoader (CE) , org.zkoss.zkmax.zul.impl.LiveListboxDataLoader (EE)
  
 
+
The property value specifies the full-qualified class name used to to load data from model to server and then to the client side, and only takes effect when ROD is enabled. The class must implement <javadoc>org.zkoss.zul.impl.DataLoader</javadoc> interface.
It specifies the full qualified class name used to and only takes effect when ROD is enabled. The class must implement the DataLoader interface.
 
  
 
=Version History=
 
=Version History=

Latest revision as of 07:09, 7 October 2014


Property:

org.zkoss.zul.listbox.DataLoader.class
Default: org.zkoss.zul.impl.ListboxDataLoader (CE) , org.zkoss.zkmax.zul.impl.LiveListboxDataLoader (EE)

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

Version History

Last Update : 2014/10/07




Last Update : 2014/10/07

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