Constructor

@:value({ align : 0 })new(relativeWidth:Float, align:Int = 0)

Parameters:

relativeWidth

the column relative width

align

the column alignement (-1=left, 0=centered, 1=right); defaults to 0

Throws:

String

if relativeWidth not in [0..1] or if align not in [-1, 0, 1]