org.apache.myfaces.examples.misc
Class TestCheckBox
java.lang.Object
org.apache.myfaces.examples.misc.TestCheckBox
- All Implemented Interfaces:
- Serializable
public class TestCheckBox
- extends Object
- implements Serializable
- Version:
- $Revision: 472610 $ $Date: 2006-11-08 14:46:34 -0500 (Wed, 08 Nov 2006) $
- Author:
- Sylvain Vieujot (latest modification by $Author: grantsmith $)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCheckBox
public TestCheckBox()
isChecked
public boolean isChecked()
setChecked
public void setChecked(boolean checked)
getText
public String getText()
setText
public void setText(String text)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.