|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.wml.WMLWidget
public abstract class WMLWidget
This class is the WML widget abstract class.
| Constructor Summary | |
|---|---|
WMLWidget()
WMLWidget constructor comment. |
|
| Method Summary | |
|---|---|
String |
quote(int data)
Add quotes around the value, i.e. |
String |
quote(String data)
Add quotes around the value, i.e. |
String |
replaceSpacesWithUnderscores(String oldString)
Replace all instances of spaces with an underscore. |
abstract String |
toWML()
This method returns a WML representation of this widget. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WMLWidget()
| Method Detail |
|---|
public String quote(int data)
\" not " so
that it can be used in string literals.
data - int to quote
public String quote(String data)
\" not " so
that it can be used in string literals.
data - the string to quote
public String replaceSpacesWithUnderscores(String oldString)
oldString - the string without quotes
public abstract String toWML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||