Class ConditionPatternCell
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.Pattern52>
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.BasePatternCell
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.ConditionPatternCell
-
- All Implemented Interfaces:
com.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.Pattern52>,RequiresValidator
public class ConditionPatternCell extends BasePatternCell
A cell to display a Fact Pattern on the Pattern Constraints page. Additional validation is performed on the Pattern's constraints to determine whether the cell should be rendered as valid or invalid
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.BasePatternCell
BasePatternCell.FactPatternCellTemplate
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.BasePatternCell
validator
-
-
Constructor Summary
Constructors Constructor Description ConditionPatternCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCssStyleName(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 p)-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.BasePatternCell
render, setValidator
-
-
-
-
Method Detail
-
getCssStyleName
protected String getCssStyleName(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 p)
- Overrides:
getCssStyleNamein classBasePatternCell
-
-