interface ColumnLayout
abstract var field: String
abstract var title: String
open var visible: Boolean?
open var width: dynamic