# File lib/cgikit/displaygroup.rb, line 278
    def display_next
      return if (@page_index + 1) > page_count()
      @page_index += 1
      @first_display_index += @per_page
      @last_display_index += @per_page
      @displays.replace(objects_to_display)
      clear_selection
    end