SizeEvent"
From Documentation
Jimmyshiau (talk | contribs) |
Tmillsclare (talk | contribs) m |
||
Line 5: | Line 5: | ||
*Demonstration: N/A | *Demonstration: N/A | ||
*Java API: <javadoc>org.zkoss.zk.ui.event.SizeEvent</javadoc> | *Java API: <javadoc>org.zkoss.zk.ui.event.SizeEvent</javadoc> | ||
+ | *JavaScript API: N/A | ||
= Employment/Purpose = | = Employment/Purpose = | ||
Line 15: | Line 16: | ||
= Example = | = Example = | ||
− | + | N/A | |
− | |||
Line 38: | Line 38: | ||
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 48: | Line 48: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 5/5/2010 | | 5/5/2010 | ||
| Initialization | | Initialization |
Revision as of 03:36, 14 May 2010
SizeEvent
- Demonstration: N/A
- Java API: SizeEvent
- JavaScript API: N/A
Employment/Purpose
Represents an event caused by a component being re-sized.
Component Implementation Note: A sizable component must implement Sizable for the returned object of ComponentCtrl.getExtraCtrl().
Example
N/A
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/5/2010 | Initialization |