Home
last modified time | relevance | path

Searched refs:selectPanel (Results 1 – 2 of 2) sorted by relevance

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