org.apache.myfaces.examples.valueChangeNotifier
Class NotifierBean

java.lang.Object
  extended byorg.apache.myfaces.examples.valueChangeNotifier.NotifierBean

public class NotifierBean
extends java.lang.Object


Nested Class Summary
static class NotifierBean.Entry
           
static class NotifierBean.EntryList
           
 
Constructor Summary
NotifierBean()
           
 
Method Summary
 java.util.List getCategories()
           
 java.util.List getListData()
           
 javax.faces.component.UIData getListDataBinding()
           
 java.lang.String getSelectedCategory()
           
 void setCategories(java.util.List categories)
           
 void setListDataBinding(javax.faces.component.UIData listDataBinding)
           
 void setSelectedCategory(java.lang.String selectedCategory)
           
 void valueChange(javax.faces.event.ValueChangeEvent vce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifierBean

public NotifierBean()
Method Detail

valueChange

public void valueChange(javax.faces.event.ValueChangeEvent vce)
                 throws javax.faces.event.AbortProcessingException
Throws:
javax.faces.event.AbortProcessingException

getListData

public java.util.List getListData()

getSelectedCategory

public java.lang.String getSelectedCategory()

setSelectedCategory

public void setSelectedCategory(java.lang.String selectedCategory)

getCategories

public java.util.List getCategories()

setCategories

public void setCategories(java.util.List categories)

getListDataBinding

public javax.faces.component.UIData getListDataBinding()

setListDataBinding

public void setListDataBinding(javax.faces.component.UIData listDataBinding)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.