Uses of Class
org.apache.myfaces.tobago.example.demo.Salutation
-
Packages that use Salutation Package Description org.apache.myfaces.tobago.example.demo -
-
Uses of Salutation in org.apache.myfaces.tobago.example.demo
Methods in org.apache.myfaces.tobago.example.demo that return Salutation Modifier and Type Method Description SalutationSelectOneChoiceController. getSalutation()Salutation[]SelectOneChoiceController. getSalutations()static SalutationSalutation. valueOf(String name)Returns the enum constant of this type with the specified name.static Salutation[]Salutation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.tobago.example.demo with parameters of type Salutation Modifier and Type Method Description voidSelectOneChoiceController. setSalutation(Salutation salutation)
-