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 java.lang.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
 java.lang.String addCountry()
           
 void deleteCountry(javax.faces.event.ActionEvent ev)
           
 java.util.List getCountries()
           
 java.util.Map getCountryMap()
           
 void setCountries(java.util.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 java.util.List getCountries()

getCountryMap

public java.util.Map getCountryMap()

setCountries

public void setCountries(java.util.List countries)

addCountry

public java.lang.String addCountry()

deleteCountry

public void deleteCountry(javax.faces.event.ActionEvent ev)


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.