com.bankframe.fe.html
Class CheckBox
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.CheckBox
- public class CheckBox
- extends HTMLWidget
This class implements HTML check box widget.
- Author:
- ETU
Constructor Summary |
CheckBox(java.lang.String name,
java.lang.String value)
Constructor |
CheckBox(java.lang.String name,
java.lang.String value,
boolean state)
Constructor |
Method Summary |
java.lang.String |
toHTML()
This method returns a HTML representation of this check box. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckBox
public CheckBox(java.lang.String name,
java.lang.String value)
- Constructor
- Parameters:
name
- the name of this check boxvalue
- default value of this check box
CheckBox
public CheckBox(java.lang.String name,
java.lang.String value,
boolean state)
- Constructor
- Parameters:
name
- the name of this check boxvalue
- the default value of this check boxstate
- the default state of this check box
toHTML
public java.lang.String toHTML()
- This method returns a HTML representation of this check box.
- Specified by:
toHTML
in class HTMLWidget
- Returns:
- a string containing the HTML representation of this check box
Copyright © 2004 Siebel Systems, Inc. All rights reserved.