org.apache.myfaces.examples.listexample
Class SimpleCountryList
java.lang.Object
org.apache.myfaces.examples.listexample.SimpleCountryList
- Direct Known Subclasses:
- DataBean
public class SimpleCountryList
- extends Object
DOCUMENT ME!
- Version:
- $Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCountryList
public SimpleCountryList()
getCountries
public List getCountries()
getCountryMap
public Map getCountryMap()
setCountries
public void setCountries(List countries)
addCountry
public String addCountry()
deleteCountry
public void deleteCountry(javax.faces.event.ActionEvent ev)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.