com.bankframe.fe.html
Class CheckBox

java.lang.Object
  extended bycom.bankframe.fe.html.HTMLWidget
      extended bycom.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 com.bankframe.fe.html.HTMLWidget
quote, quote
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBox

public CheckBox(java.lang.String name,
                java.lang.String value)
Constructor

Parameters:
name - the name of this check box
value - 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 box
value - the default value of this check box
state - the default state of this check box
Method Detail

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.