org.zkoss.zul.listbox.DataLoader.class"
From Documentation
m |
|||
Line 5: | Line 5: | ||
Default: org.zkoss.zul.impl.ListboxDataLoader (CE) , org.zkoss.zkmax.zul.impl.LiveListboxDataLoader (EE) | Default: org.zkoss.zul.impl.ListboxDataLoader (CE) , org.zkoss.zkmax.zul.impl.LiveListboxDataLoader (EE) | ||
− | It specifies the full-qualified class name used to to load data 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. | + | It 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. |
=Version History= | =Version History= |
Revision as of 07:03, 7 October 2014
Property:
org.zkoss.zul.listbox.DataLoader.class
Default: org.zkoss.zul.impl.ListboxDataLoader (CE) , org.zkoss.zkmax.zul.impl.LiveListboxDataLoader (EE)
It 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