addTab
Deprecated
Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.
Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list. If this is the first tab to be added it will become the selected tab.
Parameters
Tab to add
Deprecated
Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.
Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
Parameters
Tab to add
True if the added tab should become the selected tab.
Deprecated
Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.
Add a tab for use in tabbed navigation mode. The tab will be inserted at position
. If this is the first tab to be added it will become the selected tab.
Parameters
The tab to add
The new position of the tab
Deprecated
Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.
Add a tab for use in tabbed navigation mode. The tab will be inserted at position
.
Parameters
The tab to add
The new position of the tab
True if the added tab should become the selected tab.