AbstractComponent"
From Documentation
Line 46: | Line 46: | ||
| 5.0.4 | | 5.0.4 | ||
| August 2010 | | August 2010 | ||
− | | <tt>stubonly</tt> is introduced | + | | <tt>stubonly</tt> is introduced to ZK EE to minimize the memory footprint for large applications. Refer to [[ZK_Developer's Guide/Advanced ZK/Performance Tip/Specify Stubonly for Client-only Components | here]] for details. |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 00:52, 11 August 2010
Abstract Component
- Demonstration: N/A
- Java API: AbstractComponent
- JavaScript API: N/A
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
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. |