-
public final class ToolbarViewData
-
-
Field Summary
Fields Modifier and Type Field Description private final MutableLiveData<Boolean>showToolbarprivate final MutableLiveData<Boolean>showLogoprivate final MutableLiveData<Boolean>showBackButtonprivate final MutableLiveData<Boolean>showTitleprivate final MutableLiveData<Boolean>showActionElementsprivate final MutableLiveData<ToolbarType>toolbarTypeprivate final MutableLiveData<Integer>titleText
-
Constructor Summary
Constructors Constructor Description ToolbarViewData(Boolean showToolbar, Boolean showTitle, Boolean showLogo, Boolean showBackButton, Boolean showActionElements, ToolbarType toolbarType)
-
Method Summary
Modifier and Type Method Description final MutableLiveData<Boolean>getShowToolbar()final MutableLiveData<Boolean>getShowLogo()final MutableLiveData<Boolean>getShowBackButton()final MutableLiveData<Boolean>getShowTitle()final MutableLiveData<Boolean>getShowActionElements()final MutableLiveData<ToolbarType>getToolbarType()final MutableLiveData<Integer>getTitleText()final UnitsetTitleText(@StringRes() Integer titleText)-
-
Method Detail
-
getShowToolbar
final MutableLiveData<Boolean> getShowToolbar()
-
getShowLogo
final MutableLiveData<Boolean> getShowLogo()
-
getShowBackButton
final MutableLiveData<Boolean> getShowBackButton()
-
getShowTitle
final MutableLiveData<Boolean> getShowTitle()
-
getShowActionElements
final MutableLiveData<Boolean> getShowActionElements()
-
getToolbarType
final MutableLiveData<ToolbarType> getToolbarType()
-
getTitleText
final MutableLiveData<Integer> getTitleText()
-
setTitleText
final Unit setTitleText(@StringRes() Integer titleText)
-
-
-
-