Modifier and Type | Interface and Description |
---|---|
static interface |
ExportingMenuObject.Onclick |
Modifier and Type | Method and Description |
---|---|
ExportingMenuObject.Onclick |
getOnclick()
The click handler for the menu item.
|
boolean |
getSeparator()
Indicates a separator line instead of an item.
|
String |
getText()
The text for the menu item.
|
String |
getTextKey()
If internationalization is required, the key to a language string.
|
void |
setOnclick(ExportingMenuObject.Onclick value)
The click handler for the menu item.
|
void |
setSeparator(boolean value)
Indicates a separator line instead of an item.
|
void |
setText(String value)
The text for the menu item.
|
void |
setTextKey(String value)
If internationalization is required, the key to a language string.
|
@Nullable ExportingMenuObject.Onclick getOnclick()
void setOnclick(ExportingMenuObject.Onclick value)
boolean getSeparator()
void setSeparator(boolean value)
void setText(String value)
@Nullable String getTextKey()
void setTextKey(String value)
Copyright © 2020. All rights reserved.