Class NodeMarkerSearchCallback


  • public abstract class NodeMarkerSearchCallback
    extends org.discotools.gwt.leaflet.client.jsobject.JSObjectWrapper
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.discotools.gwt.leaflet.client.jsobject.JSObject doSearch​(java.lang.String text)  
      abstract java.util.Collection<JSNodeMarker> search​(java.util.Collection<JSNodeMarker> markers, java.lang.String text)  
      • Methods inherited from class org.discotools.gwt.leaflet.client.jsobject.JSObjectWrapper

        getJSObject, setJSObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeMarkerSearchCallback

        protected NodeMarkerSearchCallback​(org.discotools.gwt.leaflet.client.jsobject.JSObject jsObject)
      • NodeMarkerSearchCallback

        public NodeMarkerSearchCallback​(MarkerProvider provider)
    • Method Detail

      • search

        public abstract java.util.Collection<JSNodeMarker> search​(java.util.Collection<JSNodeMarker> markers,
                                                                  java.lang.String text)
      • doSearch

        protected org.discotools.gwt.leaflet.client.jsobject.JSObject doSearch​(java.lang.String text)