org.apache.myfaces.examples.listexample
Class SimpleCountryList

java.lang.Object
  extended byorg.apache.myfaces.examples.listexample.SimpleCountryList
Direct Known Subclasses:
DataBean

public class SimpleCountryList
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 472610 $ $Date: 2006-11-08 20:46:34 +0100 (Mi, 08 Nov 2006) $
Author:
Thomas Spiegl (latest modification by $Author: grantsmith $)

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 © 2007 Apache Software Foundation. All Rights Reserved.