# File lib/Borges/Component/SelectionDateTable.rb, line 61
  def select_all
    @dateSelectionStart = start_date
    @dateSelectionEnd = end_date
    @rowSelectionStart = 1
    @rowSelectionEnd = rows.size
  end