public interface IArrayViewController<VM extends IViewModel,AVM extends IArrayViewModel> extends IViewController<VM>
IArrayViewModel| Modifier and Type | Method and Description |
|---|---|
void |
bindCount(AVM arrayViewModel)
|
void |
bindLocalizedEmptyMessage(AVM arrayViewModel)
|
AVM |
getArrayViewModel() |
void |
onDataSetChanged()
Should be implemented to reload views.
|
void |
setLocalizedEmptyMessage(java.lang.CharSequence localizedEmptyMessage)
Sets message used when array is empty.
|
bindErrors, bindLoading, bindTitle, presentError, presentLoading, setTitlebindActive, getViewModelAVM getArrayViewModel()
IArrayViewModel
This could return a different value than IView.getViewModel()void bindCount(AVM arrayViewModel)
void onDataSetChanged()
void bindLocalizedEmptyMessage(AVM arrayViewModel)
void setLocalizedEmptyMessage(java.lang.CharSequence localizedEmptyMessage)