Searched refs:setRowsPerPage (Results 1 – 8 of 8) sorted by relevance
58 table.setRowsPerPage(rowsPerPage); in HostTableDecorator()
264 childJobsTable.setRowsPerPage(CHILD_JOBS_PER_PAGE); in initialize()280 hostsTable.setRowsPerPage(HOSTS_PER_PAGE); in initialize()
139 jobTable.setRowsPerPage(JOBS_PER_PAGE); in initialize()
77 recurringTable.setRowsPerPage(RECURRINGRUN_PER_PAGE); in initialize()
82 selectedTable.setRowsPerPage(TABLE_SIZE); in initialize()
339 jobsTable.setRowsPerPage(JOBS_PER_PAGE); in initialize()
171 public void setRowsPerPage(int rowsPerPage) { in setRowsPerPage() method in DynamicTable
195 table.setRowsPerPage(ROWS_PER_PAGE); in createTable()