bindView

fun <V : View> View.bindView(id: Int): ReadOnlyProperty<View, V>
fun <V : View> Activity.bindView(id: Int): ReadOnlyProperty<Activity, V>
fun <V : View> Dialog.bindView(id: Int): ReadOnlyProperty<Dialog, V>
fun <V : View> DialogFragment.bindView(id: Int): ReadOnlyProperty<DialogFragment, V>
fun <V : View> DialogFragment.bindView(id: Int): ReadOnlyProperty<DialogFragment, V>
fun <V : View> Fragment.bindView(id: Int): ReadOnlyProperty<Fragment, V>
fun <V : View> Fragment.bindView(id: Int): ReadOnlyProperty<Fragment, V>
fun <V : View> RecyclerView.ViewHolder.bindView(id: Int): ReadOnlyProperty<RecyclerView.ViewHolder, V>