public abstract class BoundController<V extends ViewDataBinding>
extends Controller
| Constructor and Description |
|---|
BoundController() |
BoundController(android.os.Bundle args) |
| Modifier and Type | Method and Description |
|---|---|
AppCompatActivity |
getAppCompatActivity() |
protected void |
onAttach(android.view.View view) |
protected android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container) |
protected void |
onDetach(android.view.View view) |
protected void |
onViewBound(V binding) |
protected void |
onViewUnbound(V binding) |
protected void |
returnResult(int resultCode,
android.os.Bundle params) |
void |
setOnViewResultListener(OnViewResult onViewResult) |
protected void |
showView(BoundController view) |
protected void |
showViewForResult(BoundController view,
OnViewResult onViewResult) |
public BoundController()
public BoundController(android.os.Bundle args)
protected android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container)
protected void onAttach(android.view.View view)
protected void onViewBound(V binding)
protected void onViewUnbound(V binding)
protected void onDetach(android.view.View view)
public void setOnViewResultListener(OnViewResult onViewResult)
protected void returnResult(int resultCode,
android.os.Bundle params)
protected void showView(BoundController view)
protected void showViewForResult(BoundController view, OnViewResult onViewResult)
public AppCompatActivity getAppCompatActivity()