Class ShadowTabHost


@Implements(android.widget.TabHost.class) public class ShadowTabHost extends ShadowViewGroup
  • Constructor Details

    • ShadowTabHost

      public ShadowTabHost()
  • Method Details

    • newTabSpec

      @Implementation protected TabHost.TabSpec newTabSpec(String tag)
    • addTab

      @Implementation protected void addTab(TabHost.TabSpec tabSpec)
    • setCurrentTab

      @Implementation protected void setCurrentTab(int index)
    • setCurrentTabByTag

      @Implementation protected void setCurrentTabByTag(String tag)
    • getCurrentTab

      @Implementation protected int getCurrentTab()
    • getCurrentTabSpec

      public TabHost.TabSpec getCurrentTabSpec()
    • getCurrentTabTag

      @Implementation protected String getCurrentTabTag()
    • setOnTabChangedListener

      @Implementation protected void setOnTabChangedListener(TabHost.OnTabChangeListener listener)
    • getCurrentView

      @Implementation protected View getCurrentView()
    • getTabWidget

      @Implementation protected TabWidget getTabWidget()
    • getSpecByTag

      public TabHost.TabSpec getSpecByTag(String tag)