298299300301302303304305306307308
public RangeInput getRange() { if (this.range != null) return this.range; this.range = new RangeInput(this.getStart(),this.getEnd()); this.range.addListener(new Listener() { public void handleEvent(Event event) { if (range.getValue() != null)
127128129130131132133134135136137
121122123124125126127128129130131
231232233234235236237238239240241
public RangeInput getRange() { if (this.range != null) return this.range; this.range = new RangeInput(this.getFrom(),this.getTo()); this.range.addListener(new Listener() { public void handleEvent(Event event) { if (range.getValue() != null)