public abstract class AbstractColumnMenuPresenter extends AbstractHeaderMenuPresenter
ExpectedContextMenu and GivenContextMenu
It is provided to avoid code duplication in concrete implementations| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.dom.client.LIElement |
columnContextLIElement |
protected String |
COLUMNCONTEXTMENU_COLUMN |
protected String |
COLUMNCONTEXTMENU_DELETE_COLUMN |
protected String |
COLUMNCONTEXTMENU_I18N |
protected String |
COLUMNCONTEXTMENU_INSERT_COLUMN_LEFT |
protected String |
COLUMNCONTEXTMENU_INSERT_COLUMN_RIGHT |
protected String |
COLUMNCONTEXTMENU_LABEL |
constants, HEADERCONTEXTMENU_PREPEND_ROW, HEADERCONTEXTMENU_SCENARIO, insertRowBelowElement, model, prependRowEventexecutableMenuItemPresenter, menuItemPresenter, view| Constructor and Description |
|---|
AbstractColumnMenuPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initMenu()
This method set column-specific menu items and common SCENARIO menu items
|
void |
show(int mx,
int my,
int columnIndex,
String group,
boolean asProperty) |
setEventBusaddExecutableMenuItem, addExecutableMenuItem, addMenuItem, asWidget, enableElement, getRootPanel, getView, hide, initialise, isDisabled, isShown, mapEvent, onContextMenuEvent, onRefreshMenusEvent, removeMenuItem, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExecutableMenuItem, addExecutableMenuItem, addMenuItem, enableElement, getView, hide, initialise, isDisabled, isShown, mapEvent, onContextMenuEvent, onRefreshMenusEvent, removeMenuItem, showprotected String COLUMNCONTEXTMENU_COLUMN
protected String COLUMNCONTEXTMENU_INSERT_COLUMN_LEFT
protected String COLUMNCONTEXTMENU_INSERT_COLUMN_RIGHT
protected String COLUMNCONTEXTMENU_DELETE_COLUMN
protected String COLUMNCONTEXTMENU_LABEL
protected String COLUMNCONTEXTMENU_I18N
protected com.google.gwt.dom.client.LIElement columnContextLIElement
public void initMenu()
initMenu in interface HeaderMenuPresenterinitMenu in class AbstractHeaderMenuPresenterpublic void show(int mx,
int my,
int columnIndex,
String group,
boolean asProperty)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.