com.bankframe.fe.wml
Class Text
java.lang.Object
com.bankframe.fe.wml.WMLWidget
com.bankframe.fe.wml.Text
public class Text
- extends WMLWidget
This class implements the WML Text widget.
Constructor Summary |
Text(String text)
Text Tag WML Constructor. |
Method Summary |
String |
toWML()
This method returns a WML representation of this widget. |
Text
public Text(String text)
- Text Tag WML Constructor.
- Parameters:
text
- the text to display in text widget
toWML
public String toWML()
- This method returns 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.