com.bankframe.fe.html
Class Comment
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Comment
public class Comment
- extends HTMLWidget
This class implements a HTML comment widget.
Method Summary |
String |
toHTML()
This method returns a HTML representation of this widget. |
Comment
public Comment(String text)
- Constructor
- Parameters:
text
- the text to place in comment
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.