| 
|||||||||||
| 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.Page
This class implements a HTML page widget, which is a representation of a full HTML document. A page wiget is composed of a head widget and a body widget, which themselves or composed of widgets.
| Constructor Summary | |
Page()
Default Constructor  | 
|
Page(Head h,
     Body b)
Constructor  | 
|
| Method Summary | |
 Body | 
getBody()
This method gets the body widget of this page.  | 
 Head | 
getHead()
This method gets the head widget of this page.  | 
 void | 
setBody(Body body)
This method sets the document body of this page.  | 
 void | 
setHead(Head head)
This method sets the document head of this page.  | 
 java.lang.String | 
toHTML()
This method returns a HTML representation of this widget.  | 
 java.lang.String | 
toString()
This method returns a string representation of this widget.  | 
| Methods inherited from class com.bankframe.fe.html.HTMLWidget | 
quote, quote | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public Page()
public Page(Head h,
            Body b)
h - HTML document HEADb - HTML document BODY| Method Detail | 
public Body getBody()
public Head getHead()
public void setBody(Body body)
body - the the new body widget for this pagepublic void setHead(Head head)
head - The new head widget for this pagepublic java.lang.String toHTML()
toHTML in class HTMLWidgetpublic java.lang.String toString()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||