BasicTreeColumnRowGenerator

open class BasicTreeColumnRowGenerator<T>(    focusManager: FocusManager?,     selectionColor: Color? = Green.lighter(),     selectionBlurredColor: Color? = Lightgray,     iconFactory: () -> TreeColumnRowIcon = { SimpleTreeColumnRowIcon() }) : TreeColumnsBehavior.CellGenerator<T> (source)

Created by Nicholas Eddy on 7/25/20.

Constructors

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

Functions

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