org.apache.myfaces.trinidaddemo
Class PartialDemoStatusBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.PartialDemoStatusBean
All Implemented Interfaces:
Serializable

public class PartialDemoStatusBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PartialDemoStatusBean()
           
 
Method Summary
 String getCheckBoxStateText()
           
 int getCheckBoxUpdateCount()
           
 boolean getChecked()
           
 String getChoiceInt()
           
 String getChoiceText()
           
 String getLinkUpdate()
           
 String getRadioStateText()
           
 String getTextStateText()
           
 String getTextValue()
           
 void incrementCheckBoxUpdateCount()
           
 void reset()
           
 void resetCheckBox()
           
 void setChecked(boolean checked)
           
 void setChecked(Boolean checked)
           
 void setChoiceInt(String ci)
           
 void setChoiceText(String txt)
           
 void setLinkUpdate()
           
 void setRadioStateText(String t)
           
 void setTextValue(String t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialDemoStatusBean

public PartialDemoStatusBean()
Method Detail

getChecked

public boolean getChecked()

getCheckBoxUpdateCount

public int getCheckBoxUpdateCount()

getCheckBoxStateText

public String getCheckBoxStateText()

getChoiceInt

public String getChoiceInt()

getChoiceText

public String getChoiceText()

getLinkUpdate

public String getLinkUpdate()

getRadioStateText

public String getRadioStateText()

getTextStateText

public String getTextStateText()

getTextValue

public String getTextValue()

setChecked

public void setChecked(boolean checked)

setChecked

public void setChecked(Boolean checked)

setChoiceText

public void setChoiceText(String txt)

setChoiceInt

public void setChoiceInt(String ci)

setLinkUpdate

public void setLinkUpdate()

setRadioStateText

public void setRadioStateText(String t)

setTextValue

public void setTextValue(String t)

resetCheckBox

public void resetCheckBox()

incrementCheckBoxUpdateCount

public void incrementCheckBoxUpdateCount()

reset

public void reset()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.