com.bankframe.fe.wml
Class Deck

java.lang.Object
  extended bycom.bankframe.fe.wml.WMLWidget
      extended bycom.bankframe.fe.wml.Deck

public class Deck
extends WMLWidget

This class implements the WML Deck widget.

Author:
ETU

Constructor Summary
Deck()
          Contructor
 
Method Summary
 void addWidget(WMLWidget w)
          This method adds a WML widget to this document.
 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

Deck

public Deck()
Contructor

Method Detail

addWidget

public void addWidget(WMLWidget w)
This method adds a WML widget to this document.

Parameters:
w - the widget to add

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 © 2004 Siebel Systems, Inc. All rights reserved.