public class TestConditionalFormUIBean extends Object
| Modifier and Type | Field and Description |
|---|---|
List<javax.faces.model.SelectItem> |
firstList |
List<javax.faces.model.SelectItem> |
secondList |
List<javax.faces.model.SelectItem> |
thirdList |
| Constructor and Description |
|---|
TestConditionalFormUIBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
currentCharChanged(javax.faces.event.ValueChangeEvent event) |
void |
currentItemChanged(javax.faces.event.ValueChangeEvent event) |
void |
currentTypeChanged(javax.faces.event.ValueChangeEvent event) |
String |
getCurrentItem() |
String |
getCurrentType() |
String |
getFavoriteCharacter() |
List<javax.faces.model.SelectItem> |
getFirstList() |
String |
getResult() |
List<javax.faces.model.SelectItem> |
getSecondList() |
List<javax.faces.model.SelectItem> |
getThirdList() |
void |
init() |
void |
setCurrentItem(String currentItem) |
void |
setCurrentType(String currentType) |
void |
setFavoriteCharacter(String favoriteCharacter) |
void |
setResult(String result) |
public List<javax.faces.model.SelectItem> firstList
public List<javax.faces.model.SelectItem> secondList
public List<javax.faces.model.SelectItem> thirdList
public void init()
public List<javax.faces.model.SelectItem> getFirstList()
public List<javax.faces.model.SelectItem> getSecondList()
public List<javax.faces.model.SelectItem> getThirdList()
public void currentTypeChanged(javax.faces.event.ValueChangeEvent event)
public void currentItemChanged(javax.faces.event.ValueChangeEvent event)
public void currentCharChanged(javax.faces.event.ValueChangeEvent event)
public String getCurrentType()
public void setCurrentType(String currentType)
public String getCurrentItem()
public void setCurrentItem(String currentItem)
public String getFavoriteCharacter()
public void setFavoriteCharacter(String favoriteCharacter)
public String getResult()
public void setResult(String result)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.