|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.wml.WMLWidget
com.bankframe.fe.wml.Card
public class Card
This class implements the WML Card widget.
| Constructor Summary | |
|---|---|
Card()
|
|
Card(String id,
String title)
This method constructs a WML Card tag. |
|
| Method Summary | |
|---|---|
void |
addWidget(WMLWidget w)
This method adds a WML eidget to this document. |
String |
getId()
This method gets the Id attribute. |
String |
getTitle()
This method gets the title attribute |
void |
setId(String id)
This method sets the Id attribute. |
void |
setTitle(String title)
This method set the title attribute. |
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 |
|---|
public Card()
public Card(String id,
String title)
id - Id attribute for this tagtitle - Title of the WML Card| Method Detail |
|---|
public void addWidget(WMLWidget w)
w - the widget to addpublic String getId()
public String getTitle()
public void setId(String id)
id - the new valuepublic void setTitle(String title)
title - the new titlepublic String toWML()
toWML in class WMLWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||