(final ClickEvent event)
| 344 | final Anchor now = new Anchor("(now)"); |
| 345 | now.addClickHandler(new ClickHandler() { |
| 346 | public void onClick(final ClickEvent event) { |
| 347 | end_datebox.setValue(new Date()); |
| 348 | refreshGraph(); |
| 349 | } |
| 350 | }); |
| 351 | hbox.add(now); |
| 352 | hbox.add(autoreload); |
nothing calls this directly
no test coverage detected