Class ResultTable.DirtyCells

java.lang.Object
com.inductiveautomation.ignition.designer.querybrowser.ResultTable.DirtyCells
Enclosing class:
ResultTable

public static class ResultTable.DirtyCells extends Object
  • Constructor Details

    • DirtyCells

      public DirtyCells()
  • Method Details

    • updateCell

      @Deprecated public void updateCell(int row, int col, Object value)
      Deprecated.
    • updateCell

      public void updateCell(int row, int col, Object value, Map<String,Object> primaryKeyValues)
    • addRow

      public void addRow(int row)
    • removeRow

      public void removeRow(int row)
    • clear

      public void clear()
    • hasDirtyCell

      public boolean hasDirtyCell(int row, int col)
    • hasDeleteFlag

      public boolean hasDeleteFlag(int row)
    • hasAddFlag

      public boolean hasAddFlag(int row)
    • hasDirtyCells

      public boolean hasDirtyCells()
    • getRows

      public List<ResultTable.TableRow> getRows()