Class DTSheetListener

  • All Implemented Interfaces:
    org.drools.template.parser.DataListener

    public class DTSheetListener
    extends Object
    implements org.drools.template.parser.DataListener
    • Constructor Detail

      • DTSheetListener

        public DTSheetListener​(org.kie.dmn.model.api.DecisionTable dt,
                               DTHeaderInfo headerInfo)
    • Method Detail

      • startSheet

        public void startSheet​(String name)
        Specified by:
        startSheet in interface org.drools.template.parser.DataListener
      • finishSheet

        public void finishSheet()
        Specified by:
        finishSheet in interface org.drools.template.parser.DataListener
      • newRow

        public void newRow​(int rowNumber,
                           int columns)
        Specified by:
        newRow in interface org.drools.template.parser.DataListener
      • newCell

        public void newCell​(int row,
                            int column,
                            String value,
                            int mergedColStart)
        Specified by:
        newCell in interface org.drools.template.parser.DataListener