|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.zkoss.jsf.zul.impl.AbstractComponent
org.zkoss.jsf.zul.impl.RootComponent
org.zkoss.jsf.zul.Page
public class Page
Defines a ZK page. It is responsible for handling the lifecycle for ZK components, such as event processing and rendering,
All other ZULJSF Component must be placed inside a Page.
Nested page component are not allowed.
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
Page()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getStyle()
Returns the style. |
protected void |
init(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page)
Creates and returns the page. |
void |
setStyle(java.lang.String style)
Sets the style. |
| Methods inherited from class org.zkoss.jsf.zul.impl.RootComponent |
|---|
encodeBegin, encodeEnd, getComponentInfo, getZScriptLanguage, processZScript, restoreState, saveState, setZscriptLanguage, setZScriptLanguage |
| Methods inherited from class org.zkoss.jsf.zul.impl.AbstractComponent |
|---|
findAncestorWithClass, getBodyContent, getFacesContext, getFamily, getIf, getUnless, isEffective, isSuppressed, loadZULTree, restoreAttachedMapState, saveAttachedMapState, setBodyContent, setIf, setSuppressed, setUnless |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Page()
| Method Detail |
|---|
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
protected void init(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Page page)
init in class RootComponentexec - the execution.
Note: when this method is called, the execution is not activated.
For example, Executions.getCurrent() returns null.page - the page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||