com.ibm.dse.gui.jspbeans
Class JSPToggleGroupBean
java.lang.Object
|
+--com.ibm.dse.gui.jspbeans.JSPAbstractComponent
|
+--com.ibm.dse.gui.jspbeans.JSPToggleGroupBean
- public class JSPToggleGroupBean
- extends JSPAbstractComponent
- implements JSPDataExchanger
This class renders a group or groups of radio buttons or checkboxes. The DataName must be an IndexedCollection
with the following DataElements:
value(the HTML property value),
selected(is it initially selected?),
group(group that the item belongs to),
item(string to be shown).
Fields inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractComponent |
_properties,
BOTTOM,
CENTER,
HARD,
LEFT,
NO,
NULL,
OFF,
RESET,
RIGHT,
SOFT,
SUBMIT,
TOP,
YES |
Method Summary |
java.lang.String |
toHTMLString()
The renderer of the JSPBean |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
JSPToggleGroupBean
public JSPToggleGroupBean()
- JSPToggleGroupBean constructor.
JSPToggleGroupBean
public JSPToggleGroupBean(JspContextServices anInterface,
java.lang.String aDataName)
- JSPToggleGroupBean constructor.
- Parameters:
anInterface
- com.ibm.dse.cs.html.JspContextServicesaDataName
- java.lang.String
toHTMLString
public java.lang.String toHTMLString()
- The renderer of the JSPBean
- Overrides:
- toHTMLString in class JSPAbstractComponent
- Returns:
- java.lang.String