com.bankframe.fe.wml
Class Card

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

public class Card
extends WMLWidget

This class implements the WML Card widget.


Constructor Summary
Card()
           
Card(java.lang.String id, java.lang.String title)
          This method constructs a WML Card tag.
 
Method Summary
 void addWidget(WMLWidget w)
          This method adds a WML eidget to this document.
 java.lang.String getId()
          This method gets the Id attribute.
 java.lang.String getTitle()
          This method gets the title attribute
 void setId(java.lang.String id)
          This method sets the Id attribute.
 void setTitle(java.lang.String title)
          This method set the title attribute.
 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

Card

public Card()

Card

public Card(java.lang.String id,
            java.lang.String title)
This method constructs a WML Card tag.

Parameters:
id - Id attribute for this tag
title - Title of the WML Card
Method Detail

addWidget

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

Parameters:
w - the widget to add

getId

public java.lang.String getId()
This method gets the Id attribute.

Returns:
the value of the Id attribute

getTitle

public java.lang.String getTitle()
This method gets the title attribute

Returns:
the value of the title attribute

setId

public void setId(java.lang.String id)
This method sets the Id attribute.


setTitle

public void setTitle(java.lang.String title)
This method set the title attribute.


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, 2007, Oracle. All rights reserved.