Col

open class Col(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, colWidth: <Error class: unknown class>? = null, colVerticalAlign: GridVerticalAlign? = null, className: String? = null, init: Col.() -> Unit? = null)

A column component.

Parameters

content

the content of the column.

rich

whether content can contain HTML code

align

text align

colWidth

a column width

colVerticalAlign

vertical align of the column content

className

CSS class names

init

an initializer extension function

Constructors

Link copied to clipboard
constructor(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, colWidth: <Error class: unknown class>? = null, colVerticalAlign: GridVerticalAlign? = null, className: String? = null, init: Col.() -> Unit? = null)

Creates a column component.

Properties

Link copied to clipboard

The vertical align of the column content.

Link copied to clipboard
var colWidth: <Error class: unknown class>?

The column width.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)