public final class ContextMenuItem extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_TYPE |
static int |
SEPARATOR_TYPE |
static int |
SUBMENU_TYPE |
Constructor and Description |
---|
ContextMenuItem() |
Modifier and Type | Method and Description |
---|---|
int |
getAction() |
ContextMenu |
getSubmenu() |
String |
getTitle() |
int |
getType() |
boolean |
isChecked() |
boolean |
isEnabled() |
String |
toString() |
@Native public static final int ACTION_TYPE
@Native public static final int SEPARATOR_TYPE
@Native public static final int SUBMENU_TYPE
public String getTitle()
public int getAction()
public boolean isEnabled()
public boolean isChecked()
public int getType()
public ContextMenu getSubmenu()
Copyright © 2020. All rights reserved.