public class ColumnsPagePresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ColumnsPagePresenter.View |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
GuidedDecisionTableAccordion |
getAccordion() |
ColumnsPagePresenter.View |
getView() |
void |
init(GuidedDecisionTableModellerView.Presenter modeller) |
void |
onDecisionTableSelected(DecisionTableSelectedEvent event) |
void |
onRefreshActionsPanelEvent(RefreshActionsPanelEvent event) |
void |
onRefreshAttributesPanelEvent(RefreshAttributesPanelEvent event) |
void |
onRefreshConditionsPanelEvent(RefreshConditionsPanelEvent event) |
void |
onRefreshMetaDataPanelEvent(RefreshMetaDataPanelEvent event) |
void |
onUpdatedLockStatusEvent(org.uberfire.client.mvp.UpdatedLockStatusEvent event) |
void |
refresh() |
void |
setup() |
@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)
@PostConstruct public void setup()
public ColumnsPagePresenter.View getView()
public void init(GuidedDecisionTableModellerView.Presenter modeller)
public void onUpdatedLockStatusEvent(@Observes org.uberfire.client.mvp.UpdatedLockStatusEvent event)
public void onRefreshAttributesPanelEvent(@Observes RefreshAttributesPanelEvent event)
public void onRefreshMetaDataPanelEvent(@Observes RefreshMetaDataPanelEvent event)
public void onRefreshConditionsPanelEvent(@Observes RefreshConditionsPanelEvent event)
public void onRefreshActionsPanelEvent(@Observes RefreshActionsPanelEvent event)
public GuidedDecisionTableAccordion getAccordion()
public void onDecisionTableSelected(@Observes DecisionTableSelectedEvent event)
public void refresh()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.