Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DJobDetailView.java90 protected JobTable childJobsTable = new JobTable(CHILD_JOBS_COLUMNS); field in JobDetailView
91 protected TableDecorator childJobsTableDecorator = new TableDecorator(childJobsTable);
231 childJobsTable.refresh(); in fetchData()
264 childJobsTable.setRowsPerPage(CHILD_JOBS_PER_PAGE); in initialize()
265 childJobsTable.setClickable(true); in initialize()
266 childJobsTable.addListener(new DynamicTableListener() { in initialize()
277 childJobsTable.setWidgetFactory(childJobsSelectionManager); in initialize()
372 childJobsTable.addFilter(parentJobIdFliter); in addTableFilters()