Searched refs:childJobsTable (Results 1 – 1 of 1) sorted by relevance
90 protected JobTable childJobsTable = new JobTable(CHILD_JOBS_COLUMNS); field in JobDetailView91 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()