Class ColumnsPagePresenter
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.editor.page.ColumnsPagePresenter
-
public class ColumnsPagePresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceColumnsPagePresenter.View
-
Constructor Summary
Constructors Constructor Description ColumnsPagePresenter(ColumnsPagePresenter.View view, GuidedDecisionTableAccordion accordion, org.jboss.errai.ioc.client.api.ManagedInstance<NewGuidedDecisionTableColumnWizard> wizardManagedInstance, org.jboss.errai.ui.client.local.spi.TranslationService translationService, org.jboss.errai.ioc.client.api.ManagedInstance<DeleteColumnManagementAnchorWidget> deleteColumnManagementAnchorWidgets, org.jboss.errai.ioc.client.api.ManagedInstance<AttributeColumnConfigRow> attributeColumnConfigRow, ColumnManagementView conditionsPanel, ColumnManagementView actionsPanel, ShowRuleNameOptionPresenter showRuleNameOptionPresenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GuidedDecisionTableAccordiongetAccordion()ColumnsPagePresenter.ViewgetView()voidinit(GuidedDecisionTableModellerView.Presenter modeller)voidonDecisionTableSelected(DecisionTableSelectedEvent event)voidonRefreshActionsPanelEvent(RefreshActionsPanelEvent event)voidonRefreshAttributesPanelEvent(RefreshAttributesPanelEvent event)voidonRefreshConditionsPanelEvent(RefreshConditionsPanelEvent event)voidonRefreshMetaDataPanelEvent(RefreshMetaDataPanelEvent event)voidonUpdatedLockStatusEvent(org.uberfire.client.mvp.UpdatedLockStatusEvent event)voidrefresh()voidsetup()
-
-
-
Constructor Detail
-
ColumnsPagePresenter
@Inject public ColumnsPagePresenter(ColumnsPagePresenter.View view, GuidedDecisionTableAccordion accordion, org.jboss.errai.ioc.client.api.ManagedInstance<NewGuidedDecisionTableColumnWizard> wizardManagedInstance, org.jboss.errai.ui.client.local.spi.TranslationService translationService, org.jboss.errai.ioc.client.api.ManagedInstance<DeleteColumnManagementAnchorWidget> deleteColumnManagementAnchorWidgets, org.jboss.errai.ioc.client.api.ManagedInstance<AttributeColumnConfigRow> attributeColumnConfigRow, ColumnManagementView conditionsPanel, ColumnManagementView actionsPanel, ShowRuleNameOptionPresenter showRuleNameOptionPresenter)
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
getView
public ColumnsPagePresenter.View getView()
-
init
public void init(GuidedDecisionTableModellerView.Presenter modeller)
-
onUpdatedLockStatusEvent
public void onUpdatedLockStatusEvent(@Observes org.uberfire.client.mvp.UpdatedLockStatusEvent event)
-
onRefreshAttributesPanelEvent
public void onRefreshAttributesPanelEvent(@Observes RefreshAttributesPanelEvent event)
-
onRefreshMetaDataPanelEvent
public void onRefreshMetaDataPanelEvent(@Observes RefreshMetaDataPanelEvent event)
-
onRefreshConditionsPanelEvent
public void onRefreshConditionsPanelEvent(@Observes RefreshConditionsPanelEvent event)
-
onRefreshActionsPanelEvent
public void onRefreshActionsPanelEvent(@Observes RefreshActionsPanelEvent event)
-
getAccordion
public GuidedDecisionTableAccordion getAccordion()
-
onDecisionTableSelected
public void onDecisionTableSelected(@Observes DecisionTableSelectedEvent event)
-
refresh
public void refresh()
-
-