Functions
Link copied to clipboard
inline operator fun invoke(values: List<View>, selectionModel: SelectionModel<Int>? = null, fitContent: Set<Dimension> = setOf(Width, Height), numColumns: Int = 1, scrollCache: Int = 0): VerticalMutableList<View, MutableListModel<View>>
inline operator fun <T, M : MutableListModel<T>> invoke(model: M, itemGenerator: ItemVisualizer<T, IndexedItem>? = null, selectionModel: SelectionModel<Int>? = null, fitContent: Set<Dimension> = setOf(Width, Height), numColumns: Int = 1, scrollCache: Int = 0): VerticalMutableList<T, M>
inline operator fun <T> invoke(values: List<T>, itemVisualizer: ItemVisualizer<T, IndexedItem>, selectionModel: SelectionModel<Int>? = null, fitContent: Set<Dimension> = setOf(Width, Height), numColumns: Int = 1, scrollCache: Int = 0): VerticalMutableList<T, MutableListModel<T>>
inline operator fun invoke(progression: IntProgression, itemVisualizer: ItemVisualizer<Int, IndexedItem>, selectionModel: SelectionModel<Int>? = null, fitContent: Set<Dimension> = setOf(Width, Height), numColumns: Int = 1, scrollCache: Int = 0): VerticalMutableList<Int, MutableListModel<Int>>