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