Package-level declarations

Types

Link copied to clipboard
class DPTCell(onSelect: (DPTItem, Boolean) -> Unit? = null) : SDFXTreeCell<DPTItem>
Link copied to clipboard
data class DPTItem(val id: Long, val name: String, var isSelected: Boolean)