@SessionScoped @Named public class InputSuggestController extends Object implements Serializable
| Constructor and Description |
|---|
InputSuggestController() |
| Modifier and Type | Method and Description |
|---|---|
AutoSuggestItems |
getCitySuggestItems(javax.faces.component.UIInput component) |
String |
getCityValue() |
String |
getRegion() |
List<javax.faces.model.SelectItem> |
getRegionItems() |
List<String> |
getSimpleSuggestItems(javax.faces.component.UIInput component) |
String |
getSimpleValue() |
AutoSuggestItems |
getZipSuggestItems(javax.faces.component.UIInput component) |
String |
getZipValue() |
void |
setCityValue(String cityValue) |
void |
setRegion(String region) |
void |
setSimpleValue(String simpleValue) |
void |
setZipValue(String zipValue) |
public String getSimpleValue()
public void setSimpleValue(String simpleValue)
public String getZipValue()
public void setZipValue(String zipValue)
public String getCityValue()
public void setCityValue(String cityValue)
public List<javax.faces.model.SelectItem> getRegionItems()
public String getRegion()
public void setRegion(String region)
public List<String> getSimpleSuggestItems(javax.faces.component.UIInput component)
public AutoSuggestItems getZipSuggestItems(javax.faces.component.UIInput component)
public AutoSuggestItems getCitySuggestItems(javax.faces.component.UIInput component)
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.