self"
From Documentation
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ZUMLReferencePageHeader}} | {{ZUMLReferencePageHeader}} | ||
− | + | = self - <javadoc type="interface">org.zkoss.zk.ui.Component</javadoc> = | |
The component itself. In other words, it is the closest component, depicted as follows. | The component itself. In other words, it is the closest component, depicted as follows. | ||
Line 12: | Line 12: | ||
</source> | </source> | ||
− | + | In default creation order, ${self.nextSibling} returns null since the next component is not yet created. | |
+ | |||
+ | =Version History= | ||
{| border='1px' | width="100%" | {| border='1px' | width="100%" |
Latest revision as of 03:15, 15 April 2024
self - Component
The component itself. In other words, it is the closest component, depicted as follows.
<listbox>
<zscript>self.getItems();</zscript><!-- self is listbox -->
<listitem value="ab" label="${self.value}"/><!-- self is listitem -->
<zscript>self.getSelectedIndex();</zscript><!-- self is listbox -->
</listbox>
In default creation order, ${self.nextSibling} returns null since the next component is not yet created.
Version History
Version | Date | Content |
---|---|---|