AbstractComponent"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Abstract Component =
 +
 
 +
*Java API: <javadoc>org.zkoss.zk.ui.AbstractComponent</javadoc>
 +
 +
 
 +
= Employment/Purpose =
 +
A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores.
 +
 
 +
 
 +
= Example =
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| Text
 +
| Text
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*ALL
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 5.0+
 +
| Text
 +
| Text
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.x.x
 +
| x/x/20xx
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 08:11, 23 April 2010


AbstractComponent

Abstract Component


Employment/Purpose

A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores.


Example

Supported events

Name
Event Type
Text Text

Supported Children

*ALL

Use cases

Version Description Example Location
5.0+ Text Text

Version History

Version Date Content
5.x.x x/x/20xx Initialization



Last Update : 2010/04/23

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