|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
public abstract class HTMLWidget
This class is the base class for all Bankframe HTML Widgets
Constructor Summary | |
---|---|
HTMLWidget()
|
Method Summary | |
---|---|
String |
quote(int data)
This method returns the parameter data with quotes ("") at each end. |
String |
quote(String data)
This method returns the parameter data with quotes (") at each end. |
abstract 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 String quote(int data)
data
- the integer value to convert to text
public String quote(String data)
data
- the input string
public abstract String toHTML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |