Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/ui/
DDoubleListSelector.java22 private ExtendedListBox availableBox = new ExtendedListBox();
23 private ExtendedListBox selectedBox = new ExtendedListBox();
DExtendedListBox.java8 public class ExtendedListBox extends ListBox implements SimplifiedList { class
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java21 import autotest.common.ui.ExtendedListBox;
50 private ExtendedListBox priorityList = new ExtendedListBox();
146 private ExtendedListBox testSourceBuildList = new ExtendedListBox();
155 private ExtendedListBox droneSet = new ExtendedListBox();
438 public ExtendedListBox getPriorityList() { in getPriorityList()
502 public ExtendedListBox getTestSourceBuildList() { in getTestSourceBuildList()
DCreateJobViewPresenter.java22 import autotest.common.ui.ExtendedListBox;
69 public ExtendedListBox getPriorityList(); in getPriorityList()
99 public ExtendedListBox getTestSourceBuildList(); in getTestSourceBuildList()
/external/autotest/frontend/client/src/autotest/tko/
DDBColumnSelector.java3 import autotest.common.ui.ExtendedListBox;
7 public class DBColumnSelector extends ExtendedListBox {
DPreconfigSelector.java7 import autotest.common.ui.ExtendedListBox;
27 private ExtendedListBox selector = new ExtendedListBox();
DSpreadsheetHeaderSelectorView.java4 import autotest.common.ui.ExtendedListBox;
29 private ExtendedListBox listBox = new ExtendedListBox();
DSeriesSelector.java4 import autotest.common.ui.ExtendedListBox;
42 private ExtendedListBox values = new DBColumnSelector(DBColumnSelector.PERF_VIEW);
43 private ExtendedListBox aggregation = new ExtendedListBox();
111 public ExtendedListBox getDBColumnSelector() { in getDBColumnSelector()
DParameterizedFieldListDisplay.java3 import autotest.common.ui.ExtendedListBox;
37 private ExtendedListBox typeSelect = new ExtendedListBox();
DFilterSelector.java4 import autotest.common.ui.ExtendedListBox;
29 private ExtendedListBox dbColumnSelector = new DBColumnSelector(dbView);
/external/autotest/frontend/client/src/autotest/afe/
DTestSelectorDisplay.java10 import autotest.common.ui.ExtendedListBox;
29 private ExtendedListBox testTypeSelect = new ExtendedListBox();
DJobOwnerFilter.java6 import autotest.common.ui.ExtendedListBox;
26 private ExtendedListBox userList = new ExtendedListBox();
DHostSelectorDisplay.java3 import autotest.common.ui.ExtendedListBox;
27 private ExtendedListBox labelList = new ExtendedListBox();
/external/autotest/frontend/client/src/autotest/common/table/
DListFilter.java3 import autotest.common.ui.ExtendedListBox;
18 select = new ExtendedListBox(); in ListFilter()