@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.CustomMenuBuilder
public org.uberfire.workbench.model.menu.MenuItem build()
build
in interface org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
public void onDecisionTableSelectedEvent(@Observes DecisionTableSelectedEvent event)
onDecisionTableSelectedEvent
in interface BaseMenuView.BaseMenuPresenter
onDecisionTableSelectedEvent
in class BaseMenu
public void onDecisionTableSelectionsChangedEvent(@Observes DecisionTableSelectionsChangedEvent event)
onDecisionTableSelectionsChangedEvent
in interface BaseMenuView.BaseMenuPresenter
onDecisionTableSelectionsChangedEvent
in class BaseMenu
public void initialise()
initialise
in interface BaseMenuView.BaseMenuPresenter
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.