Uses of Class
org.apache.myfaces.tobago.example.demo.model.Salutation

Packages that use Salutation
org.apache.myfaces.tobago.example.demo.model   
org.apache.myfaces.tobago.example.demo.overview   
 

Uses of Salutation in org.apache.myfaces.tobago.example.demo.model
 

Methods in org.apache.myfaces.tobago.example.demo.model that return Salutation
static Salutation Salutation.getSalutation(String key)
           
static Salutation Salutation.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're declared.
 

Uses of Salutation in org.apache.myfaces.tobago.example.demo.overview
 

Methods in org.apache.myfaces.tobago.example.demo.overview that return Salutation
 Salutation[] OverviewController.getMultiValue()
           
 Salutation OverviewController.getRadioValue()
           
 Salutation OverviewController.getSingleValue()
           
 

Methods in org.apache.myfaces.tobago.example.demo.overview with parameters of type Salutation
 void OverviewController.setMultiValue(Salutation[] multiValue)
           
 void OverviewController.setRadioValue(Salutation radioValue)
           
 void OverviewController.setSingleValue(Salutation singleValue)
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.