self"

From Documentation
m
m
Line 1: Line 1:
 
{{ZUMLReferencePageHeader}}
 
{{ZUMLReferencePageHeader}}
  
== self - org.zkoss.zk.ui.Component ==
+
= 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>
  
==Version History==
+
=Version History=
  
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"

Revision as of 11:45, 18 November 2010

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>

Version History

Version Date Content
     



Last Update : 2010/11/18

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