| 
|||||||||||
| 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
This class implements a HTML body widget.
| Constructor Summary | |
Body()
Default constructor  | 
|
Body(java.lang.String background,
     java.lang.String bgColor,
     java.lang.String textColor,
     java.lang.String aLinkColor,
     java.lang.String linkColor,
     java.lang.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.  | 
 java.lang.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(java.lang.String background,
            java.lang.String bgColor,
            java.lang.String textColor,
            java.lang.String aLinkColor,
            java.lang.String linkColor,
            java.lang.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 java.lang.String toHTML()
toHTML in class HTMLWidget
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||