org.zkoss.zk.ui.event.EventQueueProvider.class"
From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: <i>none</i> (it implies <javadoc>org.zkoss.zk.ui.event.impl.EventQueueProviderImpl</javadoc>) [since 5.0.0] It specifies the …') |
m ((via JWB)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
+ | '''Property:''' | ||
+ | org.zkoss.zk.ui.event.EventQueueProvider.class | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <i>none</i> (it implies <javadoc>org.zkoss.zk.ui.event.impl.EventQueueProviderImpl</javadoc>) | Default: <i>none</i> (it implies <javadoc>org.zkoss.zk.ui.event.impl.EventQueueProviderImpl</javadoc>) | ||
− | + | {{versionSince|5.0.0}} | |
It specifies the name of the class used to provide the event queue. The class must implement the <javadoc type="interface">org.zkoss.zk.ui.event.impl.EventQueueProvider</javadoc> interface. | It specifies the name of the class used to provide the event queue. The class must implement the <javadoc type="interface">org.zkoss.zk.ui.event.impl.EventQueueProvider</javadoc> interface. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 09:30, 14 March 2022
Property:
org.zkoss.zk.ui.event.EventQueueProvider.class
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: none (it implies EventQueueProviderImpl)
Since 5.0.0
It specifies the name of the class used to provide the event queue. The class must implement the EventQueueProvider interface.