org.apache.myfaces.examples.misc
Class TestCheckBox

java.lang.Object
  extended by 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

Constructor Summary
TestCheckBox()
           
 
Method Summary
 String getText()
           
 boolean isChecked()
           
 void setChecked(boolean checked)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCheckBox

public TestCheckBox()
Method Detail

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.