LayoutRegion"

From Documentation
m ((via JWB))
 
(12 intermediate revisions by 6 users not shown)
Line 5: Line 5:
  
  
*Demonstration:  
+
*Demonstration: N/A
 
*Java API: <javadoc>org.zkoss.zul.LayoutRegion</javadoc>
 
*Java API: <javadoc>org.zkoss.zul.LayoutRegion</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.layout.LayoutRegion</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.layout.LayoutRegion</javadoc>
  
 +
= Employment/Purpose =
 +
This class represents a region in a layout manager.
  
= Employment/Purpose =
+
=Example=
This class represents a region in a layout manager.
 
  
 +
N/A
  
 
=Supported events=
 
=Supported events=
  
 
+
{| class='wikitable' | width="100%"
{| border="1" | width="100%"
 
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
 
|-
 
|-
| onOpen
+
| <center><code>onOpen</code></center>
| [#OpenEvent org.zkoss.zk.ui.event.OpenEvent]
+
| '''Event:''' <javadoc>org.zkoss.zk.ui.event.OpenEvent</javadoc>
Description: 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><code>onSize</code></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><code>onSlide</code></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]]
  
 
=Supported Children=
 
=Supported Children=
  *NONE
+
  *ALL
  
 
=Version History=
 
=Version History=
  
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.1
+
| 8.0.3
| 4/21/2010
+
| 2016/04/22
| Initialization
+
| [http://tracker.zkoss.org/browse/ZK-3166 ZK-3166]: BorderLayout slide action server-side support
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 
|}
 
|}
  
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 10:37, 12 January 2022


Layout Region

Employment/Purpose

This class represents a region in a layout manager.

Example

N/A

Supported events

Name
Event Type
onOpen
Event: OpenEvent

When a layout is collapsed or opened by a user, the onOpen event is sent to the application.

onSize
Event: SizeEvent

When a layout is resized by a user, the onSize event is sent to the application.

onSlide
Event: SlideEvent

When a collapsed layout is slided (preview) by a user, the onSlide event is sent to the application.

Supported Children

*ALL

Version History

Version Date Content
8.0.3 2016/04/22 ZK-3166: BorderLayout slide action server-side support
     



Last Update : 2022/01/12

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