Class SnapTableViewRep
- java.lang.Object
- 
- com.inductiveautomation.snap.filedata.SnapTableViewRep
 
- 
 public class SnapTableViewRep extends java.lang.ObjectA class to evaluate SnapTableView keys.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classSnapTableViewRep.QueryRepA class to get/set "Query." keys.
 - 
Constructor SummaryConstructors Constructor Description SnapTableViewRep(SnapTableView aTableView)Creates a SnapTableViewRep.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRow()Adds a row to table view.protected EntitycreateEntity()Returns the entity that describes the table view.EntitygetEntity()Returns the entity that describes the table view.SnapTableViewRep.QueryRepgetQuery()Returns the Query.java.util.List<SnapRow>getRows()Returns the TableView rows.SnapRowgetSelectedRow()Returns the Selected row.voidremoveRow()Removes selected row from table view.voidsetSelectedRow(SnapRow aRow)Sets the Selected row.
 
- 
- 
- 
Constructor Detail- 
SnapTableViewReppublic SnapTableViewRep(SnapTableView aTableView) Creates a SnapTableViewRep.
 
- 
 - 
Method Detail- 
getRowspublic java.util.List<SnapRow> getRows() Returns the TableView rows.
 - 
getSelectedRowpublic SnapRow getSelectedRow() Returns the Selected row.
 - 
setSelectedRowpublic void setSelectedRow(SnapRow aRow) Sets the Selected row.
 - 
getQuerypublic SnapTableViewRep.QueryRep getQuery() Returns the Query.
 - 
addRowpublic void addRow() Adds a row to table view.
 - 
removeRowpublic void removeRow() Removes selected row from table view.
 - 
getEntitypublic Entity getEntity() Returns the entity that describes the table view.
 - 
createEntityprotected Entity createEntity() Returns the entity that describes the table view.
 
- 
 
-