-
public class DataBinderMapperImpl extends DataBinderMapper
-
-
Method Summary
Modifier and Type Method Description ViewDataBindinggetDataBinder(DataBindingComponent component, View view, int layoutId)ViewDataBindinggetDataBinder(DataBindingComponent component, Array<View> views, int layoutId)intgetLayoutId(String tag)StringconvertBrIdToString(int localId)List<DataBinderMapper>collectDependencies()-
-
Method Detail
-
getDataBinder
ViewDataBinding getDataBinder(DataBindingComponent component, View view, int layoutId)
-
getDataBinder
ViewDataBinding getDataBinder(DataBindingComponent component, Array<View> views, int layoutId)
-
getLayoutId
int getLayoutId(String tag)
-
convertBrIdToString
String convertBrIdToString(int localId)
-
collectDependencies
List<DataBinderMapper> collectDependencies()
-
-
-
-