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

  /external/autotest/frontend/client/src/autotest/common/ui/
TableSelectionPanel.java 26 Panel selectPanel = new HorizontalPanel();
27 selectPanel.add(new HTML("Select: "));
28 selectPanel.add(selectAll);
29 selectPanel.add(new HTML(", "));
33 selectPanel.add(selectVisible);
34 selectPanel.add(new HTML(", "));
36 selectPanel.add(selectNone);
37 selectPanel.add(new HTML(" "));
38 initWidget(selectPanel);
  /external/autotest/frontend/client/src/autotest/tko/
TestLabelManager.java 63 Panel selectPanel = new VerticalPanel();
64 selectPanel.add(new HTML("Select label:"));
65 selectPanel.add(labelList);
66 selectPanel.add(createLabelLink);
67 stack.add(selectPanel);

Completed in 218 milliseconds