com.bankframe.fe.html
Class SubmitButton
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.SubmitButton
public class SubmitButton
- extends HTMLWidget
This class implements a HTML submit button widget.
Method Summary |
String |
toHTML()
This method returns a HTML representation of this widget. |
SubmitButton
public SubmitButton(String name,
String value)
- Constructor.
- Parameters:
name
- the name of this submit buttonvalue
- the text label of this submit 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.