comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 537:d2c37ba78feb

The collection object in the CollectionView is now accessible via getter method. flys-client/trunk@2035 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 01 Jun 2011 08:50:40 +0000
parents fc60822e9c89
children 92c200887b20
comparison
equal deleted inserted replaced
536:fe2860653f8d 537:d2c37ba78feb
356 /** 356 /**
357 * Returns the collection of displayed by this view. 357 * Returns the collection of displayed by this view.
358 * 358 *
359 * @return the collection of this view. 359 * @return the collection of this view.
360 */ 360 */
361 protected Collection getCollection() { 361 public Collection getCollection() {
362 return collection; 362 return collection;
363 } 363 }
364 364
365 365
366 /** 366 /**

http://dive4elements.wald.intevation.org