public static class PopupMenu.Item extends Object
| Constructor and Description |
|---|
Item(IUIAction<?> action) |
Item(String icon,
String title,
String hint,
boolean disabled,
IClicked<NodeBase> clicked,
PopupMenu.Submenu parent) |
| Modifier and Type | Method and Description |
|---|---|
IUIAction<?> |
getAction() |
IClicked<NodeBase> |
getClicked() |
String |
getHint() |
String |
getIcon() |
PopupMenu.Submenu |
getParent() |
String |
getTitle() |
boolean |
isDisabled() |
Copyright © 2017 etc.to. All rights reserved.