public final class PopupMenu.Submenu extends PopupMenu.Item
| Constructor and Description |
|---|
Submenu(String icon,
String title,
String hint,
boolean disabled,
Object target,
PopupMenu.Submenu parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(IUIAction<?> action) |
void |
addItem(String caption,
String icon,
IClicked<NodeBase> clk) |
void |
addItem(String caption,
String icon,
String hint,
boolean disabled,
IClicked<NodeBase> clk) |
void |
addMenu(String caption,
String icon,
String hint,
boolean disabled,
Object target) |
List<PopupMenu.Item> |
getItemList() |
Object |
getTarget() |
getAction, getClicked, getHint, getIcon, getParent, getTitle, isDisabledpublic void addItem(@Nonnull String caption, String icon, String hint, boolean disabled, IClicked<NodeBase> clk)
public void addMenu(@Nonnull String caption, String icon, String hint, boolean disabled, Object target)
@Nonnull public List<PopupMenu.Item> getItemList()
Copyright © 2017 etc.to. All rights reserved.