AbstractComponent"

From Documentation
m ((via JWB))
 
(13 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
= Employment/Purpose =
 
= Employment/Purpose =
 
A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores.
 
A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores.
 +
 +
=Example=
 +
 +
N/A
 +
 +
=Supported Events=
 +
 +
{| class='wikitable' | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
 +
|-
 +
| None
 +
| None
 +
|}
  
 
=Supported Children=
 
=Supported Children=
  
 
  *ALL
 
  *ALL
 +
 +
=Use cases=
 +
 +
{| class='wikitable' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
|
 +
|
 +
|}
  
 
= Version History =
 
= Version History =
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.1
+
| 5.0.4
| 4/23/2010
+
| August 2010
| Initialization
+
| <code>stubonly</code> is introduced to ZK EE to minimize the memory footprint for large applications. Refer to [[ZK Developer's Reference/Performance Tips/Specify Stubonly for Client-only Components | here]] for details.
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 10:37, 12 January 2022


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

N/A

Supported Events

Name
Event Type
None None

Supported Children

*ALL

Use cases

Version Description Example Location
 

Version History

Version Date Content
5.0.4 August 2010 stubonly is introduced to ZK EE to minimize the memory footprint for large applications. Refer to here for details.



Last Update : 2022/01/12

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