com.bankframe.fe.wml
Class Paragraph

java.lang.Object
  extended bycom.bankframe.fe.wml.WMLWidget
      extended bycom.bankframe.fe.wml.Paragraph

public class Paragraph
extends WMLWidget

This class implements the WML Paragraph widget.


Constructor Summary
Paragraph(java.lang.String text)
          Constructor for the paragraph WML widget.
 
Method Summary
 java.lang.String toWML()
          This method return 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

Paragraph

public Paragraph(java.lang.String text)
Constructor for the paragraph WML widget.

Parameters:
text - the paragaph text
Method Detail

toWML

public java.lang.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.