Class ResultTable.DirtyCells
java.lang.Object
com.inductiveautomation.ignition.designer.querybrowser.ResultTable.DirtyCells
- Enclosing class:
- ResultTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRow(int row) voidclear()getRows()booleanhasAddFlag(int row) booleanhasDeleteFlag(int row) booleanhasDirtyCell(int row, int col) booleanvoidremoveRow(int row) voidupdateCell(int row, int col, Object value) Deprecated.voidupdateCell(int row, int col, Object value, Map<String, Object> primaryKeyValues)
-
Constructor Details
-
DirtyCells
public DirtyCells()
-
-
Method Details
-
updateCell
Deprecated. -
updateCell
-
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
-