Package dev. icerock. moko. mvvm. livedata
Types
Functions
asLiveData
Link copied to clipboard
bindToButtonImage
Link copied to clipboard
fun LiveData<Boolean>.bindToButtonImage(button: <ERROR CLASS>, trueImage: <ERROR CLASS>, falseImage: <ERROR CLASS>)
Content copied to clipboard
bindToButtonTitle
Link copied to clipboard
bindToCheckBoxChecked
Link copied to clipboard
fun LiveData<Boolean>.bindToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
Content copied to clipboard
bindToControlEnabled
Link copied to clipboard
bindToLabelText
Link copied to clipboard
bindToResponderFocus
Link copied to clipboard
bindToSwitchOn
Link copied to clipboard
bindToTextFieldText
Link copied to clipboard
fun LiveData<<ERROR CLASS>>.bindToTextFieldText(textField: <ERROR CLASS>)
Content copied to clipboard
bindToTextViewText
Link copied to clipboard
fun LiveData<StringDesc>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
Content copied to clipboard
fun LiveData<String>.bindToTextViewText(lifecycleOwner: LifecycleOwner, textView: TextView)
Content copied to clipboard
bindToViewBackgroundColor
Link copied to clipboard
fun LiveData<Boolean>.bindToViewBackgroundColor(view: <ERROR CLASS>, trueColor: <ERROR CLASS>, falseColor: <ERROR CLASS>)
Content copied to clipboard
bindToViewEnabled
Link copied to clipboard
fun LiveData<Boolean>.bindToViewEnabled(lifecycleOwner: LifecycleOwner, view: View)
Content copied to clipboard
bindToViewHidden
Link copied to clipboard
bindToViewVisibleOrGone
Link copied to clipboard
fun LiveData<Boolean>.bindToViewVisibleOrGone(lifecycleOwner: LifecycleOwner, view: View)
Content copied to clipboard
bindToViewVisibleOrInvisible
Link copied to clipboard
fun LiveData<Boolean>.bindToViewVisibleOrInvisible(lifecycleOwner: LifecycleOwner, view: View)
Content copied to clipboard
bindTwoWayToCheckBoxChecked
Link copied to clipboard
fun MutableLiveData<Boolean>.bindTwoWayToCheckBoxChecked(lifecycleOwner: LifecycleOwner, checkBox: CheckBox)
Content copied to clipboard
bindTwoWayToControlFocus
Link copied to clipboard
fun MutableLiveData<Boolean>.bindTwoWayToControlFocus(control: <ERROR CLASS>)
Content copied to clipboard
bindTwoWayToEditTextText
Link copied to clipboard
fun MutableLiveData<String>.bindTwoWayToEditTextText(lifecycleOwner: LifecycleOwner, editText: EditText)
Content copied to clipboard
bindTwoWayToSwitchOn
Link copied to clipboard
bindTwoWayToTextFieldText
Link copied to clipboard
fun MutableLiveData<String>.bindTwoWayToTextFieldText(textField: <ERROR CLASS>)
Content copied to clipboard
bindTwoWayToTextViewFocus
Link copied to clipboard
fun MutableLiveData<Boolean>.bindTwoWayToTextViewFocus(textView: <ERROR CLASS>)
Content copied to clipboard
bindTwoWayToTextViewText
Link copied to clipboard
fun MutableLiveData<String>.bindTwoWayToTextViewText(textView: <ERROR CLASS>)
Content copied to clipboard
composition
Link copied to clipboard
fun <OT, IT, LD : LiveData<out IT>> MediatorLiveData<OT>.composition(liveDataList: List<LD>, function: (List<IT>) -> OT): MediatorLiveData<OT>
Content copied to clipboard
mapToString
Link copied to clipboard
mapTrueOrNull
Link copied to clipboard
throwableMessage
Link copied to clipboard