AlarmTable

data class AlarmTable(val state: String, val text: AlarmColor, val background: AlarmColor, val font: String, val action: String, val enabled: SimpleBooleanProperty = SimpleBooleanProperty(true))

Constructors

Link copied to clipboard
constructor(state: String, text: AlarmColor, background: AlarmColor, font: String, action: String, enabled: SimpleBooleanProperty = SimpleBooleanProperty(true))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val enabled: SimpleBooleanProperty
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard