public final enum

PdfTabBarCloseMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.ui.tabs.PdfTabBarCloseMode

Class Overview

Enum with possible states for tab close button.

Summary

Enum Values
PdfTabBarCloseMode  CLOSE_DISABLED  Hide the close button. 
PdfTabBarCloseMode  CLOSE_ENABLED  Always show the close button. 
PdfTabBarCloseMode  CLOSE_ONLY_SELECTED_TAB  Only show the close button on the selected tab. 
Public Methods
static PdfTabBarCloseMode valueOf(String name)
final static PdfTabBarCloseMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PdfTabBarCloseMode CLOSE_DISABLED

Hide the close button.

public static final PdfTabBarCloseMode CLOSE_ENABLED

Always show the close button.

public static final PdfTabBarCloseMode CLOSE_ONLY_SELECTED_TAB

Only show the close button on the selected tab.

Public Methods

public static PdfTabBarCloseMode valueOf (String name)

public static final PdfTabBarCloseMode[] values ()