Uses of Interface
org.zkoss.zk.ui.Page
-
-
Uses of Page in org.zkoss.zk.au
Methods in org.zkoss.zk.au that return Page Modifier and Type Method Description PageAuRequest. getPage()Returns the page that this request is applied for, or null if this request is a general request -- regardless any page or component.Constructors in org.zkoss.zk.au with parameters of type Page Constructor Description AuResponse(java.lang.String cmd, Page depends, java.lang.Object data)Constructs a response with single data.AuResponse(java.lang.String cmd, Page depends, java.lang.Object[] data)Constructs a response with multiple data. -
Uses of Page in org.zkoss.zk.au.out
Constructors in org.zkoss.zk.au.out with parameters of type Page Constructor Description AuAppendChild(Page page, java.util.Collection<java.lang.String> contents)AuNotification(java.lang.String msg, java.lang.String type, Page page, Component ref, int x, int y, int duration, boolean closable)Shows notification at given coordinateAuNotification(java.lang.String msg, java.lang.String type, Page page, Component ref, java.lang.String position, int duration, boolean closable)Shows notification at predefined position.AuOuter(Page page, java.lang.String content)AuRemove(Page page) -
Uses of Page in org.zkoss.zk.scripting
Methods in org.zkoss.zk.scripting that return Page Modifier and Type Method Description PageInterpreter. getOwner()Returns the owner of this interpreter.Methods in org.zkoss.zk.scripting with parameters of type Page Modifier and Type Method Description voidInterpreter. init(Page owner, java.lang.String zslang)Initializes the interpreter.static InterpreterInterpreters. newInterpreter(java.lang.String zslang, Page owner)Returns the interpreter for the specified language name. -
Uses of Page in org.zkoss.zk.scripting.bsh
Methods in org.zkoss.zk.scripting.bsh with parameters of type Page Modifier and Type Method Description voidBSHInterpreter. init(Page owner, java.lang.String zslang) -
Uses of Page in org.zkoss.zk.scripting.groovy
Methods in org.zkoss.zk.scripting.groovy with parameters of type Page Modifier and Type Method Description voidGroovyInterpreter. init(Page owner, java.lang.String zslang) -
Uses of Page in org.zkoss.zk.scripting.jruby
Methods in org.zkoss.zk.scripting.jruby with parameters of type Page Modifier and Type Method Description voidJRubyInterpreter. init(Page owner, java.lang.String zslang) -
Uses of Page in org.zkoss.zk.scripting.jython
Methods in org.zkoss.zk.scripting.jython with parameters of type Page Modifier and Type Method Description voidJythonInterpreter. init(Page owner, java.lang.String zslang) -
Uses of Page in org.zkoss.zk.scripting.rhino
Methods in org.zkoss.zk.scripting.rhino with parameters of type Page Modifier and Type Method Description voidRhinoInterpreter. init(Page owner, java.lang.String zslang) -
Uses of Page in org.zkoss.zk.scripting.util
Methods in org.zkoss.zk.scripting.util that return Page Modifier and Type Method Description PageGenericInterpreter. getOwner()Methods in org.zkoss.zk.scripting.util with parameters of type Page Modifier and Type Method Description voidGenericInterpreter. init(Page owner, java.lang.String zslang) -
Uses of Page in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement Page Modifier and Type Class Description classAbstractPageA skeletal implementation ofPage.Methods in org.zkoss.zk.ui that return Page Modifier and Type Method Description static PageComponents. getCurrentPage(Component comp)Returns the page of the give component, or the current page if the component is null or it doesn't belong to any page.PageDesktop. getFirstPage()Returns the first page, or null if no page at all (happens when the desktop has been destroyed)PageAbstractComponent. getPage()PageComponent. getPage()Returns the page that this component belongs to, or null if it doesn't belong to any page.PageDesktop. getPage(java.lang.String pageId)Returns the page of the specified ID or UUID.PageDesktop. getPageIfAny(java.lang.String pageId)Returns the page of the specified ID or UUID, or null if no such page.Methods in org.zkoss.zk.ui that return types with arguments of type Page Modifier and Type Method Description java.util.Collection<Page>Desktop. getPages()Returns a readonly collection of allPagein this desktop.Methods in org.zkoss.zk.ui with parameters of type Page Modifier and Type Method Description protected voidAbstractComponent. addMoved(Component oldparent, Page oldpg, Page newpg)Called when this component is moved from the specified parent and/or page to the new page.Component[]Execution. createComponents(java.lang.String uri, Page page, org.zkoss.xel.VariableResolver resolver, java.util.Map<?,?> arg)Creates components that belong to the given page from a page file specified by an URI.static Component[]Executions. createComponents(java.lang.String uri, Page page, org.zkoss.xel.VariableResolver resolver, java.util.Map<?,?> arg)Creates components that belong to the given page from a page file specified by an URI.java.lang.ObjectExecution. evaluate(Page page, java.lang.String expr, java.lang.Class<?> expectedType)Evaluates the specified expression with ${link #getVariableResolver} andgetFunctionMapper()of the specified page.static java.lang.ObjectExecutions. evaluate(Page page, java.lang.String expr, java.lang.Class expectedType)Evaluates the specified expression with the resolver of the current execution (Executions.getCurrent()).EvaluatorExecution. getEvaluator(Page page, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Returns the evaluator (never null).static EvaluatorExecutions. getEvaluator(Page page, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Returns the evaluator of the current execution.static java.lang.ObjectComponents. getImplicit(Page page, java.lang.String name)Returns the implicit object of the specified name, or null if not found.static java.lang.ObjectComponents. getImplicit(Page page, Component comp, java.lang.String name)Returns the implicit object of the specified name, or null if not found.booleanExecution. isAsyncUpdate(Page page)Returns whether this execution is an asynchronous update for the specified page (thru ZK Update Engine).voidAbstractComponent. onPageAttached(Page newpage, Page oldpage)Default: handles special event listeners.voidAbstractComponent. onPageDetached(Page page)Default: handles special event listeners.voidRichlet. service(Page page)Called by the richlet container to create components when the specified page is visited and created.voidAbstractComponent. sessionDidActivate(Page page)voidAbstractComponent. sessionWillPassivate(Page page)voidAbstractComponent. setPage(Page page)voidComponent. setPage(Page page)Sets what page this component belongs to.voidHtmlMacroComponent. setPage(Page page)Changes the page.voidAbstractComponent. setPageBefore(Page page, Component refRoot)voidComponent. setPageBefore(Page page, Component refRoot)Sets what page this component belongs to, and insert this component right before the reference component. -
Uses of Page in org.zkoss.zk.ui.event
Methods in org.zkoss.zk.ui.event that return Page Modifier and Type Method Description PageEvent. getPage()Returns the page owning this event, or null if broadcast. -
Uses of Page in org.zkoss.zk.ui.ext
Methods in org.zkoss.zk.ui.ext that return Page Modifier and Type Method Description PageIncluder. getChildPage()Returns the child page.Methods in org.zkoss.zk.ui.ext with parameters of type Page Modifier and Type Method Description static ScopeScopes. getCurrent(Page page)Returns the current scope.voidIncluder. setChildPage(Page page)Sets the child page. -
Uses of Page in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http that return Page Modifier and Type Method Description static PageWebManager. newPage(UiFactory uf, RequestInfo ri, PageDefinition pagedef, jakarta.servlet.ServletResponse response, java.lang.String path)Creates a page.static PageWebManager. newPage(UiFactory uf, RequestInfo ri, Richlet richlet, jakarta.servlet.ServletResponse response, java.lang.String path)Creates a page.Methods in org.zkoss.zk.ui.http with parameters of type Page Modifier and Type Method Description java.lang.ObjectExecutionImpl. evaluate(Page page, java.lang.String expr, java.lang.Class<?> expectedType)EvaluatorExecutionImpl. getEvaluator(Page page, java.lang.Class<? extends org.zkoss.xel.ExpressionFactory> expfcls)Constructors in org.zkoss.zk.ui.http with parameters of type Page Constructor Description ExecutionImpl(jakarta.servlet.ServletContext ctx, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Desktop desktop, Page creating)Constructs an execution for the given HTTP request. -
Uses of Page in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement Page Modifier and Type Class Description classPageImplclassVolatilePageA page that does not really exist at the client.Methods in org.zkoss.zk.ui.impl that return Page Modifier and Type Method Description PageAbstractExecution. getCurrentPage()PageDesktopImpl. getFirstPage()PageDesktopImpl. getPage(java.lang.String pageId)PageDesktopImpl. getPageIfAny(java.lang.String pageId)PageAbstractUiFactory. newPage(RequestInfo ri, PageDefinition pagedef, java.lang.String path)PageAbstractUiFactory. newPage(RequestInfo ri, Richlet richlet, java.lang.String path)Methods in org.zkoss.zk.ui.impl that return types with arguments of type Page Modifier and Type Method Description java.util.Collection<Page>DesktopImpl. getPages()Methods in org.zkoss.zk.ui.impl with parameters of type Page Modifier and Type Method Description voidUiEngineImpl. addInvalidate(Page page)voidUiEngineImpl. addMoved(Component comp, Component oldparent, Page oldpg, Page newpg)voidDesktopImpl. addPage(Page page)voidDesktopImpl. afterComponentAttached(Component comp, Page page)voidDesktopImpl. afterComponentDetached(Component comp, Page prevpage)voidUiEngineExtension. afterRenderNewPage(Page page)voidUiEngineImpl.Extension. afterRenderNewPage(Page page)Called after a new page has been redrawn (PageCtrl.redraw(java.io.Writer)has been called).Component[]AbstractExecution. createComponents(java.lang.String uri, Page page, org.zkoss.xel.VariableResolver resolver, java.util.Map<?,?> arg)Component[]UiEngineImpl. createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, Component insertBefore, org.zkoss.xel.VariableResolver resolver, java.util.Map<?,?> arg)ComponentInfoMultiComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)voidZScriptInitiator. doInit(Page page, java.util.Map<java.lang.String,java.lang.Object> args)voidUiEngineImpl. execNewPage(Execution exec, PageDefinition pagedef, Page page, java.io.Writer out)voidUiEngineImpl. execNewPage(Execution exec, Richlet richlet, Page page, java.io.Writer out)static ComposerMultiComposer. getComposer(Page page, java.lang.Object[] ary)Returns an instance of composer to represent the specified array of composers, or null if no composer is specified.java.lang.StringDesktopImpl. getNextUuid(Page page)booleanAbstractExecution. isAsyncUpdate(Page page)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)ComponentAbstractUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)ComposerAbstractUiFactory. newComposer(Page page, java.lang.Class klass)Instantiates a composer of the given class.ComposerAbstractUiFactory. newComposer(Page page, java.lang.String className)Instantiates a composer of the given class name.static ComposerUtils. newComposer(Page page, java.lang.Object o)Instantiates a composer of the given object.java.lang.StringStaticIdGenerator. nextPageUuid(Page page)voidUiEngineImpl. recycleDesktop(Execution exec, Page page, java.io.Writer out)voidDesktopImpl. removePage(Page page)voidAbstractExecution. setCurrentPage(Page curpage)Constructors in org.zkoss.zk.ui.impl with parameters of type Page Constructor Description AbstractExecution(Desktop desktop, Page creating)Constructs an execution.PageImpl(Page ref)Constructs a page with another page as instanceVolatilePage(Page ref) -
Uses of Page in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo with parameters of type Page Modifier and Type Method Description voidAttributesInfo. apply(Page page)Applies the custom attributes.voidVariablesInfo. apply(Page page)Applies the variable element against the page.java.util.List<Initiator>PageDefinition. doInit(Page page)Returns a list of allInitiatorand invokes itsInitiator.doInit(org.zkoss.zk.ui.Page, java.util.Map<java.lang.String, java.lang.Object>)before returning.java.util.Map<java.lang.String,java.lang.Object>ComponentDefinition. evalProperties(java.util.Map<java.lang.String,java.lang.Object> propmap, Page owner, Component parent)Evaluates and retrieves properties to the specified map.java.util.Map<java.lang.String,java.lang.Object>ComponentInfo. evalProperties(java.util.Map<java.lang.String,java.lang.Object> propmap, Page owner, Component parent, boolean defIncluded)Evaluates and retrieves properties to the specified map fromComponentDefinition(andComponentInfo).java.lang.StringPageDefinition. getAfterHeadTags(Page page)Returns the content that shall be generated inside the head element and after ZK's default tags (never null).java.lang.StringPageDefinition. getBeforeHeadTags(Page page)Returns the content that shall be generated inside the head element and before ZK's default tags (never null).java.lang.StringZScript. getContent(Page page, Component comp)Returns the content of zscript.java.lang.StringZScriptInfo. getContent(Page page, Component comp)Returns the content of zscript.java.lang.StringPageDefinition. getContentType(Page page)Returns the content type (after evaluation), or null to use the device default.java.lang.StringPageDefinition. getDocType(Page page)Returns the doc type (<!java.lang.StringPageDefinition. getFirstLine(Page page)Returns the first line to be generated to the output (after evaluation), or null if nothing to generate.java.lang.StringPageDefinition. getForwardURI(Page page)Returns the URI to forward to, or null if not to forward.java.util.Collection<java.lang.Object[]>PageDefinition. getResponseHeaders(Page page)Returns a map of response headers (never null).java.lang.StringPageDefinition. getRootAttributes(Page page)Converts the header definitions (added byPageDefinition.setRootAttribute(java.lang.String, java.lang.String)) to the attributes of the root element.java.lang.ObjectProperty. getValue(Page page)Evaluates the value to an Object.java.lang.ObjectResponseHeaderInfo. getValue(PageDefinition pgdef, Page page)Returns the value of the response header.java.lang.StringTextInfo. getValue(Page page)Returns the value after evaluation (might be null).java.lang.StringPageDefinition. getWidgetClass(Page page)Returns the widget class of the given page, or null if the default is used.voidPageDefinition. init(Page page, boolean evalHeaders)Initializes a page after execution is activated.org.zkoss.xel.FunctionMapperFunctionMapperInfo. newFunctionMapper(PageDefinition pgdef, Page page)Creates and returns the function mapper for the specified pagedefinition and page.org.zkoss.xel.FunctionMapperFunctionMapperInfo. newFunctionMapper(Evaluator eval, Page page)Creates and returns the function mapper for the specified evaluator and page.InitiatorInitiatorInfo. newInitiator(PageDefinition pgdef, Page page)Creates and returns the initiator, or null if no initiator is resolved.InitiatorInitiatorInfo. newInitiator(Evaluator eval, Page page)Creates and returns the initiator, or null if no initiator is resolved.ComponentComponentDefinition. newInstance(Page page, java.lang.String clsnm)Creates an component of this definition.ComponentComponentInfo. newInstance(Page page)Creates an component based on this info (never null).ComponentComponentInfo. newInstance(Page page, Component parent)Creates an component based on this info (never null).ComponentNativeInfo. newInstance(Page page, Component parent)ComponentShadowInfo. newInstance(Page page)Creates a shadow element based on this info (never null).ComponentShadowInfo. newInstance(Page page, Component parent)Creates an component based on this info (never null).org.zkoss.xel.VariableResolverVariableResolverInfo. newVariableResolver(PageDefinition pgdef, Page page)Creates and returns the variable resolver for the specified page.org.zkoss.xel.VariableResolverVariableResolverInfo. newVariableResolver(Evaluator eval, Page page)Creates and returns the variable resolver for the specified page.voidPageDefinition. preInit(Page page)Initializes the context for the given page before rendering this page definition.java.lang.Object[]ZkInfo. resolveCase(Page page, Component comp)Returns the case condition's value, or null if no case is specified (i.e.,ZkInfo.withCase()is false.ComposerComponentInfo. resolveComposer(Page page, Component comp)Returns the composer for this info, or null if not available.java.lang.Class<?>ComponentDefinition. resolveImplementationClass(Page page, java.lang.String clsnm)Resolves and returns the class that implements the component.java.lang.ClassComponentInfo. resolveImplementationClass(Page page)Resolves and returns the class for the component represented by this info (never null).java.lang.ClassComponentInfo. resolveImplementationClass(Page page, Component parent)Resolves and returns the class for the component represented by this info (never null).java.lang.ObjectZkInfo. resolveSwitch(Page page, Component comp)Returns the switch condition's value; evaluate EL expression if any.java.lang.StringForwardInfo. resolveURI(PageDefinition pgdef, Page page)Evaluates and returns the URI, or null if not to forward.booleanResponseHeaderInfo. shallAppend(PageDefinition pgdef, Page page)Returns whether to append the response header, rather than replace.java.lang.StringHeaderInfo. toHTML(PageDefinition pgdef, Page page)Returns as HTML tag(s) representing this header element. -
Uses of Page in org.zkoss.zk.ui.metainfo.impl
Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type Page Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>ComponentDefinitionImpl. evalProperties(java.util.Map<java.lang.String,java.lang.Object> propmap, Page owner, Component parent)ComponentComponentDefinitionImpl. newInstance(Page page, java.lang.String clsnm)java.lang.Class<?>ComponentDefinitionImpl. resolveImplementationClass(Page page, java.lang.String clsnm) -
Uses of Page in org.zkoss.zk.ui.select
Methods in org.zkoss.zk.ui.select that return Page Modifier and Type Method Description protected PageSelectorComposer. getPage()Returns the current page.Methods in org.zkoss.zk.ui.select with parameters of type Page Modifier and Type Method Description ComponentInfoSelectorComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)static java.util.List<Component>Selectors. find(Page page, java.lang.String selector)Returns a list of Components that match the selector.static java.lang.Iterable<Component>Selectors. iterable(Page page, java.lang.String selector)Returns an Iterable that iterates through all Components matched by the selector.static voidSelectors. wireComponents(Page page, java.lang.Object controller, boolean ignoreNonNull)Wire components to controller.static voidSelectors. wireVariables(Page page, java.lang.Object controller, java.util.List<org.zkoss.xel.VariableResolver> extraResolvers)Wire variables to controller, including XEL variables, implicit variables. -
Uses of Page in org.zkoss.zk.ui.select.impl
Constructors in org.zkoss.zk.ui.select.impl with parameters of type Page Constructor Description ComponentIterator(Page page, java.lang.String selector)Create an iterator which selects from all the components in the page. -
Uses of Page in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return Page Modifier and Type Method Description PageExecutionCtrl. getCurrentPage()Returns the current page.PageUiFactory. newPage(RequestInfo ri, PageDefinition pagedef, java.lang.String path)Creates an instance ofPagefor the specified page definition.PageUiFactory. newPage(RequestInfo ri, Richlet richlet, java.lang.String path)Creates an instance ofPagefor the specified richlet.Methods in org.zkoss.zk.ui.sys with parameters of type Page Modifier and Type Method Description voidUiEngine. addInvalidate(Page page)Invalidates the page to cause all of its components to redraw.voidUiEngine. addMoved(Component comp, Component oldparent, Page oldpg, Page newpg)Called to update (redraw) a component, when a component is moved.voidDesktopCtrl. addPage(Page page)Adds a page to this desktop.voidDesktopCtrl. afterComponentAttached(Component comp, Page page)voidDesktopCtrl. afterComponentDetached(Component comp, Page prevpage)Component[]UiEngine. createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, Component insertBefore, org.zkoss.xel.VariableResolver resolver, java.util.Map<?,?> arg)Creates components from the specified page and definition.voidUiEngine. execNewPage(Execution exec, PageDefinition pagedef, Page page, java.io.Writer out)Creates components specified in the given page definition.voidUiEngine. execNewPage(Execution exec, Richlet richlet, Page page, java.io.Writer out)InvokeRichlet.service(org.zkoss.zk.ui.Page), when a new page is creates upon visiting a richlet.java.lang.StringDesktopCtrl. getNextUuid(Page page)Returns the next available UUID for a page.ComponentUiFactory. newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)Creates and initializes a component based on the specifiedComponentDefinition.ComponentUiFactory. newComponent(Page page, Component parent, ComponentInfo compInfo, Component insertBefore)Creates and initializes a component based on the specifiedComponentInfo.ComponentUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)Creates and initializes a shadow based on the specifiedShadowInfo.ComposerUiFactory. newComposer(Page page, java.lang.Class klass)Creates and initializes a composer of the given class and page.ComposerUiFactory. newComposer(Page page, java.lang.String className)Creates and initializes a composer of the given class name and page.default java.lang.StringIdGenerator. nextPageUuid(Page page)Returns the next page UUID for the specified page, or null to generate the default UUID.voidComponentCtrl. onPageAttached(Page newpage, Page oldpage)Called when this component is attached to a page.voidStubsComponent. onPageAttached(Page newpage, Page oldpage)voidComponentCtrl. onPageDetached(Page page)Called when this component is detached from a page.voidStubsComponent. onPageDetached(Page page)static java.lang.StringHtmlPageRenders. outDocType(Execution exec, Page page)Returns the doc type, or null if not available.static java.lang.StringHtmlPageRenders. outFirstLine(Execution exec, Page page)Returns the first line to be generated to the output, or null if no special first line.static java.lang.StringHtmlPageRenders. outHeaders(Execution exec, Page page, boolean before)Returns the content of the specified condition that will be placed inside the header element of the specified page, or null if it was generated before.static java.lang.StringHtmlPageRenders. outHeaderZkTags(Execution exec, Page page)Generates and returns the ZK specific HTML tags including the headers defined in the specified page, or null if it was generated before.static voidHtmlPageRenders. outPageContent(Execution exec, Page page, java.io.Writer out, boolean au)Returns the HTML content representing a page.static voidHtmlPageRenders. outSEOContent(Page page, java.io.Writer out)Generates the SEO content for the given page.voidPageRenderPatch. patchRender(RequestInfo reqInfo, Page page, java.io.Writer result, java.io.Writer out)Called after rendering to patch the result.voidUiEngine. recycleDesktop(Execution exec, Page page, java.io.Writer out)Reuse the desktop and generate the output.voidDesktopCtrl. removePage(Page page)Removes a page from this desktop.voidPageRenderer. render(Page page, java.io.Writer out)Renders the page.voidSEORenderer. render(Page page, java.io.Writer out)voidComponentCtrl. sessionDidActivate(Page page)Notification that the session, which owns this component, has just been activated (a.k.a., deserialized).voidComponentCtrl. sessionWillPassivate(Page page)Notification that the session, which owns this component, is about to be passivated (a.k.a., serialized).static voidHtmlPageRenders. setContentType(Execution exec, Page page)Sets the content type to the specified execution for the given page.voidExecutionCtrl. setCurrentPage(Page page)Sets the current page. -
Uses of Page in org.zkoss.zk.ui.util
Fields in org.zkoss.zk.ui.util declared as Page Modifier and Type Field Description protected PageGenericAutowireComposer. pageImplicit Object; the page.Methods in org.zkoss.zk.ui.util that return Page Modifier and Type Method Description protected PageGenericAutowireComposer. getPage()Returns the current page.protected PageGenericComposer. getPage()Returns the current page.Methods in org.zkoss.zk.ui.util with parameters of type Page Modifier and Type Method Description voidConfiguration. afterComponentAttached(Component comp, Page page)InvokesUiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page)when a component is attached to a page.voidUiLifeCycle. afterComponentAttached(Component comp, Page page)Called after a component is attached to a page.voidConfiguration. afterComponentDetached(Component comp, Page prevpage)InvokesUiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page)when a component is detached from a page.voidUiLifeCycle. afterComponentDetached(Component comp, Page prevpage)Called after a component is detached from a page.voidConfiguration. afterPageAttached(Page page, Desktop desktop)InvokesUiLifeCycle.afterPageAttached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop)when a compnent's parent is changed.voidUiLifeCycle. afterPageAttached(Page page, Desktop desktop)Called after a page is attached to a desktop.voidConfiguration. afterPageDetached(Page page, Desktop prevdesktop)InvokesUiLifeCycle.afterPageDetached(org.zkoss.zk.ui.Page, org.zkoss.zk.ui.Desktop)when a compnent's parent is changed.voidUiLifeCycle. afterPageDetached(Page page, Desktop prevdesktop)Called after a page is detached to a desktop.voidPageActivationListener. didActivate(Page page)Called when a session has just been activated (and its value has been deserialized).voidPageSerializationListener. didDeserialize(Page page)Called when a page has de-serialized this object back.voidComposition. doAfterCompose(Page page, Component[] comps)voidGenericInitiator. doAfterCompose(Page page)It is used only for backward compatibility.voidGenericInitiator. doAfterCompose(Page page, Component[] comps)voidInitiatorExt. doAfterCompose(Page page, Component[] comps)Called after all components are created (a.k.a., composed), and before any event is processed.ComponentInfoComposerExt. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)Invokes before composing a component.ComponentInfoGenericComposer. doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)voidComposition. doInit(Page page, java.util.Map<java.lang.String,java.lang.Object> args)voidGenericInitiator. doInit(Page page, java.util.Map<java.lang.String,java.lang.Object> args)voidInitiator. doInit(Page page, java.util.Map<java.lang.String,java.lang.Object> args)Does the initializes before the page is evaluated.Composer<?>Configuration. getComposer(Page page)Returns the system-level composer or null if none is registered.static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Page page, java.lang.String expr, java.lang.String begin, java.lang.String end)Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end)Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.voidConfiguration. init(Page page)Initializes the given page with the variable resolvers registered byConfiguration.addListener(java.lang.Class<?>).booleanCondition. isEffective(Page page)Used to evaluate whether it is effective.booleanConditionImpl. isEffective(Evaluator eval, Page page)Used to evaluate whether it is effective.voidPageActivationListener. willPassivate(Page page)Called when a session is about to be passivated (and then serialize its value).voidPageSerializationListener. willSerialize(Page page)Called when a page is going to serialize this object.static voidConventionWires. wireVariables(Page page, java.lang.Object controller)Wire accessible variables of the specified page into a controller Java object.static voidConventionWires. wireVariables(Page page, java.lang.Object controller, char separator)Wire accessible variable objects of the specified page with a custom separator.static voidConventionWires. wireVariables(Page page, java.lang.Object controller, char separator, boolean ignoreZScript, boolean ignoreXel)Wire accessible variable objects of the specified page with complete control.Constructors in org.zkoss.zk.ui.util with parameters of type Page Constructor Description ForEachImpl(EvaluatorRef evalr, Page page, java.lang.String expr, java.lang.String begin, java.lang.String end)Constructor.ForEachImpl(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end)Constructor.ForEachImpl(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Constructor. -
Uses of Page in org.zkoss.zk.xel
Methods in org.zkoss.zk.xel with parameters of type Page Modifier and Type Method Description java.lang.ObjectEvaluator. evaluate(Page page, org.zkoss.xel.Expression expression)Evaluates the expression.static java.lang.ObjectEvaluators. evaluate(Evaluator eval, Page page, java.lang.String expr, java.lang.Class<?> expectedClass)Evaluates the specified expression (which might or might not contain ${ or #{}).java.lang.ObjectExValue. getValue(Evaluator eval, Page page)Returns the value after evaluation. -
Uses of Page in org.zkoss.zk.xel.impl
Methods in org.zkoss.zk.xel.impl with parameters of type Page Modifier and Type Method Description java.lang.ObjectSimpleEvaluator. evaluate(Page page, org.zkoss.xel.Expression expression)static java.lang.ObjectUtils. evaluateComposite(Evaluator eval, Page page, java.lang.Object expr)Evaluates the composite expression parsed byUtils.parseComposite(java.lang.String, java.lang.Class, int)against a page.
-