Implementing the Widget"

From Documentation
m (Created page with 'The widget class must extend from <javadoc directory="jsdoc">zk.Widget</javadoc> or one of its derived classes. There are several skeletal implementations available. The skeletal…')
 
m
 
Line 1: Line 1:
 +
{{ZKComponentDevelopmentEssentialsPageHeader}}
 +
 
The widget class must extend from <javadoc directory="jsdoc">zk.Widget</javadoc> or one of its derived classes. There are several skeletal implementations available. The skeletal implementations are shown in the image below.
 
The widget class must extend from <javadoc directory="jsdoc">zk.Widget</javadoc> or one of its derived classes. There are several skeletal implementations available. The skeletal implementations are shown in the image below.
 
   
 
   
Line 4: Line 6:
  
 
For the purposes of this tutorial, we will use <javadoc directory="jsdoc">zk.Widget</javadoc>. Before we proceed, we need to decide the name of the widget class. Let’s assume <mp>com.foo.SimpleLabel</mp>.
 
For the purposes of this tutorial, we will use <javadoc directory="jsdoc">zk.Widget</javadoc>. Before we proceed, we need to decide the name of the widget class. Let’s assume <mp>com.foo.SimpleLabel</mp>.
 +
 +
{{ZKComponentDevelopmentEssentialsPageFooter}}

Latest revision as of 02:05, 14 July 2010


The widget class must extend from Widget or one of its derived classes. There are several skeletal implementations available. The skeletal implementations are shown in the image below.

ZKComDevEss widget hierarchy.png

For the purposes of this tutorial, we will use Widget. Before we proceed, we need to decide the name of the widget class. Let’s assume com.foo.SimpleLabel.



Last Update : 2010/07/14

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