org.richfaces.demo.common
Class SelectsBean

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

public class SelectsBean
extends java.lang.Object

Author:
Ilya Shaikovsky

Constructor Summary
SelectsBean()
           
 
Method Summary
 java.lang.String getCurrentItem()
           
 java.lang.String getCurrentType()
           
 java.util.List<javax.faces.model.SelectItem> getFirstList()
           
static java.lang.String[] getFRUITS()
           
 java.util.List<javax.faces.model.SelectItem> getSecondList()
           
static java.lang.String[] getVEGETABLES()
           
 void setCurrentItem(java.lang.String currentItem)
           
 void setCurrentType(java.lang.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 java.util.List<javax.faces.model.SelectItem> getFirstList()

getSecondList

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

getFRUITS

public static java.lang.String[] getFRUITS()

getVEGETABLES

public static java.lang.String[] getVEGETABLES()

valueChanged

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

getCurrentType

public java.lang.String getCurrentType()

setCurrentType

public void setCurrentType(java.lang.String currentType)

getCurrentItem

public java.lang.String getCurrentItem()

setCurrentItem

public void setCurrentItem(java.lang.String currentItem)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.