Searched refs:buttonPanel (Results 1 – 2 of 2) sorted by relevance
75 Panel buttonPanel = new HorizontalPanel(); in TestLabelManager() local76 buttonPanel.add(submitButton); in TestLabelManager()77 buttonPanel.add(cancelButton); in TestLabelManager()81 dialogPanel.add(buttonPanel); in TestLabelManager()
63 Panel buttonPanel = new HorizontalPanel(); in QueryActionDialog() local66 buttonPanel.add(actionButton); in QueryActionDialog()67 buttonPanel.add(cancelButton); in QueryActionDialog()68 dialogPanel.add(buttonPanel); in QueryActionDialog()