Searched refs:refreshButton (Results 1 – 2 of 2) sorted by relevance
37 protected Button refreshButton = new Button("Refresh"); field in CustomTabPanel82 refreshButton.addClickHandler(new ClickHandler() { in CustomTabPanel()87 otherWidgetsPanel.add(refreshButton); in CustomTabPanel()
33 - refreshButton = new Button("Refresh");34 - refreshButton.setEnabled(false);35 - add(refreshButton);36 - refreshButton.addActionListener(this);54 + refreshButton = new Button("Refresh");55 + refreshButton.setEnabled(false);56 + add(refreshButton);57 + refreshButton.addActionListener(this);69 refreshButton.setEnabled(true);87 refreshButton.setEnabled(false);[all …]