java.lang.Object | |
↳ | com.htc.fragment.widget.CarouselTabSpec |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Configure the tab's title, icon and fragment class name.
| |||||||||||
Configure the tab's title, icon and fragment class name.
| |||||||||||
Configure the tab's title, icon and fragment class name.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Set the arguments of the fragment-based application.
| |||||||||||
Set the state of the tab.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Configure the tab's title, icon and fragment class name.
tag | The label text on the tab indicator that should be unique at whole application |
---|---|
title | resource ID of the title |
rest | resource ID of the rest Icon |
on | resource ID of the On Icon |
overlay | resource ID of the overlay icon |
classQualifiedName | the class qualified name of the fragment-based application |
Configure the tab's title, icon and fragment class name.
tag | The label text on the tab indicator that should be unique at whole application |
---|---|
title | resource ID of the title |
rest | resource ID of the rest Icon |
on | resource ID of the On Icon |
overlay | resource ID of the overlay icon |
applicationPackageName | Specify different package to load the class of fragment |
classQualifiedName | the class qualified name of the fragment-based application |
Configure the tab's title, icon and fragment class name.
tag | The label text on the tab indicator that should be unique at whole application |
---|---|
title | resource ID of the title |
rest | resource ID of the rest Icon |
on | resource ID of the On Icon |
overlay | resource ID of the overlay icon |
applicationPackageContext | Specify package context to load the class of fragment |
classQualifiedName | the class qualified name of the fragment-based application |
Set the arguments of the fragment-based application.
args | The arguments |
---|
Set the state of the tab.
state | The state of the indicator: TASK_STATE_DEFAULT, TASK_STATE_POOL or TASK_STATE_UNREMOVABLE. |
---|