org.rhq.enterprise.gui.test
Class TestConditionalFormUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.test.TestConditionalFormUIBean

@Scope(value=PAGE)
@Name(value="TestConditionalFormUIBean")
public class TestConditionalFormUIBean
extends Object


Field Summary
 List<javax.faces.model.SelectItem> firstList
           
 List<javax.faces.model.SelectItem> secondList
           
 List<javax.faces.model.SelectItem> thirdList
           
 
Constructor Summary
TestConditionalFormUIBean()
           
 
Method Summary
 void currentCharChanged(javax.faces.event.ValueChangeEvent event)
           
 void currentItemChanged(javax.faces.event.ValueChangeEvent event)
           
 void currentTypeChanged(javax.faces.event.ValueChangeEvent event)
           
 String getCurrentItem()
           
 String getCurrentType()
           
 String getFavoriteCharacter()
           
 List<javax.faces.model.SelectItem> getFirstList()
           
 String getResult()
           
 List<javax.faces.model.SelectItem> getSecondList()
           
 List<javax.faces.model.SelectItem> getThirdList()
           
 void init()
           
 void setCurrentItem(String currentItem)
           
 void setCurrentType(String currentType)
           
 void setFavoriteCharacter(String favoriteCharacter)
           
 void setResult(String result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstList

public List<javax.faces.model.SelectItem> firstList

secondList

public List<javax.faces.model.SelectItem> secondList

thirdList

public List<javax.faces.model.SelectItem> thirdList
Constructor Detail

TestConditionalFormUIBean

public TestConditionalFormUIBean()
Method Detail

init

public void init()

getFirstList

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

getSecondList

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

getThirdList

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

currentTypeChanged

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

currentItemChanged

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

currentCharChanged

public void currentCharChanged(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)

getFavoriteCharacter

public String getFavoriteCharacter()

setFavoriteCharacter

public void setFavoriteCharacter(String favoriteCharacter)

getResult

public String getResult()

setResult

public void setResult(String result)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.