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