Home
last modified time | relevance | path

Searched refs:addTableActionsPanel (Results 1 – 5 of 5) 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.java175 tableDecorator.addTableActionsPanel(this, true); in initialize()
DHostDetailView.java357 tableDecorator.addTableActionsPanel(this, true); in initialize()
DJobDetailView.java296 hostsTableDecorator.addTableActionsPanel(new TableActionsListener() { in initialize()