self

From Documentation
Revision as of 03:15, 15 April 2024 by Hawk (talk | contribs) (→‎self - org.zkoss.zk.ui.Component)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
     



Last Update : 2024/04/15

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