@Implements(value=android.widget.TabHost.class) public class ShadowTabHost extends ShadowViewGroup
Modifier and Type | Class and Description |
---|---|
static class |
ShadowTabHost.ShadowTabSpec |
ShadowView.WindowIdHelper
realViewGroup
attributeSet, realView, scrollToCoordinates
Constructor and Description |
---|
ShadowTabHost() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTab(android.widget.TabHost.TabSpec tabSpec) |
protected int |
getCurrentTab() |
android.widget.TabHost.TabSpec |
getCurrentTabSpec() |
protected java.lang.String |
getCurrentTabTag() |
protected android.view.View |
getCurrentView() |
android.widget.TabHost.TabSpec |
getSpecByTag(java.lang.String tag) |
protected android.widget.TabWidget |
getTabWidget() |
protected android.widget.TabHost.TabSpec |
newTabSpec(java.lang.String tag) |
protected void |
setCurrentTab(int index) |
protected void |
setCurrentTabByTag(java.lang.String tag) |
protected void |
setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener listener) |
addView, dump, getDisallowInterceptTouchEvent, getInterceptedTouchEvent, innerText, onInterceptTouchEvent, removedChild, requestDisallowInterceptTouchEvent
__constructor__, callOnAttachedToWindow, callOnDetachedFromWindow, checkedPerformClick, clearWasInvalidated, clickOn, didRequestLayout, draw, dump, dump, dumpAttribute, dumpAttributes, dumpFirstPart, dumpIndent, getDrawingCache, getGlobalVisibleRect, getLastTouchEvent, getLayerType, getOnClickListener, getOnCreateContextMenuListener, getOnLongClickListener, getOnSystemUiVisibilityChangeListener, getOnTouchListener, getScrollX, getScrollY, getWindowId, innerText, invalidate, isAttachedToWindow, lastHapticFeedbackPerformed, onLayout, onLayoutWasCalled, onTouchEvent, performHapticFeedback, post, postDelayed, postInvalidateDelayed, removeCallbacks, requestLayout, scrollBy, scrollTo, setAnimation, setDidRequestLayout, setGlobalVisibleRect, setLayerType, setMyParent, setOnClickListener, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnLongClickListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setScrollX, setScrollY, setViewFocus, visualize, wasInvalidated
@Implementation protected android.widget.TabHost.TabSpec newTabSpec(java.lang.String tag)
@Implementation protected void addTab(android.widget.TabHost.TabSpec tabSpec)
@Implementation protected void setCurrentTab(int index)
@Implementation protected void setCurrentTabByTag(java.lang.String tag)
@Implementation protected int getCurrentTab()
public android.widget.TabHost.TabSpec getCurrentTabSpec()
@Implementation protected java.lang.String getCurrentTabTag()
@Implementation protected void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener listener)
@Implementation protected android.view.View getCurrentView()
@Implementation protected android.widget.TabWidget getTabWidget()
public android.widget.TabHost.TabSpec getSpecByTag(java.lang.String tag)