| java.lang.Object | |
| ↳ | android.support.design.widget.TabLayout.ViewPagerOnTabSelectedListener |
A TabLayout.OnTabSelectedListener class which contains the necessary calls back
to the provided ViewPager so that the tab position is kept in sync.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when a tab that is already selected is chosen again by the user.
| |||||||||||
Called when a tab enters the selected state.
| |||||||||||
Called when a tab exits the selected state.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.support.design.widget.TabLayout.OnTabSelectedListener
| |||||||||||
Called when a tab that is already selected is chosen again by the user. Some applications may use this action to return to the top level of a category.
| tab | The tab that was reselected. |
|---|
Called when a tab enters the selected state.
| tab | The tab that was selected |
|---|
Called when a tab exits the selected state.
| tab | The tab that was unselected |
|---|