|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Page
A multi-page document contains an ordered set of pages. A page generally contains a single object, the "model," that contains part of the document's data.
Method Summary | |
---|---|
Object |
getModel()
Return the model of the page. |
String |
getTitle()
Return the title of the page. |
void |
setModel(Object model)
Set the model of the page. |
void |
setTitle(String title)
Set the title of the page. |
Method Detail |
---|
Object getModel()
String getTitle()
void setModel(Object model)
void setTitle(String title)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |