-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
public final class ViewGroupViewBinding<T extends ViewBinding> implements ReadOnlyProperty<ViewGroup, T>
<pre> author: dhl date : 2020/12/17 desc : </pre>
-
-
Field Summary
Fields Modifier and Type Field Description private final LayoutInflaterinflaterprivate final ViewGroupviewGroup
-
Constructor Summary
Constructors Constructor Description ViewGroupViewBinding(Class<T> classes, LayoutInflater inflater, ViewGroup viewGroup)
-
Method Summary
Modifier and Type Method Description final LayoutInflatergetInflater()final ViewGroupgetViewGroup()TgetValue(ViewGroup thisRef, KProperty<?> property)-
-
Constructor Detail
-
ViewGroupViewBinding
ViewGroupViewBinding(Class<T> classes, LayoutInflater inflater, ViewGroup viewGroup)
-
-
Method Detail
-
getInflater
final LayoutInflater getInflater()
-
getViewGroup
final ViewGroup getViewGroup()
-
-
-
-