org.apache.myfaces.trinidaddemo
Class PartialDemoStatusBean
java.lang.Object
org.apache.myfaces.trinidaddemo.PartialDemoStatusBean
- All Implemented Interfaces:
- Serializable
public class PartialDemoStatusBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialDemoStatusBean
public PartialDemoStatusBean()
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.