ItemTreeDPT

class ItemTreeDPT(name: String = "", idSystem: Int = 0, parent: Long? = null, id: Long = 0, type: ProtoNodeType? = null, structType: FilteringTreeItem<ItemTreeDP>? = null)

Constructors

Link copied to clipboard
constructor(name: String = "", idSystem: Int = 0, parent: Long? = null, id: Long = 0, type: ProtoNodeType? = null, structType: FilteringTreeItem<ItemTreeDP>? = null)

Properties

Link copied to clipboard
var id: Long
Link copied to clipboard
val idProperty: SimpleLongProperty
Link copied to clipboard
Link copied to clipboard
val idSystemProperty: SimpleIntegerProperty
Link copied to clipboard
Link copied to clipboard
val nameProperty: SimpleStringProperty
Link copied to clipboard
var parent: Long?
Link copied to clipboard
val parentProperty: SimpleObjectProperty<Long?>
Link copied to clipboard
var structType: TreeItem<ItemTreeDP>?
Link copied to clipboard
val structTypeProperty: SimpleObjectProperty<TreeItem<ItemTreeDP>?>
Link copied to clipboard
var type: ProtoNodeType?
Link copied to clipboard
val typeProperty: SimpleObjectProperty<ProtoNodeType?>

Functions

Link copied to clipboard
open override fun toString(): String