java.lang.Object | ||
↳ | com.pspdfkit.ui.actionmenu.ActionMenuItem | |
↳ | com.pspdfkit.ui.actionmenu.FixedActionMenuItem |
Specialization of ActionMenuItem
representing single fixed menu action inside ActionMenu
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FixedActionMenuItem(Context context, int itemId, int drawableResId, int labelResId)
Create fixed menu item.
| |||||||||||
FixedActionMenuItem(Context context, int itemId, int drawableResId, String label)
Create fixed menu item.
| |||||||||||
FixedActionMenuItem(int itemId, Drawable icon, String label)
Create fixed menu item.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create fixed menu item.
context | Context used for retrieving drawable with drawableResId from
resources. |
---|---|
itemId | Id used to identify this menu item. |
drawableResId | Resource id of the menu item's icon. |
labelResId | resource id of the menu item's label. |
Create fixed menu item.
context | Context used for retrieving drawable with drawableResId from
resources. |
---|---|
itemId | Id used to identify this menu item. |
drawableResId | Resource id of the menu item's icon. |
label | Label of the menu item. |
Create fixed menu item.
itemId | Resource id representing menu item. |
---|---|
icon | Icon for the menu item. |
label | Label of the menu item. |