Class SnapTableViewRep
java.lang.Object
com.inductiveautomation.snap.filedata.SnapTableViewRep
A class to evaluate SnapTableView keys.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
A class to get/set "Query." keys. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRow()
Adds a row to table view.protected Entity
Returns 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.void
Removes selected row from table view.void
setSelectedRow
(SnapRow aRow) Sets the Selected row.
-
Constructor Details
-
SnapTableViewRep
Creates a SnapTableViewRep.
-
-
Method Details
-
getRows
Returns the TableView rows. -
getSelectedRow
Returns the Selected row. -
setSelectedRow
Sets the Selected row. -
getQuery
Returns the Query. -
addRow
public void addRow()Adds a row to table view. -
removeRow
public void removeRow()Removes selected row from table view. -
getEntity
Returns the entity that describes the table view. -
createEntity
Returns the entity that describes the table view.
-