org.zkoss.zk.ui.composer.autowire.xel"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig...")
 
m ((via JWB))
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Property:'''
 +
org.zkoss.zk.ui.composer.autowire.xel
 +
 +
{{GlobalLibraryProperty}}
 +
 +
Default: <code>true</code> (it is default to <code>false</code> in 6.0)
 +
{{versionSince|5.0.6}}
 +
 +
It specifies whether <javadoc>org.zkoss.zk.ui.util.GenericAutowireComposer</javadoc> (and <javadoc>org.zkoss.zk.ui.util.GenericForwardComposer</javadoc>) should wire the variables defined in variable resolvers (XEL, see also [[ZUML Reference/ZUML/Processing Instructions/variable-resolver|the variable-resolver directive]]).
 +
 +
For example, You could specify this library variable as follows to turn it off.
 +
 +
<source lang="xml">
 +
<!-- in WEB-INF/zk.xml -->
 +
<library-property>
 +
<name>org.zkoss.zk.ui.composer.autowire.xel</name>
 +
<value>false</value>
 +
</library-property>
 +
</source>
  
 
=Version History=
 
=Version History=
Line 6: Line 26:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| &nbsp;
+
| 5.0.6
| &nbsp;
+
| Feburary, 2011
| &nbsp;
+
| Introduced
 
|}
 
|}
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 09:30, 14 March 2022


org.zkoss.zk.ui.composer.autowire.xel


Property:

org.zkoss.zk.ui.composer.autowire.xel
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: true (it is default to false in 6.0)

Since 5.0.6

It specifies whether GenericAutowireComposer (and GenericForwardComposer) should wire the variables defined in variable resolvers (XEL, see also the variable-resolver directive).

For example, You could specify this library variable as follows to turn it off.

<!-- in WEB-INF/zk.xml -->
	<library-property>
		<name>org.zkoss.zk.ui.composer.autowire.xel</name>
		<value>false</value>
	</library-property>

Version History

Last Update : 2022/03/14


Version Date Content
5.0.6 Feburary, 2011 Introduced



Last Update : 2022/03/14

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