@Dependent public class InsertMenuBuilder extends BaseMenu implements org.uberfire.workbench.model.menu.MenuFactory.CustomMenuBuilder
Modifier and Type | Class and Description |
---|---|
static interface |
InsertMenuBuilder.SupportsAppendRow |
static interface |
InsertMenuBuilder.SupportsInsertRowAbove |
static interface |
InsertMenuBuilder.SupportsInsertRowBelow |
activeDecisionTable
Constructor and Description |
---|
InsertMenuBuilder(org.jboss.errai.ui.client.local.spi.TranslationService ts,
org.uberfire.ext.widgets.common.client.menu.MenuItemFactory menuItemFactory,
org.jboss.errai.ioc.client.api.ManagedInstance<NewGuidedDecisionTableColumnWizard> wizardManagedInstance) |
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 |
setModeller(GuidedDecisionTableModellerView.Presenter modeller) |
void |
setup() |
@Inject public InsertMenuBuilder(org.jboss.errai.ui.client.local.spi.TranslationService ts, org.uberfire.ext.widgets.common.client.menu.MenuItemFactory menuItemFactory, org.jboss.errai.ioc.client.api.ManagedInstance<NewGuidedDecisionTableColumnWizard> wizardManagedInstance)
@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
public void setModeller(GuidedDecisionTableModellerView.Presenter modeller)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.