public class DataBindingComponent<DataType> extends java.lang.Object implements Component<DataType>
Constructor and Description |
---|
DataBindingComponent(android.view.ViewGroup parent,
int resId) |
Modifier and Type | Method and Description |
---|---|
void |
bind(DataType data) |
protected android.databinding.ViewDataBinding |
getBinding() |
DataType |
getData() |
android.view.View |
getView() |
public DataBindingComponent(android.view.ViewGroup parent, int resId)
public DataType getData()
protected android.databinding.ViewDataBinding getBinding()