Package renetik.android.picker

Types

Link copied to clipboard
class CSNumberPicker @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : NumberPicker

Functions

Link copied to clipboard
fun <T : NumberPicker> T.circulate(circulate: Boolean): T
Link copied to clipboard
fun <T : NumberPicker> T.disableTextEditing(disable: Boolean): T
Link copied to clipboard
fun <Row : Any> CSNumberPicker.loadData(data: List<Row>, selected: Row? = null): CSNumberPicker
fun <Row : Any> CSNumberPicker.loadData(data: List<Row>, selected: Int = 0): CSNumberPicker
Link copied to clipboard
fun <T : NumberPicker> T.max(value: Int): T
Link copied to clipboard
fun <T : NumberPicker> T.min(value: Int): T
Link copied to clipboard
fun CSViewInterface.numberPicker(viewId: Int): CSNumberPicker
Link copied to clipboard
fun CSNumberPicker.onScroll(function: (Int) -> void): CSRegistration
Link copied to clipboard
fun CSNumberPicker.onValueChange(function: Func): CSRegistration
Link copied to clipboard
@JvmName(name = "valuePropertyInt")
fun CSNumberPicker.value(property: CSProperty<Int>): CSRegistration
fun <T> CSNumberPicker.value(property: CSProperty<T>, function: (T) -> Int): CSRegistration