org.zkoss.zk.ui.event.EventQueueProvider.class"

From Documentation
m
m ((via JWB))
 
Line 6: Line 6:
  
 
  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>)
[since 5.0.0]
+
{{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


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zk.ui.event.EventQueueProvider.class
org.zkoss.zk.ui.event.EventQueueProvider.class


Property:

org.zkoss.zk.ui.event.EventQueueProvider.class
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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.



Last Update : 2022/03/14

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