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()
           
 int getPrevalidateEventCount()
           
 String getRadioStateText()
           
 String getTextStateText()
           
 String getTextValue()
           
 String getUploadFileState()
           
 void incrementCheckBoxUpdateCount()
           
 void incrementPrevalidateEventCount()
           
 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)
           
 void setUploadFile(UploadedFile file)
           
 
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()

getPrevalidateEventCount

public int getPrevalidateEventCount()

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()

incrementPrevalidateEventCount

public void incrementPrevalidateEventCount()

getUploadFileState

public String getUploadFileState()

setUploadFile

public void setUploadFile(UploadedFile file)

reset

public void reset()


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