public abstract class TitleBaseActivity extends MintsBaseActivity
| Modifier and Type | Field and Description |
|---|---|
protected android.widget.LinearLayout |
mContentContainer |
protected TitleHeaderBar |
mTitleHeaderBar |
mCurrentFragment| Constructor and Description |
|---|
TitleBaseActivity() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
enableDefaultBack() |
protected android.widget.LinearLayout |
getContentContainer() |
protected int |
getFrameLayoutId() |
protected TitleHeaderBar |
getTitleHeaderBar() |
protected void |
initViews() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
setContentView(int layoutResID) |
void |
setContentViewSupper(int layoutResID) |
protected void |
setHeaderTitle(int id) |
protected void |
setHeaderTitle(java.lang.String title) |
getCloseWarning, getFragmentContainerIdaddComponent, onDestroy, onPause, onRestart, onResume, onStopdoReturnBack, exitFullScreen, getFragmentTag, goToFragment, hideKeyboardForCurrentFocus, onBackPressed, popTopFragment, popToRoot, processBackPressed, pushFragmentToBackStack, showKeyboardAtViewprotected TitleHeaderBar mTitleHeaderBar
protected android.widget.LinearLayout mContentContainer
protected void onCreate(android.os.Bundle savedInstanceState)
protected int getFrameLayoutId()
protected TitleHeaderBar getTitleHeaderBar()
protected android.widget.LinearLayout getContentContainer()
protected void initViews()
protected boolean enableDefaultBack()
public void setContentView(int layoutResID)
public void setContentViewSupper(int layoutResID)
protected void setHeaderTitle(int id)
protected void setHeaderTitle(java.lang.String title)