Class SnapTableViewRep


  • public class SnapTableViewRep
    extends java.lang.Object
    A class to evaluate SnapTableView keys.
    • Constructor Detail

      • SnapTableViewRep

        public SnapTableViewRep​(SnapTableView aTableView)
        Creates a SnapTableViewRep.
    • Method Detail

      • getRows

        public java.util.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.
      • 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.