HeadersElement
Headers Element
- Demonstration: Headers Element
- Java API:
org.zkoss.zul.impl.HeadersElement
- JavaScript API:
zul.mesh.HeadWidget
Employment/Purpose
Headers Element serves as a skeletal implementation for headers, acting as the parent of a group of HeaderElement components. It is primarily used to define the structure and behavior of headers within a UI component.
Supported Events
Name | Event Type | Description |
---|---|---|
onColSize |
Event: ColSizeEvent | The onColSize event signifies when a user resizes one of the columns, triggering a ColSizeEvent that can be captured and processed within the application logic. |
Supported Children
HeaderElement
: Indicates that the HeadersElement
can contain one or more header elements within it.