AbstractComponent"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
|||
Line 1: | Line 1: | ||
− | + | {{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
Abstract Component
- Java API: AbstractComponent
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
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 |