org.zkoss.zk.ui.ShadowDefaultHost.class"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.ui.ShadowDefaultHost.class {{GlobalLibraryProperty}} Default: <i>org.zkoss.zul.NoDOM</i> (it implies ''Thr...")
 
m ((via JWB))
 
Line 6: Line 6:
  
 
  Default: <i>org.zkoss.zul.NoDOM</i> (it implies ''Thread.currentThread().getContextClassLoader()'')
 
  Default: <i>org.zkoss.zul.NoDOM</i> (it implies ''Thread.currentThread().getContextClassLoader()'')
[since 8.0.3]
+
{{versionSince|8.0.3}}
  
 
It specifies the name of the class as the default host component of shadow elements. It would be generated when the host of shadow elements is null.
 
It specifies the name of the class as the default host component of shadow elements. It would be generated when the host of shadow elements is null.
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Latest revision as of 09:34, 14 March 2022


org.zkoss.zk.ui.ShadowDefaultHost.class


Property: org.zkoss.zk.ui.ShadowDefaultHost.class

Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: org.zkoss.zul.NoDOM (it implies Thread.currentThread().getContextClassLoader())

Since 8.0.3

It specifies the name of the class as the default host component of shadow elements. It would be generated when the host of shadow elements is null.



Last Update : 2022/03/14

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