ColSizeEvent"

From Documentation
m
m ((via JWB))
 
(4 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
Used to notify that the widths of two adjacent column are changed.
+
Used to notify that the width of a column is changed.
  
When an user drags the border of sizable columns, the width of the adjacent columns are changed accordingly - one is enlarged, the other is shrunk and the total width is not changed.
+
When an user drags the border of a sizable column, only the width of the column itself is changed, other columns are not affected.
  
The event is sent to the parent (e.g., Columns and Treecols).  
+
The event is sent to the parent (e.g., Columns and Treecols).
  
 
= Example =
 
= Example =
Line 20: Line 20:
  
  
=Supported events=
+
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 36: Line 36:
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 46: Line 46:
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.2
+
| 5.0.4
| 4/28/2010
+
| 2010/08/03
| Initialization
+
| Updated Employment/Purpose that reflects a change of Javadoc
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 11:06, 7 January 2022

ColSizeEvent

  • Demonstration: N/A
  • Java API: ColSizeEvent
  • JavaScript API: N/A

Employment/Purpose

Used to notify that the width of a column is changed.

When an user drags the border of a sizable column, only the width of the column itself is changed, other columns are not affected.

The event is sent to the parent (e.g., Columns and Treecols).

Example

N/A


Supported Events

Name
Event Type
None None

Supported Children

*None

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.4 2010/08/03 Updated Employment/Purpose that reflects a change of Javadoc



Last Update : 2022/01/07

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