com.bankframe.fe.html
Class SubmitButton

java.lang.Object
  extended bycom.bankframe.fe.html.HTMLWidget
      extended bycom.bankframe.fe.html.SubmitButton

public class SubmitButton
extends HTMLWidget

This class implements a HTML submit button widget.


Constructor Summary
SubmitButton(java.lang.String name, java.lang.String value)
          Constructor.
 
Method Summary
 java.lang.String toHTML()
          This method returns a HTML representation of this widget.
 
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

SubmitButton

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

Parameters:
name - the name of this submit button
value - the text label of this submit button
Method Detail

toHTML

public java.lang.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.