Class ResultTable.DirtyCells
java.lang.Object
com.inductiveautomation.ignition.designer.querybrowser.ResultTable.DirtyCells
- Enclosing class:
- ResultTable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
DirtyCellspublic DirtyCells()
 
- 
- 
Method Details- 
updateCellDeprecated.
- 
updateCell
- 
addRowpublic void addRow(int row) 
- 
removeRowpublic void removeRow(int row) 
- 
clearpublic void clear()
- 
hasDirtyCellpublic boolean hasDirtyCell(int row, int col) 
- 
hasDeleteFlagpublic boolean hasDeleteFlag(int row) 
- 
hasAddFlagpublic boolean hasAddFlag(int row) 
- 
hasDirtyCellspublic boolean hasDirtyCells()
- 
getRows
 
-