@SessionScoped @Named public class SuggestController extends Object implements Serializable
| Constructor and Description |
|---|
SuggestController() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllSolarObjects() |
List<String> |
getInputSuggestItems(javax.faces.component.UIInput component)
Deprecated.
use <tc:selectItems/> instead
|
String |
getQuery() |
String |
getSelection1() |
String |
getSelection2() |
List<String> |
getSolarObjects() |
void |
setQuery(String query) |
void |
setSelection1(String selection1) |
void |
setSelection2(String selection2) |
public String getQuery()
public void setQuery(String query)
@Deprecated public List<String> getInputSuggestItems(javax.faces.component.UIInput component)
public String getSelection1()
public void setSelection1(String selection1)
public String getSelection2()
public void setSelection2(String selection2)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.