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(java.lang.String text)
          This constructs a WML MenuOption tag.
 
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

MenuOption

public MenuOption(java.lang.String text)
This constructs a WML MenuOption tag.

Parameters:
text - the text attribute for this tag
Method Detail

toWML

public java.lang.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 Siebel Systems, Inc. All rights reserved.