Searched refs:dialogPanel (Results 1 – 2 of 2) sorted by relevance
79 Panel dialogPanel = new VerticalPanel(); in TestLabelManager() local80 dialogPanel.add(stack); in TestLabelManager()81 dialogPanel.add(buttonPanel); in TestLabelManager()82 selectLabelDialog.add(dialogPanel); in TestLabelManager()
57 Panel dialogPanel = new VerticalPanel(); in QueryActionDialog() local61 dialogPanel.add(widgetPanel); in QueryActionDialog()68 dialogPanel.add(buttonPanel); in QueryActionDialog()69 add(dialogPanel); in QueryActionDialog()