Package-level declarations

Types

Link copied to clipboard
class CSGridView<ItemType : Any, ViewType : CSGridItemView<ItemType>>(parent: CSActivityViewInterface, viewId: Int, val createView: (CSGridView<ItemType, ViewType>, viewType: Int, parent: ViewGroup) -> ViewType) : CSView<RecyclerView>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T : CSView<RecyclerView>> T.autoFitGridLayout(columnWidth: Int): T
Link copied to clipboard
fun <T : CSView<RecyclerView>> T.columnLayout(columnsCount: Int): T
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "propertyNullableItem")
fun <T : Any> GridViewOut<T>.property(property: CSProperty<T?>): GridViewOut<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun RecyclerView.scrollTo(position: Int)
Link copied to clipboard
fun RecyclerView.scrollToEnd(smooth: Boolean = false)
Link copied to clipboard
fun RecyclerView.scrollToPosition(position: Int, itemSize: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : CSView<RecyclerView>> T.sectionGridLayout(columnsCount: Int, nonColumnId: Int): T
fun <T : CSView<RecyclerView>> T.sectionGridLayout(columnsCount: Int, nonColumnIds: List<Int>): T
Link copied to clipboard
fun <T : Any> GridViewOut<T>.value(value: T?): GridViewOut<T>
Link copied to clipboard