| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.wml.WMLWidget
This class is the WML widget abstract class.
| Constructor Summary | |
WMLWidget()
WMLWidget constructor comment.  | 
|
| Method Summary | |
 java.lang.String | 
quote(int data)
Add quotes around the value, i.e.  | 
 java.lang.String | 
quote(java.lang.String data)
Add quotes around the value, i.e.  | 
 java.lang.String | 
replaceSpacesWithUnderscores(java.lang.String oldString)
Replace all instances of spaces with an underscore.  | 
abstract  java.lang.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 java.lang.String quote(int data)
\" not " so
 that it can be used in string literals.
public java.lang.String quote(java.lang.String data)
\" not " so
 that it can be used in string literals.
data - the string to quote
public java.lang.String replaceSpacesWithUnderscores(java.lang.String oldString)
public abstract java.lang.String toWML()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||