| java.lang.Object | |
| ↳ | com.pdftron.demo.widget.menu.ActionMenuItem |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ActionMenuItem(ActionMenu menu, int group, int id, int ordering, CharSequence title) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | collapseActionView() | ||||||||||
| boolean | expandActionView() | ||||||||||
| ActionProvider | getActionProvider() | ||||||||||
| View | getActionView() | ||||||||||
| int | getAlphabeticModifiers() | ||||||||||
| char | getAlphabeticShortcut() | ||||||||||
| CharSequence | getContentDescription() | ||||||||||
| int | getGroupId() | ||||||||||
| Drawable | getIcon() | ||||||||||
| int | getIconId() | ||||||||||
| ColorStateList | getIconTintList() | ||||||||||
| PorterDuff.Mode | getIconTintMode() | ||||||||||
| Intent | getIntent() | ||||||||||
| int | getItemId() | ||||||||||
| ContextMenu.ContextMenuInfo | getMenuInfo() | ||||||||||
| int | getNumericModifiers() | ||||||||||
| char | getNumericShortcut() | ||||||||||
| int | getOrder() | ||||||||||
| SubMenu | getSubMenu() | ||||||||||
| ActionProvider | getSupportActionProvider() | ||||||||||
| CharSequence | getTitle() | ||||||||||
| CharSequence | getTitleCondensed() | ||||||||||
| CharSequence | getTooltipText() | ||||||||||
| boolean | hasSubMenu() | ||||||||||
| boolean | invoke() | ||||||||||
| boolean | isActionViewExpanded() | ||||||||||
| boolean | isCheckable() | ||||||||||
| boolean | isChecked() | ||||||||||
| boolean | isEnabled() | ||||||||||
| boolean | isVisible() | ||||||||||
| boolean | requiresActionButton() | ||||||||||
| boolean | requiresOverflow() | ||||||||||
| MenuItem | setActionProvider(ActionProvider actionProvider) | ||||||||||
| SupportMenuItem | setActionView(int resId) | ||||||||||
| SupportMenuItem | setActionView(View actionView) | ||||||||||
| MenuItem | setAlphabeticShortcut(char alphaChar) | ||||||||||
| MenuItem | setAlphabeticShortcut(char alphaChar, int alphaModifiers) | ||||||||||
| MenuItem | setCheckable(boolean checkable) | ||||||||||
| MenuItem | setChecked(boolean checked) | ||||||||||
| SupportMenuItem | setContentDescription(CharSequence contentDescription) | ||||||||||
| MenuItem | setEnabled(boolean enabled) | ||||||||||
| ActionMenuItem | setExclusiveCheckable(boolean exclusive) | ||||||||||
| MenuItem | setIcon(Drawable icon) | ||||||||||
| MenuItem | setIcon(int iconRes) | ||||||||||
| MenuItem | setIconTintList(ColorStateList iconTintList) | ||||||||||
| MenuItem | setIconTintMode(PorterDuff.Mode iconTintMode) | ||||||||||
| MenuItem | setIntent(Intent intent) | ||||||||||
| MenuItem | setNumericShortcut(char numericChar, int numericModifiers) | ||||||||||
| MenuItem | setNumericShortcut(char numericChar) | ||||||||||
| MenuItem | setOnActionExpandListener(MenuItem.OnActionExpandListener listener) | ||||||||||
| MenuItem | setOnMenuItemClickListener(OnMenuItemClickListener menuItemClickListener) | ||||||||||
| MenuItem | setShortcut(char numericChar, char alphaChar) | ||||||||||
| MenuItem | setShortcut(char numericChar, char alphaChar, int numericModifiers, int alphaModifiers) | ||||||||||
| void | setShowAsAction(int show) | ||||||||||
| SupportMenuItem | setShowAsActionFlags(int actionEnum) | ||||||||||
| void | setSubMenu(ActionSubMenu subMenu) | ||||||||||
| SupportMenuItem | setSupportActionProvider(ActionProvider actionProvider) | ||||||||||
| MenuItem | setTitle(CharSequence title) | ||||||||||
| MenuItem | setTitle(int titleRes) | ||||||||||
| MenuItem | setTitleCondensed(CharSequence title) | ||||||||||
| SupportMenuItem | setTooltipText(CharSequence tooltipText) | ||||||||||
| MenuItem | setVisible(boolean visible) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||