org.zkoss.zk.ui.ext
Interface Includer

All Known Implementing Classes:
Include

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()).

Since:
5.0.0
Author:
tomyeh
See Also:
PageCtrl.getOwner()

Method Summary
 Page getChildPage()
          Returns the child page.
 void setChildPage(Page page)
          Sets the child page.
 

Method Detail

getChildPage

Page getChildPage()
Returns the child page.


setChildPage

void setChildPage(Page page)
Sets the child page. Used only internally.

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.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo