Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/table/
DTableDecorator.java97 public void addTableActionsPanel(TableActionsListener listener, boolean wantSelectVisible) { in addTableActionsPanel() method in TableDecorator
109 addTableActionsPanel(listener, true); in addTableActionsWithExportCsvListener()
/external/autotest/frontend/client/src/autotest/afe/
DHostListView.java51 hostTableDecorator.addTableActionsPanel(this, true); in initialize()
DJobListView.java154 tableDecorator.addTableActionsPanel(this, true); in initialize()
DRecurringView.java93 tableDecorator.addTableActionsPanel(this, true); in initialize()
DHostDetailView.java358 tableDecorator.addTableActionsPanel(this, true); in initialize()
DJobDetailView.java296 hostsTableDecorator.addTableActionsPanel(new TableActionsListener() { in initialize()