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