comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/fixation/FixLocationPanel.java @ 2517:8f528f5ae137

Added filter object class and scrollable chart to helper panel. flys-client/trunk@4392 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 11 May 2012 12:42:29 +0000
parents 87ac5c532523
children a911e2968cb1
comparison
equal deleted inserted replaced
2516:5d62aa5a57e3 2517:8f528f5ae137
162 // No selection, return false. 162 // No selection, return false.
163 return false; 163 return false;
164 } 164 }
165 165
166 166
167 public void setFilter(FixFilter filter) {
168 this.fixFilter = filter;
169 }
170
171
172 public FixFilter getFilter() {
173 return this.fixFilter;
174 }
175
176
167 /** 177 /**
168 * This method is used to validate the inserted data in the form fields. 178 * This method is used to validate the inserted data in the form fields.
169 * 179 *
170 * @param event The BlurEvent that gives information about the FormItem that 180 * @param event The BlurEvent that gives information about the FormItem that
171 * has been modified and its value. 181 * has been modified and its value.

http://dive4elements.wald.intevation.org