Package-level declarations
Types
Link copied to clipboard
interface CSBorderedGridItem
Link copied to clipboard
open class CSGridItemView<RowType : Any>(parent: CSGridView<*, *>, group: ViewGroup, @LayoutRes layout: Int) : CSView<ViewGroup>
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <Item> MutableList<Pair<CSSectionItem<CSItemSection<Item>, Item>, Int>>.load(section: CSItemSection<Item>, index: Int, filter: (items: Collection<Item>) -> Collection<Item>? = null)
Link copied to clipboard
fun <Item> MutableList<Pair<CSSectionItem<CSItemSection<Item>, Item>, Int>>.loadItems(section: CSItemSection<Item>, index: Int, filter: (items: Collection<Item>) -> Collection<Item>? = null)
Link copied to clipboard
fun <Item> GridViewOut<CSSectionItem<CSItemSection<Item>, Item>>.reload(sections: List<CSItemSection<Item>>, filter: (items: Collection<Item>) -> Collection<Item>? = null)