Class ActionInsertFactFieldPatternCell
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern>
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.ActionInsertFactFieldPatternCell
-
- All Implemented Interfaces:
com.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern>,RequiresValidator
public class ActionInsertFactFieldPatternCell extends com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern> implements RequiresValidator
A cell to display a Fact Pattern on the Action Insert Fact Field page. Additional validation is performed on the Pattern's fields to determine whether the cell should be rendered as valid or invalid
-
-
Constructor Summary
Constructors Constructor Description ActionInsertFactFieldPatternCell()
-
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)voidrender(com.google.gwt.cell.client.Cell.Context context, org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)voidsetValidator(Validator validator)
-
-
-
Field Detail
-
validator
protected Validator validator
-
-
Method Detail
-
setValidator
public void setValidator(Validator validator)
- Specified by:
setValidatorin interfaceRequiresValidator
-
render
public void render(com.google.gwt.cell.client.Cell.Context context, org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)- Specified by:
renderin interfacecom.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern>- Specified by:
renderin classcom.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern>
-
getCssStyleName
protected String getCssStyleName(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 p)
-
-