Package renetik.android.ui.extensions.widget
Types
Functions
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
fun ViewGroup.MarginLayoutParams.horizontalMargin(value: Int): ViewGroup.MarginLayoutParams
Content copied to clipboard
Link copied to clipboard
fun CompoundButton.isCheckedIf(property: CSProperty<Boolean>): CSRegistration
Content copied to clipboard
fun <T, V> CompoundButton.isCheckedIf(property: CSProperty<T>, condition: (T) -> Boolean): CSRegistration
Content copied to clipboard
fun <T> CompoundButton.isCheckedIf( property1: CSProperty<T>, property2: CSProperty<*>, condition: (T) -> Boolean): CSRegistration
Content copied to clipboard
fun <T, V> CompoundButton.isCheckedIf( property1: CSProperty<T>, property2: CSProperty<V>, condition: (T, V) -> Boolean): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun CompoundButton.isCheckedIfNot(property: CSProperty<Boolean>): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun layoutMatchHeight(dpHeight: Float, gravity: Int? = null): FrameLayout.LayoutParams
Content copied to clipboard
fun layoutMatchHeight(dpHeight: Int, gravity: Int? = null): FrameLayout.LayoutParams
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun layoutWidthHeight(dpWidth: Float, dpHeight: Float): FrameLayout.LayoutParams
Content copied to clipboard
fun layoutWidthHeight(dpWidth: Int, dpHeight: Int): FrameLayout.LayoutParams
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun layoutWrapHeight(dpHeight: Float, gravity: Int? = null): FrameLayout.LayoutParams
Content copied to clipboard
fun layoutWrapHeight(dpHeight: Int, gravity: Int? = null): FrameLayout.LayoutParams
Content copied to clipboard
Link copied to clipboard
fun <Row : Any> NumberPicker.loadData(data: List<Row>, selected: Row? = null): NumberPicker
Content copied to clipboard
fun <Row : Any> NumberPicker.loadData(data: List<Row>, selectedIndex: Int = 0): NumberPicker
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ViewGroup.MarginLayoutParams.margin(value: Int): ViewGroup.MarginLayoutParams
Content copied to clipboard
fun ViewGroup.MarginLayoutParams.margin( left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0): ViewGroup.MarginLayoutParams
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun CompoundButton.onChange(function: (CompoundButton) -> Unit): CSRegistration
Content 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
fun RadioGroup.propertyTrueIfChecked(property: CSProperty<Boolean?>, viewId: Int): RadioGroup
Content 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
fun TextView.setDrawableTint(context: ContextWrapper, @ColorRes iconColor: Int)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun DrawerLayout.setupLeftPanelSliding(@IdRes viewId: Int, @IdRes contentId: Int)
Content copied to clipboard
Link copied to clipboard
fun DrawerLayout.setupRightPanelSliding(@IdRes viewId: Int, @IdRes contentId: Int)
Content copied to clipboard
Link copied to clipboard
fun <T> TextView.text(property: CSProperty<T>, getText: (T) -> Any): CSRegistration
Content 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
fun ViewGroup.MarginLayoutParams.verticalMargin(value: Int): ViewGroup.MarginLayoutParams
Content copied to clipboard
Link copied to clipboard