com.bankframe.fe.wml
Class Deck
java.lang.Object
com.bankframe.fe.wml.WMLWidget
com.bankframe.fe.wml.Deck
public class Deck
- extends WMLWidget
This class implements the WML Deck widget.
Constructor Summary |
Deck()
Contructor |
Method Summary |
void |
addWidget(WMLWidget w)
This method adds a WML widget to this document. |
String |
toWML()
This method returns a WML representation of this widget. |
Deck
public Deck()
- Contructor
addWidget
public void addWidget(WMLWidget w)
- This method adds a WML widget to this document.
- Parameters:
w
- the widget to add
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.