Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DHostTableDecorator.java46 table.setRowsPerPage(rowsPerPage); in HostTableDecorator()
DJobDetailView.java264 childJobsTable.setRowsPerPage(CHILD_JOBS_PER_PAGE); in initialize()
280 hostsTable.setRowsPerPage(HOSTS_PER_PAGE); in initialize()
DJobListView.java160 jobTable.setRowsPerPage(JOBS_PER_PAGE); in initialize()
DHostSelector.java82 selectedTable.setRowsPerPage(TABLE_SIZE); in initialize()
DHostDetailView.java338 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()