com.ibm.dse.gui.jspbeans
Class JSPCheckBoxBean

java.lang.Object
  |
  +--com.ibm.dse.gui.jspbeans.JSPAbstractComponent
        |
        +--com.ibm.dse.gui.jspbeans.JSPCheckBoxBean

public class JSPCheckBoxBean
extends JSPAbstractComponent
implements JSPDataExchanger

This class renders Checkboxes fileds. If the "checkbox" is selected, then the dataElement called "name" will change its value ( value of "selectedValue").


Fields inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractComponent
_properties, BOTTOM, CENTER, HARD, LEFT, NO, NULL, OFF, RESET, RIGHT, SOFT, SUBMIT, TOP, YES
 
Constructor Summary
JSPCheckBoxBean()
          JSPCheckBoxBean constructor.
JSPCheckBoxBean(JspContextServices anInterface, java.lang.String aDataName)
          JSPCheckBoxBean constructor.
 
Method Summary
 java.lang.String toHTMLString()
          The renderer of the JSPBean
 
Methods inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractComponent
getDataName, getErrorList, getInterface, getProperty, putError, renderError, renderLabel, setDataName, setInterface, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPCheckBoxBean

public JSPCheckBoxBean()
JSPCheckBoxBean constructor.

JSPCheckBoxBean

public JSPCheckBoxBean(JspContextServices anInterface,
                       java.lang.String aDataName)
JSPCheckBoxBean constructor.
Parameters:
anInterface - com.ibm.dse.cs.html.JspContextServices
aDataName - java.lang.String
Method Detail

toHTMLString

public java.lang.String toHTMLString()
The renderer of the JSPBean
Overrides:
toHTMLString in class JSPAbstractComponent
Returns:
java.lang.String