| java.lang.Object | |
| ↳ | com.pdftron.pdf.utils.DialogFragmentTab |
Structure of dialog fragment that used in BookmarksDialogFragment as a single tab.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public Class<?> | _class | The type of class should be an instance of DialogFragment. | |||||||||
| public Bundle | bundle | any arguments that should be passed to the DialogFragment | |||||||||
| public int | menuResId | ||||||||||
| public Drawable | tabIcon | The tab icon | |||||||||
| public String | tabTag | The tab tag. | |||||||||
| public String | tabText | The tab text Note: it can be set to null. | |||||||||
| public String | toolbarTitle | The title shown in the toolbar when the tab is selected. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
DialogFragmentTab(Class<?> _class, String tabTag)
Class constructor
| |||||||||||
| DialogFragmentTab(Class<?> _class, String tabTag, Drawable tabIcon, String tabText, String toolbarTitle, Bundle bundle) | |||||||||||
| DialogFragmentTab(Class<?> _class, String tabTag, Drawable tabIcon, String tabText, String toolbarTitle, Bundle bundle, int menuResId) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The type of class should be an instance of DialogFragment. Note: must not be null.
any arguments that should be passed to the DialogFragment
The tab icon
The tab tag. Only possible values are
TAG_TAB_BOOKMARK
TAG_TAB_OUTLINE
TAG_TAB_ANNOTATION
The tab text Note: it can be set to null.
The title shown in the toolbar when the tab is selected.
Class constructor