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.
Method Summary |
String |
toHTML()
This method returns a HTML representation of this check box. |
CheckBox
public CheckBox(String name,
String value)
- Constructor
- Parameters:
name
- the name of this check boxvalue
- default value of this check box
CheckBox
public CheckBox(String name,
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 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 © 2005, 2007, Oracle. All rights reserved.