public static final enum

ContextualToolbarMenuItem.Position

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem.Position

Class Overview

Possible positions for toolbar menu items.

Summary

Enum Values
ContextualToolbarMenuItem.Position  END  When toolbar is horizontal, this menu item will be added to the right, when vertical - to the bottom. 
ContextualToolbarMenuItem.Position  START  When toolbar is horizontal, this menu item will be added to the left, when vertical - to the top. 
Public Methods
static ContextualToolbarMenuItem.Position valueOf(String name)
final static Position[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ContextualToolbarMenuItem.Position END

When toolbar is horizontal, this menu item will be added to the right, when vertical - to the bottom. These are usually all the items in the toolbar except back button.

public static final ContextualToolbarMenuItem.Position START

When toolbar is horizontal, this menu item will be added to the left, when vertical - to the top. This is for example back/close button.

Public Methods

public static ContextualToolbarMenuItem.Position valueOf (String name)

public static final Position[] values ()