Class SnapTableViewRep

java.lang.Object
com.inductiveautomation.snap.filedata.SnapTableViewRep

public class SnapTableViewRep extends Object
A class to evaluate SnapTableView keys.
  • Constructor Details

    • SnapTableViewRep

      public SnapTableViewRep(SnapTableView aTableView)
      Creates a SnapTableViewRep.
  • Method Details

    • getRows

      public List<SnapRow> getRows()
      Returns the TableView rows.
    • getSelectedRow

      public SnapRow getSelectedRow()
      Returns the Selected row.
    • setSelectedRow

      public void setSelectedRow(SnapRow aRow)
      Sets the Selected row.
    • getQuery

      public SnapTableViewRep.QueryRep 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

      public Entity getEntity()
      Returns the entity that describes the table view.
    • createEntity

      protected Entity createEntity()
      Returns the entity that describes the table view.