Class SelectOneChoiceController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.PlanetExample
-
- org.apache.myfaces.tobago.example.demo.SelectOneChoiceController
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named public class SelectOneChoiceController extends PlanetExample implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelectOneChoiceController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPerson()SalutationgetSalutation()Salutation[]getSalutations()voidsetPerson(String person)voidsetSalutation(Salutation salutation)-
Methods inherited from class org.apache.myfaces.tobago.example.demo.PlanetExample
getMoons, getPlanet, getPlanets, setPlanet
-
-
-
-
Method Detail
-
getSalutations
public Salutation[] getSalutations()
-
getPerson
public String getPerson()
-
setPerson
public void setPerson(String person)
-
getSalutation
public Salutation getSalutation()
-
setSalutation
public void setSalutation(Salutation salutation)
-
-