com.bankframe.fe.html
Class Image

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

public class Image
extends HTMLWidget

This class implements a HTML image Widget

Author:
ETU

Constructor Summary
Image(java.lang.String imageName)
          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

Image

public Image(java.lang.String imageName)
Constructor

Parameters:
imageName - URL of image
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 © 2004 Siebel Systems, Inc. All rights reserved.