|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Includer
Implemented by a component to indicate that it might include another ZUML page.
The owner of the included page is this page
(see PageCtrl.getOwner()
).
PageCtrl.getOwner()
Method Summary | |
---|---|
Page |
getChildPage()
Returns the child page. |
void |
setChildPage(Page page)
Sets the child page. |
Method Detail |
---|
Page getChildPage()
void setChildPage(Page page)
Note: the child page is actually maintained by the included page, so the implementation of this method needs only to store the page in a transient member.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |