HeadersElement"

From Documentation
m ((via JWB))
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
  
= (Your Component Name) =
+
= Headers Element=
  
*Demonstration:  
+
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#g13 Headers Element]
*Java API: <javadoc>org.zkoss.zul.XXX</javadoc>
+
*Java API: <javadoc>org.zkoss.zul.impl.HeadersElement</javadoc>
*JavaScript API: <javadoc directory="jsdoc">zul.YYY.XXX</javadoc>
+
*JavaScript API: <javadoc directory="jsdoc">zul.mesh.HeadWidget</javadoc>
  
 
= Employment/Purpose =
 
= Employment/Purpose =
  
 
+
A skeletal implementation for headers, the parent of a group of [http://www.zkoss.org/javadoc/2.4.1/zul/org/zkoss/zul/impl/HeaderElement.html HeaderElement].
  
 
= Example =
 
= Example =
  
  
 +
N/A
  
 +
=Supported Events=
  
 
+
{| class='wikitable' | width="100%"
=Supported events=
 
 
 
{| border="1" | width="100%"
 
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
 
|-
 
|-
| Text
+
| <center>onColSize</center>
| Text
+
| '''Event:''' <javadoc>org.zkoss.zul.event.ColSizeEvent</javadoc>
 +
Denotes user has resized one of the columns.
 
|}
 
|}
 +
 +
*Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]]
  
 
=Supported Children=
 
=Supported Children=
  
  *ALL
+
  [[ZK_Component_Reference/Base_Components/HeaderElement | Header Element]]
  
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
| 5.0+
+
| &nbsp;
| Text
+
| &nbsp;
| Text
+
| &nbsp;
 
|}
 
|}
  
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.x.x
+
| &nbsp;
| x/x/20xx
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 04:52, 11 January 2022

Headers Element

Employment/Purpose

A skeletal implementation for headers, the parent of a group of HeaderElement.

Example

N/A

Supported Events

Name
Event Type
onColSize
Event: ColSizeEvent

Denotes user has resized one of the columns.

Supported Children

 Header Element

Use cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2022/01/11

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