Examples of LayerFilteredEvent


Examples of org.geomajas.gwt.client.map.event.LayerFilteredEvent

    String oldFilter = this.filter;
    this.filter = filter;
    if (!EqualsUtil.isEqual(this.filter, oldFilter)) {
      clearSelectedFeatures(); // these features may not comply with the current filter
      cache.clear(); // need to clear this cache as this contains data for another filter
      handlerManager.fireEvent(new LayerFilteredEvent(this));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.