org.apache.myfaces.examples.listexample
Class SimpleCountryList

java.lang.Object
  extended by 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 $)

Constructor Summary
SimpleCountryList()
           
 
Method Summary
 String addCountry()
           
 void deleteCountry(javax.faces.event.ActionEvent ev)
           
 List getCountries()
           
 Map getCountryMap()
           
 void setCountries(List countries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCountryList

public SimpleCountryList()
Method Detail

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.