@Dependent @GuidedDecisionTable public class DefaultGuidedDecisionTableLinkManager extends Object implements GuidedDecisionTableLinkManager
| Constructor and Description |
|---|
DefaultGuidedDecisionTableLinkManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
link(GuidedDecisionTableView.Presenter dtPresenter,
Set<GuidedDecisionTableView.Presenter> otherDecisionTables)
Create links between one Guided Decision Table and others.
|
protected void |
linkColumns(org.uberfire.ext.wires.core.grids.client.model.GridData sourceUiModel,
org.uberfire.ext.wires.core.grids.client.model.GridData targetUiModel,
int sourceColumnIndex,
int targetColumnIndex) |
public DefaultGuidedDecisionTableLinkManager()
public void link(GuidedDecisionTableView.Presenter dtPresenter, Set<GuidedDecisionTableView.Presenter> otherDecisionTables)
GuidedDecisionTableLinkManagerlink in interface GuidedDecisionTableLinkManagerdtPresenter - The Decision Table to link from.otherDecisionTables - All other potential Decision Tables that may be linked to.protected void linkColumns(org.uberfire.ext.wires.core.grids.client.model.GridData sourceUiModel,
org.uberfire.ext.wires.core.grids.client.model.GridData targetUiModel,
int sourceColumnIndex,
int targetColumnIndex)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.