org.apache.myfaces.examples.misc
Class TestCheckBox

java.lang.Object
  extended byorg.apache.myfaces.examples.misc.TestCheckBox
All Implemented Interfaces:
java.io.Serializable

public class TestCheckBox
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 472610 $ $Date: 2006-11-08 20:46:34 +0100 (Mi, 08 Nov 2006) $
Author:
Sylvain Vieujot (latest modification by $Author: grantsmith $)
See Also:
Serialized Form

Constructor Summary
TestCheckBox()
           
 
Method Summary
 java.lang.String getText()
           
 boolean isChecked()
           
 void setChecked(boolean checked)
           
 void setText(java.lang.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 java.lang.String getText()

setText

public void setText(java.lang.String text)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.