public interface TabHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
onHideTab(int currentIndex,
int newIndex)
Method called when the tab is hidden
|
boolean |
onRemoveTab()
Method called when the tab is removed
|
void |
onShowTab(int currentIndex,
int newIndex)
Method called when the tab is shown
|
boolean onHideTab(int currentIndex,
int newIndex)
currentIndex - newIndex - false to prevent the tab to be hidden,
true otherwise.void onShowTab(int currentIndex,
int newIndex)
currentIndex - newIndex - boolean onRemoveTab()
false to prevent the tab to be closed,
true otherwise.Copyright © 2008–2018 Code Lutin. All rights reserved.