HomeSort by relevance Sort by last modified time
    Searched refs:ExtendedListBox (Results 1 - 14 of 14) sorted by null

  /external/autotest/frontend/client/src/autotest/tko/
DBColumnSelector.java 3 import autotest.common.ui.ExtendedListBox;
7 public class DBColumnSelector extends ExtendedListBox {
PreconfigSelector.java 7 import autotest.common.ui.ExtendedListBox;
27 private ExtendedListBox selector = new ExtendedListBox();
SpreadsheetHeaderSelectorView.java 4 import autotest.common.ui.ExtendedListBox;
29 private ExtendedListBox listBox = new ExtendedListBox();
ParameterizedFieldListDisplay.java 3 import autotest.common.ui.ExtendedListBox;
37 private ExtendedListBox typeSelect = new ExtendedListBox();
SeriesSelector.java 4 import autotest.common.ui.ExtendedListBox;
42 private ExtendedListBox values = new DBColumnSelector(DBColumnSelector.PERF_VIEW);
43 private ExtendedListBox aggregation = new ExtendedListBox();
111 public ExtendedListBox getDBColumnSelector() {
FilterSelector.java 4 import autotest.common.ui.ExtendedListBox;
29 private ExtendedListBox dbColumnSelector = new DBColumnSelector(dbView);
  /external/autotest/frontend/client/src/autotest/afe/
JobOwnerFilter.java 6 import autotest.common.ui.ExtendedListBox;
26 private ExtendedListBox userList = new ExtendedListBox();
TestSelectorDisplay.java 10 import autotest.common.ui.ExtendedListBox;
29 private ExtendedListBox testTypeSelect = new ExtendedListBox();
HostSelectorDisplay.java 3 import autotest.common.ui.ExtendedListBox;
27 private ExtendedListBox labelList = new ExtendedListBox();
  /external/autotest/frontend/client/src/autotest/common/ui/
DoubleListSelector.java 22 private ExtendedListBox availableBox = new ExtendedListBox();
23 private ExtendedListBox selectedBox = new ExtendedListBox();
ExtendedListBox.java 8 public class ExtendedListBox extends ListBox implements SimplifiedList {
  /external/autotest/frontend/client/src/autotest/common/table/
ListFilter.java 3 import autotest.common.ui.ExtendedListBox;
18 select = new ExtendedListBox();
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 21 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() {
502 public ExtendedListBox getTestSourceBuildList() {
CreateJobViewPresenter.java 22 import autotest.common.ui.ExtendedListBox;
68 public ExtendedListBox getPriorityList();
98 public ExtendedListBox getTestSourceBuildList();
    [all...]

Completed in 359 milliseconds