com.bankframe.fe.html
Class Text

java.lang.Object
  extended by com.bankframe.fe.html.HTMLWidget
      extended by com.bankframe.fe.html.Text

public class Text
extends HTMLWidget

This class implements a HTML text widget.


Constructor Summary
Text(String text)
          Constructor.
 
Method Summary
 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

Text

public Text(String text)
Constructor.

Parameters:
text - the text to display in text widget
Method Detail

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.