UITreeViewProvider

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val height: Double

Functions

Link copied to clipboard
abstract fun getChildAt(node: T?, index: Int): T
Link copied to clipboard
Link copied to clipboard
abstract fun getNumChildren(node: T?): Int
Link copied to clipboard
abstract fun getViewForNode(node: T): View