public abstract class CellUpdateManager extends Object
Modifier and Type | Field and Description |
---|---|
protected Actions |
actions |
protected Column |
column |
protected Conditions |
conditions |
protected org.kie.workbench.common.widgets.decoratedgrid.client.widget.data.Coordinate |
coordinate |
protected org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 |
model |
Constructor and Description |
---|
CellUpdateManager(Index index,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.kie.workbench.common.widgets.decoratedgrid.client.widget.data.Coordinate coordinate) |
Modifier and Type | Method and Description |
---|---|
boolean |
update() |
protected abstract boolean |
updateAction(Action action) |
protected abstract boolean |
updateCondition(Condition condition) |
protected final Column column
protected final Actions actions
protected final Conditions conditions
protected final org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model
protected final org.kie.workbench.common.widgets.decoratedgrid.client.widget.data.Coordinate coordinate
public CellUpdateManager(Index index, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, org.kie.workbench.common.widgets.decoratedgrid.client.widget.data.Coordinate coordinate)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.