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() })