public abstract class PopupMenu extends Object
Constructor and Description |
---|
PopupMenu() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
appendItem(String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
protected abstract void |
hide() |
protected void |
notifyPopupClosed() |
protected void |
notifySelectionCommited(int index) |
protected abstract void |
setSelectedItem(int index) |
protected abstract void |
show(WebPage page,
int x,
int y,
int width) |
protected abstract void show(WebPage page, int x, int y, int width)
protected abstract void hide()
protected abstract void setSelectedItem(int index)
protected abstract void appendItem(String itemText, boolean isLabel, boolean isSeparator, boolean isEnabled, int bgColor, int fgColor, WCFont font)
protected void notifySelectionCommited(int index)
protected void notifyPopupClosed()
Copyright © 2020. All rights reserved.