BasicTreeRowGenerator

open class BasicTreeRowGenerator<T>(    focusManager: FocusManager?,     selectionColor: Color? = Green.lighter(),     selectionBlurredColor: Color? = Lightgray,     iconFactory: () -> TreeRowIcon = { SimpleTreeRowIcon(Black) }) : TreeBehavior.RowGenerator<T> (source)

Inheritors

Constructors

Link copied to clipboard
constructor(    focusManager: FocusManager?,     selectionColor: Color? = Green.lighter(),     selectionBlurredColor: Color? = Lightgray,     iconFactory: () -> TreeRowIcon = { SimpleTreeRowIcon(Black) })

Functions

Link copied to clipboard
open operator override fun invoke(tree: Tree<T, *>, node: T, path: Path<Int>, index: Int, current: View?): View