HeaderElement

A skeletal implementation for a header.

Class Name

org.zkoss.zul.impl.HeaderElement

Properties

Property

Description

Data Type

Default Value

align

Sets the horizontal alignment of this column.

java.lang.String

null

valign

Sets the vertical alignment of this grid.

java.lang.String

null

Methods

Name

Description

Return Data Type

getColAttrs()

Returns the attributes used to generate HTML TD tag for each cell of the rows contained in the parent control, e.g., Listcell.

java.lang.String

getOuterAttrs()

java.lang.String

isChildable()

Children are not allowed.

boolean

setWidth(java.lang.String width)

void

Inherited From