Interface TabController
-
- All Known Implementing Classes:
DMTabController,FedTabController,TabControllerBase
public interface TabControllerThis interface defines the method to determine whether display a tab or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVisible()Returns true if tab is visible.
-