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