Class SuggestController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.SuggestController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class SuggestController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuggestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<String>getAllSolarObjects()List<String>getInputSuggestItems(javax.faces.component.UIInput component)Deprecated.use <tc:selectItems/> insteadStringgetQuery()StringgetSelection1()StringgetSelection2()List<String>getSolarObjects()voidsetQuery(String query)voidsetSelection1(String selection1)voidsetSelection2(String selection2)
-
-
-
Method Detail
-
getQuery
public String getQuery()
-
setQuery
public void setQuery(String query)
-
getInputSuggestItems
@Deprecated public List<String> getInputSuggestItems(javax.faces.component.UIInput component)
Deprecated.use <tc:selectItems/> instead
-
getSelection1
public String getSelection1()
-
setSelection1
public void setSelection1(String selection1)
-
getSelection2
public String getSelection2()
-
setSelection2
public void setSelection2(String selection2)
-
-