MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / onClick

Method onClick

src/tsd/client/QueryUi.java:346–349  ·  view source on GitHub ↗
(final ClickEvent event)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 2

refreshGraphMethod · 0.95
setValueMethod · 0.45

Tested by

no test coverage detected