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