nutrient
Toggle table of contents
11.0.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.ui.actionmenu
/
ActionMenuItem
Action
Menu
Item
abstract
class
ActionMenuItem
Represents item inside
ActionMenu
.
Inheritors
FixedActionMenuItem
SharingMenuItem
Members
Types
Menu
Item
Type
Link copied to clipboard
enum
MenuItemType
Supported types of action menu items.
Properties
icon
Link copied to clipboard
@
NonNull
@get:
NonNull
val
icon
:
Drawable
The icon displayed for this menu item.
is
Enabled
Link copied to clipboard
open
var
isEnabled
:
Boolean
Whether this menu item is enabled and can be interacted with.
item
Id
Link copied to clipboard
@
IdRes
@get:
IdRes
val
itemId
:
Int
The resource ID identifying this menu item.
item
Type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
itemType
:
ActionMenuItem.MenuItemType
The type of this menu item (standard or fixed).
label
Link copied to clipboard
@
NonNull
@get:
NonNull
val
label
:
String
The text label displayed for this menu item.
Functions
is
Print
Item
Link copied to clipboard
abstract
fun
isPrintItem
(
)
:
Boolean
Returns true if this item is a print action, false otherwise.