public class

PdfTabBarItem

extends Object
java.lang.Object
   ↳ com.pspdfkit.ui.tabs.PdfTabBarItem

Class Overview

Represents single tab in the PdfTabBar.

Summary

Public Constructors
PdfTabBarItem(DocumentDescriptor documentDescriptor)
Creates tab bar item for document descriptor
Public Methods
DocumentDescriptor getDocumentDescriptor()
Returns document descriptor associated with this tab.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PdfTabBarItem (DocumentDescriptor documentDescriptor)

Creates tab bar item for document descriptor

Parameters
documentDescriptor Descriptor for document that should be display when the tab is selected.

Public Methods

public DocumentDescriptor getDocumentDescriptor ()

Returns document descriptor associated with this tab.

Returns
  • Document descriptor that should be displayed when the tab is selected.