|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
This class is the base class for all Bankframe HTML Widgets
| Constructor Summary | |
HTMLWidget()
|
|
| Method Summary | |
java.lang.String |
quote(int data)
This method returns the parameter data with quotes ("") at each end. |
java.lang.String |
quote(java.lang.String data)
This method returns the parameter data with quotes (") at each end. |
abstract java.lang.String |
toHTML()
This method returns a HTML representation of this widget. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTMLWidget()
| Method Detail |
public java.lang.String quote(int data)
data - the integer value to convert to text
public java.lang.String quote(java.lang.String data)
data - the input string
public abstract java.lang.String toHTML()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||