Home
last modified time | relevance | path

Searched refs:setRowsPerPage (Results 1 – 8 of 8) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DHostTableDecorator.java58 table.setRowsPerPage(rowsPerPage); in HostTableDecorator()
DJobDetailView.java264 childJobsTable.setRowsPerPage(CHILD_JOBS_PER_PAGE); in initialize()
280 hostsTable.setRowsPerPage(HOSTS_PER_PAGE); in initialize()
DJobListView.java139 jobTable.setRowsPerPage(JOBS_PER_PAGE); in initialize()
DRecurringView.java77 recurringTable.setRowsPerPage(RECURRINGRUN_PER_PAGE); in initialize()
DHostSelector.java82 selectedTable.setRowsPerPage(TABLE_SIZE); in initialize()
DHostDetailView.java339 jobsTable.setRowsPerPage(JOBS_PER_PAGE); in initialize()
/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java171 public void setRowsPerPage(int rowsPerPage) { in setRowsPerPage() method in DynamicTable
/external/autotest/frontend/client/src/autotest/tko/
DTableView.java195 table.setRowsPerPage(ROWS_PER_PAGE); in createTable()