public class TabBody
extends ViewPager
| Constructor and Description |
|---|
TabBody(android.content.Context context)
Default Constructor for a
View |
TabBody(android.content.Context context,
android.util.AttributeSet attrs)
Default Constructor for a
View |
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(TabFragment tabFragment,
int position)
Add the
TabFragment to the TabContainer |
TabContainer |
getTabContainer()
Getter for the
TabContainer |
void |
prepare(FragmentActivity fragmentActivity)
|
public TabBody(android.content.Context context)
Viewcontext - public TabBody(android.content.Context context,
android.util.AttributeSet attrs)
Viewcontext - public void prepare(FragmentActivity fragmentActivity)
public void addTab(TabFragment tabFragment, int position)
TabFragment to the TabContainertabFragment - position - public TabContainer getTabContainer()
TabContainer