com.bankframe.fe.html
Class RadioButton
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.RadioButton
public class RadioButton
- extends HTMLWidget
This class implements a HTML Radio Button widget.
|
Method Summary |
String |
toHTML()
This method returns a HTML representation of this widget. |
RadioButton
public RadioButton(String name,
String value)
- Constructor.
- Parameters:
name - the name of this radio buttonvalue - the text label of this radio button
RadioButton
public RadioButton(String name,
String value,
boolean checked)
- Constructor.
- Parameters:
name - the name of this radio buttonvalue - the text label of this radio buttonchecked - the default selection status of this radio button
toHTML
public String toHTML()
- This method returns a HTML representation of this widget.
- Specified by:
toHTML in class HTMLWidget
- Returns:
- a string containing HTML markup
Copyright © 2005, 2007, Oracle. All rights reserved.