Package com. secoo. coobox. library. support
Types
Functions
bindOptionalView
Link copied to clipboard
fun <V : View> Activity.bindOptionalView(id: Int): ReadOnlyProperty<Activity, V?>
Content copied to clipboard
fun <V : View> Dialog.bindOptionalView(id: Int): ReadOnlyProperty<Dialog, V?>
Content copied to clipboard
fun <V : View> DialogFragment.bindOptionalView(id: Int): ReadOnlyProperty<DialogFragment, V?>
Content copied to clipboard
fun <V : View> Fragment.bindOptionalView(id: Int): ReadOnlyProperty<Fragment, V?>
Content copied to clipboard
fun <V : View> View.bindOptionalView(id: Int): ReadOnlyProperty<View, V?>
Content copied to clipboard
fun <V : View> DialogFragment.bindOptionalView(id: Int): ReadOnlyProperty<DialogFragment, V?>
Content copied to clipboard
fun <V : View> Fragment.bindOptionalView(id: Int): ReadOnlyProperty<Fragment, V?>
Content copied to clipboard
fun <V : View> RecyclerView.ViewHolder.bindOptionalView(id: Int): ReadOnlyProperty<RecyclerView.ViewHolder, V?>
Content copied to clipboard
bindOptionalViews
Link copied to clipboard
fun <V : View> Activity.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<Activity, List<V>>
Content copied to clipboard
fun <V : View> Dialog.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<Dialog, List<V>>
Content copied to clipboard
fun <V : View> DialogFragment.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<DialogFragment, List<V>>
Content copied to clipboard
fun <V : View> Fragment.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<Fragment, List<V>>
Content copied to clipboard
fun <V : View> View.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<View, List<V>>
Content copied to clipboard
fun <V : View> DialogFragment.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<DialogFragment, List<V>>
Content copied to clipboard
fun <V : View> Fragment.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<Fragment, List<V>>
Content copied to clipboard
fun <V : View> RecyclerView.ViewHolder.bindOptionalViews(vararg ids: Int): ReadOnlyProperty<RecyclerView.ViewHolder, List<V>>
Content copied to clipboard
bindViews
Link copied to clipboard
fun <V : View> Activity.bindViews(vararg ids: Int): ReadOnlyProperty<Activity, List<V>>
Content copied to clipboard
fun <V : View> Dialog.bindViews(vararg ids: Int): ReadOnlyProperty<Dialog, List<V>>
Content copied to clipboard
fun <V : View> DialogFragment.bindViews(vararg ids: Int): ReadOnlyProperty<DialogFragment, List<V>>
Content copied to clipboard
fun <V : View> Fragment.bindViews(vararg ids: Int): ReadOnlyProperty<Fragment, List<V>>
Content copied to clipboard
fun <V : View> View.bindViews(vararg ids: Int): ReadOnlyProperty<View, List<V>>
Content copied to clipboard
fun <V : View> DialogFragment.bindViews(vararg ids: Int): ReadOnlyProperty<DialogFragment, List<V>>
Content copied to clipboard
viewNotFound
Link copied to clipboard
Properties
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
viewFinder
Link copied to clipboard
private val RecyclerView.ViewHolder.viewFinder: Finder<RecyclerView.ViewHolder>
Content copied to clipboard