Searched refs:selectPanel (Results 1 – 2 of 2) sorted by relevance
26 Panel selectPanel = new HorizontalPanel(); in TableSelectionPanel() local27 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()
63 Panel selectPanel = new VerticalPanel(); in TestLabelManager() local64 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()