Searched refs:tableDecorator (Results 1 - 3 of 3) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
H A DJobListView.java54 private TableDecorator tableDecorator; field in class:JobListView
171 tableDecorator = new TableDecorator(jobTable);
172 tableDecorator.addPaginators();
173 selectionManager = tableDecorator.addSelectionManager(false);
175 tableDecorator.addTableActionsPanel(this, true);
176 addWidget(tableDecorator, "job_table");
H A DHostDetailView.java155 private TableDecorator tableDecorator = new TableDecorator(jobsTable); field in class:HostDetailView
354 tableDecorator.addPaginators();
355 selectionManager = tableDecorator.addSelectionManager(false);
357 tableDecorator.addTableActionsPanel(this, true);
358 tableDecorator.addControl("Show verifies, repairs, cleanups and resets",
360 tableDecorator.addFilter("Filter by time started:",
362 addWidget(tableDecorator, "view_host_jobs_table");
/external/autotest/frontend/client/src/autotest/tko/
H A DTableView.java100 private TableDecorator tableDecorator; field in class:TableView
203 tableDecorator = new TableDecorator(table);
204 tableDecorator.addPaginators();
205 selectionManager = tableDecorator.addSelectionManager(false);
206 tableDecorator.addTableActionsWithExportCsvListener(this);
208 tablePanel.add(tableDecorator);

Completed in 596 milliseconds