Class ResultTable.DirtyCells
java.lang.Object
com.inductiveautomation.ignition.designer.querybrowser.ResultTable.DirtyCells
- Enclosing class:
- ResultTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRow
(int row) void
clear()
getRows()
boolean
hasAddFlag
(int row) boolean
hasDeleteFlag
(int row) boolean
hasDirtyCell
(int row, int col) boolean
void
removeRow
(int row) void
updateCell
(int row, int col, Object value) Deprecated.void
updateCell
(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
-