|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.jhu.oose.collegechef.controller.ComboBox
public class ComboBox
Backing bean for combo box to display ingredients Richfaces component that suggest from a list based on first few characters entered
| Constructor Summary | |
|---|---|
ComboBox()
Constructor that populates the list. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getIngredients()
Getter for all the ingredients to populate the combobox |
void |
initializeIngredients()
Gets all the ingredients from the database. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComboBox()
| Method Detail |
|---|
public void initializeIngredients()
public java.util.List<java.lang.String> getIngredients()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||