|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.AbstractPage
org.zkoss.zk.ui.impl.PageImpl
org.zkoss.zk.ui.impl.VolatilePage
public class VolatilePage
A page that does not really exist at the client. Its existence is temporary. It is usually used by UiEngine to create components from a ZUML page that eventually shall not be attached to the desktop.
Notice that all components attached to this page won't be output to the client.
| Field Summary |
|---|
| Fields inherited from interface org.zkoss.zk.ui.Page |
|---|
APPLICATION_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE |
| Constructor Summary | |
|---|---|
VolatilePage(Page ref)
|
|
VolatilePage(PageDefinition pgdef)
Constructs a page by giving the page definition. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class org.zkoss.zk.ui.AbstractPage |
|---|
getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstRoot, getLastRoot, getRoots, hasFellow, hasFellow, removeComponents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VolatilePage(PageDefinition pgdef)
pgdef - the page definition (never null).public VolatilePage(Page ref)
| Method Detail |
|---|
public java.lang.String toString()
toString in class PageImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||