public class

DialogFragmentTab

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.utils.DialogFragmentTab

Class Overview

Structure of dialog fragment that used in BookmarksDialogFragment as a single tab.

Summary

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

Fields

public Class<?> _class

The type of class should be an instance of DialogFragment. Note: must not be null.

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. Only possible values are TAG_TAB_BOOKMARK TAG_TAB_OUTLINE TAG_TAB_ANNOTATION

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

public DialogFragmentTab (Class<?> _class, String tabTag)

Class constructor

public DialogFragmentTab (Class<?> _class, String tabTag, Drawable tabIcon, String tabText, String toolbarTitle, Bundle bundle)

public DialogFragmentTab (Class<?> _class, String tabTag, Drawable tabIcon, String tabText, String toolbarTitle, Bundle bundle, int menuResId)