Class SnapTableViewRep
java.lang.Object
com.inductiveautomation.snap.filedata.SnapTableViewRep
A class to evaluate SnapTableView keys.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassA class to get/set "Query." keys.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRow()Adds a row to table view.protected EntityReturns the entity that describes the table view.Returns the entity that describes the table view.getQuery()Returns the Query.getRows()Returns the TableView rows.Returns the Selected row.voidRemoves selected row from table view.voidsetSelectedRow(SnapRow aRow) Sets the Selected row.
- 
Constructor Details- 
SnapTableViewRepCreates a SnapTableViewRep.
 
- 
- 
Method Details- 
getRowsReturns the TableView rows.
- 
getSelectedRowReturns the Selected row.
- 
setSelectedRowSets the Selected row.
- 
getQueryReturns the Query.
- 
addRowpublic void addRow()Adds a row to table view.
- 
removeRowpublic void removeRow()Removes selected row from table view.
- 
getEntityReturns the entity that describes the table view.
- 
createEntityReturns the entity that describes the table view.
 
-