ColumnConfig

data class ColumnConfig(val id: String, val isVisible: Boolean = true, val headerText: String? = null, val prefWidth: Double? = null, val format: String? = null)

Хранилище данных для конфигурации внешнего вида столбцов таблицы алармов

Constructors

Link copied to clipboard
constructor(id: String, isVisible: Boolean = true, headerText: String? = null, prefWidth: Double? = null, format: String? = null)

Properties

Link copied to clipboard
val format: String? = null
Link copied to clipboard
val headerText: String? = null
Link copied to clipboard
val id: String
Link copied to clipboard
val isVisible: Boolean = true
Link copied to clipboard
val prefWidth: Double? = null