@Dependent public class EditMenuBuilder extends BaseMenu implements org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
| Modifier and Type | Class and Description |
|---|---|
static interface |
EditMenuBuilder.SupportsEditMenu |
activeDecisionTable| Constructor and Description |
|---|
EditMenuBuilder(Clipboard clipboard,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
org.uberfire.ext.widgets.common.client.menu.MenuItemFactory menuItemFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.workbench.model.menu.MenuItem |
build() |
void |
initialise() |
void |
onDecisionTableSelectedEvent(DecisionTableSelectedEvent event) |
void |
onDecisionTableSelectionsChangedEvent(DecisionTableSelectionsChangedEvent event) |
void |
push(org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder element) |
void |
setup() |
@Inject public EditMenuBuilder(Clipboard clipboard, org.jboss.errai.ui.client.local.spi.TranslationService ts, org.uberfire.ext.widgets.common.client.menu.MenuItemFactory menuItemFactory)
@PostConstruct public void setup()
public void push(org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder element)
push in interface org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilderpublic org.uberfire.workbench.model.menu.MenuItem build()
build in interface org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilderpublic void onDecisionTableSelectedEvent(@Observes
DecisionTableSelectedEvent event)
onDecisionTableSelectedEvent in interface BaseMenuView.BaseMenuPresenteronDecisionTableSelectedEvent in class BaseMenupublic void onDecisionTableSelectionsChangedEvent(@Observes
DecisionTableSelectionsChangedEvent event)
onDecisionTableSelectionsChangedEvent in interface BaseMenuView.BaseMenuPresenteronDecisionTableSelectionsChangedEvent in class BaseMenupublic void initialise()
initialise in interface BaseMenuView.BaseMenuPresenterCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.