Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell

        com.google.gwt.cell.client.Cell.Context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String getCssStyleName​(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 p)  
      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)  
      void setValidator​(Validator validator)  
      • Methods inherited from class com.google.gwt.cell.client.AbstractCell

        dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
    • Field Detail

    • Constructor Detail

      • ActionInsertFactFieldPatternCell

        public ActionInsertFactFieldPatternCell()
    • Method Detail

      • 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:
        render in interface com.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactFieldsPattern>
        Specified by:
        render in class com.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)