|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Body
public class Body
This class implements a HTML body widget.
| Constructor Summary | |
|---|---|
Body()
Default constructor |
|
Body(String background,
String bgColor,
String textColor,
String aLinkColor,
String linkColor,
String vLinkColor)
This method constructs a HTML body tag with given arguements. |
|
| Method Summary | |
|---|---|
void |
addWidget(HTMLWidget w)
The method adds a HTML Widget to this document. |
String |
toHTML()
This method returns a HTML representation of this object. |
| Methods inherited from class com.bankframe.fe.html.HTMLWidget |
|---|
quote, quote |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Body()
public Body(String background,
String bgColor,
String textColor,
String aLinkColor,
String linkColor,
String vLinkColor)
background - URI of an image to be tiled on the background of the pagebgColor - background colour of the pagetextColor - colour of text on the pageaLinkColor - This attribute sets the color of text marking hypertext links when selected by the userlinkColor - This attribute sets the color of text marking unvisited hypertext linksvLinkColor - This attribute sets the color of text marking visited hypertext links| Method Detail |
|---|
public void addWidget(HTMLWidget w)
w - the widget to addpublic String toHTML()
toHTML in class HTMLWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||