com.bankframe.fe.wml
Class Paragraph
java.lang.Object
com.bankframe.fe.wml.WMLWidget
com.bankframe.fe.wml.Paragraph
public class Paragraph
- extends WMLWidget
This class implements the WML Paragraph widget.
Constructor Summary |
Paragraph(String text)
Constructor for the paragraph WML widget. |
Method Summary |
String |
toWML()
This method return a WML representation of this widget. |
Paragraph
public Paragraph(String text)
- Constructor for the paragraph WML widget.
- Parameters:
text
- the paragaph text
toWML
public String toWML()
- This method return a WML representation of this widget.
- Specified by:
toWML
in class WMLWidget
- Returns:
- a string containing WML markup
Copyright © 2005, 2007, Oracle. All rights reserved.