LayoutRegion"
From Documentation
Jumperchen (talk | contribs) |
m (Add onSize, onSlide events) |
||
Line 24: | Line 24: | ||
| <center><tt>onOpen</tt></center> | | <center><tt>onOpen</tt></center> | ||
| '''Event:''' <javadoc>org.zkoss.zk.ui.event.OpenEvent</javadoc> | | '''Event:''' <javadoc>org.zkoss.zk.ui.event.OpenEvent</javadoc> | ||
− | |||
When a layout is collapsed or opened by a user, the onOpen event is sent to the application. | When a layout is collapsed or opened by a user, the onOpen event is sent to the application. | ||
+ | |- | ||
+ | | <center><tt>onSize</tt></center> | ||
+ | | '''Event:''' <javadoc>org.zkoss.zk.ui.event.SizeEvent</javadoc> | ||
+ | When a layout is resized by a user, the onSize event is sent to the application. | ||
+ | |- | ||
+ | | <center><tt>onSlide</tt></center> | ||
+ | | '''Event:''' <javadoc>org.zkoss.zk.ui.event.SlideEvent</javadoc> | ||
+ | When a collapsed layout is slided (preview) by a user, the onSlide event is sent to the application. | ||
|} | |} | ||
*Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]] | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]] | ||
Line 37: | Line 44: | ||
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 8.0.3 | ||
+ | | 2016/04/22 | ||
+ | | [http://tracker.zkoss.org/browse/ZK-3166 ZK-3166]: BorderLayout slide action server-side support | ||
|- | |- | ||
| | | |
Revision as of 08:06, 17 May 2018
Layout Region
- Demonstration: N/A
- Java API: LayoutRegion
- JavaScript API: LayoutRegion
Employment/Purpose
This class represents a region in a layout manager.
Example
N/A
Supported events
Event: OpenEvent
When a layout is collapsed or opened by a user, the onOpen event is sent to the application. | |
Event: SizeEvent
When a layout is resized by a user, the onSize event is sent to the application. | |
Event: SlideEvent
When a collapsed layout is slided (preview) by a user, the onSlide event is sent to the application. |
- Inherited Supported Events: XulElement
Supported Children
*ALL
Version History
Version | Date | Content |
---|---|---|
8.0.3 | 2016/04/22 | ZK-3166: BorderLayout slide action server-side support |