public class GeocodeEvent extends AbstractAjaxBehaviorEvent
source| Constructor and Description | 
|---|
| GeocodeEvent(javax.faces.component.UIComponent component,
            javax.faces.component.behavior.Behavior behavior,
            String query,
            List<GeocodeResult> results) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getQuery() | 
| List<GeocodeResult> | getResults() | 
isAppropriateListener, processListenergetComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic GeocodeEvent(javax.faces.component.UIComponent component,
                    javax.faces.component.behavior.Behavior behavior,
                    String query,
                    List<GeocodeResult> results)
public String getQuery()
public List<GeocodeResult> getResults()
Copyright © 2020. All rights reserved.