| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.ui.toolbar.ContextualToolbarMenuItem.Position | |
Possible positions for toolbar menu items.
| 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
| |||||||||||
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.
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.