org.zkoss.util.resource.LabelLoader.class"
From Documentation
Jumperchen (talk | contribs) m (Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.util.resource.LabelLoader.class Default: <i>none</i> (it implies <javadoc>org.zkoss.util.resource.impl.LabelL...") |
m ((via JWB)) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.util.resource.LabelLoader.class | org.zkoss.util.resource.LabelLoader.class | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <i>none</i> (it implies <javadoc>org.zkoss.util.resource.impl.LabelLoaderImpl</javadoc>) | Default: <i>none</i> (it implies <javadoc>org.zkoss.util.resource.impl.LabelLoaderImpl</javadoc>) | ||
− | + | {{versionSince|7.0.1}} | |
It specifies the name of the class used to provide the customized label loader. The class must implement the <javadoc type="interface">org.zkoss.util.resource.impl.LabelLoader</javadoc> interface. | It specifies the name of the class used to provide the customized label loader. The class must implement the <javadoc type="interface">org.zkoss.util.resource.impl.LabelLoader</javadoc> interface. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 09:30, 14 March 2022
Property:
org.zkoss.util.resource.LabelLoader.class
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: none (it implies LabelLoaderImpl)
Since 7.0.1
It specifies the name of the class used to provide the customized label loader. The class must implement the LabelLoader interface.