RichFaces Showcase 4.3.1.CR1

org.richfaces.demo.common
Class SelectsBean

java.lang.Object
  extended by org.richfaces.demo.common.SelectsBean

public class SelectsBean
extends Object

Author:
Ilya Shaikovsky

Constructor Summary
SelectsBean()
           
 
Method Summary
 String getCurrentItem()
           
 String getCurrentType()
           
 List<javax.faces.model.SelectItem> getFirstList()
           
static String[] getFRUITS()
           
 List<javax.faces.model.SelectItem> getSecondList()
           
static String[] getVEGETABLES()
           
 void setCurrentItem(String currentItem)
           
 void setCurrentType(String currentType)
           
 void valueChanged(javax.faces.event.ValueChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectsBean

public SelectsBean()
Method Detail

getFirstList

public List<javax.faces.model.SelectItem> getFirstList()

getSecondList

public List<javax.faces.model.SelectItem> getSecondList()

getFRUITS

public static String[] getFRUITS()

getVEGETABLES

public static String[] getVEGETABLES()

valueChanged

public void valueChanged(javax.faces.event.ValueChangeEvent event)

getCurrentType

public String getCurrentType()

setCurrentType

public void setCurrentType(String currentType)

getCurrentItem

public String getCurrentItem()

setCurrentItem

public void setCurrentItem(String currentItem)

RichFaces Showcase 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.