|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.wml.WMLWidget
com.bankframe.fe.wml.Image
This class implements the WML Image widget.
| Constructor Summary | |
Image(java.lang.String imageName)
Constructor. |
|
Image(java.lang.String imageName,
java.lang.String alt)
Constructor. |
|
| Method Summary | |
java.lang.String |
toWML()
This method returns a WML representation of this widget. |
| Methods inherited from class com.bankframe.fe.wml.WMLWidget |
quote, quote, replaceSpacesWithUnderscores |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Image(java.lang.String imageName)
imageName - the URL of image
public Image(java.lang.String imageName,
java.lang.String alt)
imageName - the URL of imagealt - the alternative text to display if the image url cannot be displayed| Method Detail |
public java.lang.String toWML()
toWML in class WMLWidget
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||