PermissionRow

data class PermissionRow(val selectedProperty: SimpleBooleanProperty = SimpleBooleanProperty(false), val descriptionProperty: SimpleStringProperty = SimpleStringProperty(""), val codeProperty: SimpleStringProperty = SimpleStringProperty(""))

Constructors

Link copied to clipboard
constructor(selectedProperty: SimpleBooleanProperty = SimpleBooleanProperty(false), descriptionProperty: SimpleStringProperty = SimpleStringProperty(""), codeProperty: SimpleStringProperty = SimpleStringProperty(""))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val codeProperty: SimpleStringProperty
Link copied to clipboard
Link copied to clipboard
val descriptionProperty: SimpleStringProperty
Link copied to clipboard
Link copied to clipboard
val selectedProperty: SimpleBooleanProperty