Uses of Interface
org.zkoss.zk.ui.Component

Packages that use Component
org.zkoss.zhtml ZHTML component set. 
org.zkoss.zhtml.impl Classes used to implement ZHTML component set. 
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates. 
org.zkoss.zk.au.out The responses of asynchronous updates (sent from server to client). 
org.zkoss.zk.scripting Scripting intepreter relevant classes, including interpreter, namespace and so on. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.api Interfaces of components, which are the abstract layer to access a component 
org.zkoss.zk.ui.event The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know. 
org.zkoss.zk.ui.ext Additional Interfaces that might be implemented by special components, such as AfterCompose
org.zkoss.zk.ui.ext.render Additional Interfaces that might be implemented by the returned object of getExtraCtrl(). 
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.metainfo.impl The implementation class of the metainfos. 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zk.xel ZK XEL utilities. 
org.zkoss.zk.xel.impl XEL utilities for implementation only. 
org.zkoss.zkex.zul Zul Extension library. 
org.zkoss.zkex.zul.api Interfaces of ZUL components, which are the abstract layer to access a zul component 
org.zkoss.zkmax.ui.event Events of Components in ZK EE. 
org.zkoss.zkmax.zul Components and UI utitilies available in ZK EE. 
org.zkoss.zkmax.zul.api Interfaces of ZUL components, which are the abstract layer to access a zul component 
org.zkoss.zkmax.zul.impl Implementation of ZUL components in ZK EE 
org.zkoss.zkplus.acegi Utilities to support Acegi Security System 
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
org.zkoss.zkplus.hibernate Utilities to support Hibernate
org.zkoss.zkplus.spring Utilities to support Spring Application Framework
org.zkoss.zkplus.util Utilities that can be applied to several situations. 
org.zkoss.zml The ZK XML Component Set. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
org.zkoss.zul.event Events of ZUL Component Set. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
org.zkoss.zul.impl.api Interfaces of ZUL components, which are the abstract layer to access a component 
 

Uses of Component in org.zkoss.zhtml
 

Classes in org.zkoss.zhtml that implement Component
 class A
          The A tag.
 class Abbr
          The ABBR tag.
 class Acronym
          The ACRONYM tag.
 class Address
          The ADDRESS tag.
 class Area
          The AREA tag.
 class B
          The B tag.
 class Base
          The BASE tag.
 class Big
          The BIG tag.
 class Blockquote
          The BLOCKQUOTE tag.
 class Body
          The BODY tag.
 class Br
          The BR tag.
 class Caption
          The CAPTION tag.
 class Center
          The CENTER tag.
 class Cite
          The CITE tag.
 class Code
          The CODE tag.
 class Col
          The COL tag.
 class Colgroup
          The COLGROUP tag.
 class Dd
          The DD tag.
 class Del
          The DEL tag.
 class Dfn
          The DFN tag.
 class Dir
          The DIR tag.
 class Div
          The DIV tag.
 class Dl
          The DL tag.
 class Dt
          The DT tag.
 class Em
          The EM tag.
 class Embed
          The EMBED tag.
 class Fieldset
          The FIELDSET tag.
 class Font
          The FONT tag.
 class Form
          The FORM tag.
 class H1
          The H1 tag.
 class H2
          The H2 tag.
 class H3
          The H3 tag.
 class H4
          The H4 tag.
 class Head
          The HEAD tag.
 class Hr
          The HR tag.
 class Html
          The HTML tag.
 class I
          The I tag.
 class Iframe
          The IFRAME tag.
 class Img
          The IMG tag.
 class Input
          The input tag.
 class Ins
          The INS tag.
 class Isindex
          The ISINDEX tag.
 class Kbd
          The KBD tag.
 class Label
          The LABEL tag.
 class Legend
          The LEGEND tag.
 class Li
          The LI tag.
 class Link
          The LINK tag.
 class Map
          The MAP tag.
 class Menu
          The MENU tag.
 class Meta
          The META tag.
 class Nobr
          The NOBR tag.
 class Object
          The OBJECT tag.
 class Ol
          The OL tag.
 class Optgroup
          The OPTGROUP tag.
 class Option
          The OPTION tag.
 class P
          The P tag.
 class Pre
          The PRE tag.
 class Q
          The Q tag.
 class Raw
          The raw component used to generate raw HTML elements.
 class S
          The S tag.
 class Samp
          The SAMP tag.
 class Script
          The SCRIPT tag.
 class Select
          The SELECT tag.
 class Small
          The SMALL tag.
 class Span
          The SPAN tag.
 class Strong
          The STRONG tag.
 class Style
          The STYLE tag.
 class Sub
          The SUB tag.
 class Sup
          The Sup tag.
 class Table
          The TABLE tag.
 class Tbody
          The TBODY tag.
 class Td
          The TD tag.
 class Text
          Represents a piece of text (of DOM).
 class Textarea
          The TEXTAREA tag.
 class Tfoot
          The TFOOT tag.
 class Th
          The TH tag.
 class Thead
          The THEAD tag.
 class Title
          The TITLE tag.
 class Tr
          The TR tag.
 class Tt
          The TT tag.
 class Ul
          The UL tag.
 class Var
          The VAR tag.
 class Zkhead
          The component used to generate CSS and JavaScrpt declarations.
 

Methods in org.zkoss.zhtml with parameters of type Component
 void Html.beforeParentChanged(Component parent)
           
 void Head.beforeParentChanged(Component parent)
           
 void Body.beforeParentChanged(Component parent)
           
 void Text.setParent(Component parent)
           
 

Uses of Component in org.zkoss.zhtml.impl
 

Classes in org.zkoss.zhtml.impl that implement Component
 class AbstractTag
          The raw component used to generate raw HTML elements.
 

Methods in org.zkoss.zhtml.impl with parameters of type Component
 void TagRenderContext.renderBegin(Component comp, java.util.Map clientEvents, boolean lookup)
          Renders the beginning JavaScript code snippet for the component.
 void TagRenderContext.renderEnd(Component comp)
          Renders the ending JavaScript code snippet for the component.
 

Uses of Component in org.zkoss.zk.au
 

Methods in org.zkoss.zk.au that return Component
 Component AuRequest.getComponent()
          Returns the component that this request is applied for, or null if it applies to the whole page or a general request.
 

Constructors in org.zkoss.zk.au with parameters of type Component
AuResponse(java.lang.String cmd, Component depends, java.lang.Object data)
          Constructs a response with one or zero data.
AuResponse(java.lang.String cmd, Component depends, java.lang.Object[] data)
          Constructs a response with multiple data.
 

Uses of Component in org.zkoss.zk.au.out
 

Constructors in org.zkoss.zk.au.out with parameters of type Component
AuAppendChild(Component comp, java.lang.String content)
           
AuClearBusy(Component comp)
          Constructs a command to remove a busy message covering only the specified component.
AuClearWrongValue(Component comp)
          Unlike other constructors, the object instantiated by this method depends on the specified comp.
AuClearWrongValue(Component[] comps)
           
AuEcho(Component comp, java.lang.String evtnm, java.lang.String data)
          Constructs an echo response that will cause an event to fire when the client echoes back.
AuFocus(Component comp)
           
AuInsertAfter(Component anchor, java.lang.String content)
           
AuInsertBefore(Component anchor, java.lang.String content)
           
AuInvoke(Component comp, java.lang.String function)
          Construct AuInvoke to call the peer widget's member function with no argument.
AuInvoke(Component comp, java.lang.String function, boolean arg)
          Construct AuInvoke to call the peer widget's member function with one boolean argument.
AuInvoke(Component comp, java.lang.String function, double arg)
          Construct AuInvoke to call the peer widget's member function with one double argument.
AuInvoke(Component comp, java.lang.String function, int arg)
          Construct AuInvoke to call the peer widget's member function with one int argument.
AuInvoke(Component comp, java.lang.String function, java.lang.Object arg)
          Construct AuInvoke to call the peer widget's member function with one argument.
AuInvoke(Component comp, java.lang.String function, java.lang.Object[] args)
          Construct AuInvoke to call the peer widget's member function with an array of arguments.
AuInvoke(Component comp, java.lang.String function, java.lang.Object arg1, java.lang.Object arg2)
          Construct AuInvoke to call the peer widget's member function with two arguments.
AuInvoke(Component comp, java.lang.String function, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Construct AuInvoke to call the peer widget's member function with three arguments.
AuInvoke(Component comp, java.lang.String function, java.lang.String[] args)
          Construct AuInvoke to call a client function with variable number of arguments.
AuOuter(Component comp, java.lang.String content)
           
AuRemove(Component comp)
           
AuScript(Component depends, java.lang.String script)
           
AuScrollIntoView(Component cmp)
          Constructor.
AuSelect(Component comp)
           
AuSelect(Component comp, int beg, int end)
           
AuSetAttribute(Component comp, java.lang.String attr, java.lang.Object val)
          Construct an instance for miscellanous values, such as Boolean, Integer and so on.
AuShowBusy(Component comp, java.lang.String mesg)
          Constructs a busy message covering only the specified component.
AuWrongValue(Component comp, java.lang.String message)
           
 

Uses of Component in org.zkoss.zk.scripting
 

Methods in org.zkoss.zk.scripting that return Component
 Component Namespace.getOwner()
          Deprecated. Returns the component that owns this namespace, or null if it is owned by a page, or not owned by any one.
 

Methods in org.zkoss.zk.scripting with parameters of type Component
static Namespace Namespaces.beforeInterpret(Component comp)
          Deprecated. As of release 5.0, replaced with Scopes.
static Namespace Namespaces.beforeInterpret(java.util.Map backup, Component comp, boolean pushNS)
          Deprecated. As of release 3.6.1, it is replaced with Namespaces.beforeInterpret(Component).
 

Uses of Component in org.zkoss.zk.ui
 

Classes in org.zkoss.zk.ui that implement Component
 class AbstractComponent
          A skeletal implementation of Component.
 class HtmlBasedComponent
          A skeletal implementation for HTML based components.
 class HtmlMacroComponent
          The implemetation of a macro component for HTML-based clients.
 class HtmlNativeComponent
          A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
 

Methods in org.zkoss.zk.ui that return Component
static Component Executions.createComponents(PageDefinition pagedef, Component parent, java.util.Map arg)
          Creates components based on the specified page definition.
 Component Execution.createComponents(PageDefinition pagedef, Component parent, java.util.Map arg)
          Creates components from the specified page definition.
 Component[] Execution.createComponents(PageDefinition pagedef, java.util.Map arg)
          Creates components that don't belong to any page from the specified page definition.
static Component Executions.createComponents(java.lang.String uri, Component parent, java.util.Map arg)
          Creates components from a page file specified by an URI.
 Component Execution.createComponents(java.lang.String uri, Component parent, java.util.Map arg)
          Creates components from a page file specified by an URI.
 Component[] Execution.createComponents(java.lang.String uri, java.util.Map arg)
          Creates components that don't belong to any page from a page file specified by an URI.
static Component[] Executions.createComponents(WebApp wapp, PageDefinition pagedef, java.util.Map arg)
          Creates components that don't belong to any page from the specified page definition.
static Component[] Executions.createComponents(WebApp wapp, java.lang.String uri, java.util.Map arg)
          Creates components that don't belong to any page from a page file specified by an URI.
static Component Executions.createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a DOM tree.
 Component Execution.createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a DOM tree.
 Component[] Execution.createComponentsDirectly(Document content, java.lang.String extension, java.util.Map arg)
          Creates components that don't belong to any page from the raw content specified by a DOM tree.
static Component Executions.createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content read from the specified reader.
 Component Execution.createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content read from the specified reader.
 Component[] Execution.createComponentsDirectly(java.io.Reader reader, java.lang.String extension, java.util.Map arg)
          Creates components that don't belong to any page from the raw content read from the specified reader.
static Component Executions.createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a string.
 Component Execution.createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a string.
 Component[] Execution.createComponentsDirectly(java.lang.String content, java.lang.String extension, java.util.Map arg)
          Creates components that don't belong to any page from the raw content specified by a string.
static Component[] Executions.createComponentsDirectly(WebApp wapp, Document content, java.lang.String extension, java.util.Map arg)
          Creates components that don't belong to any page from the raw content specified by a DOM tree.
static Component[] Executions.createComponentsDirectly(WebApp wapp, java.io.Reader reader, java.lang.String extension, java.util.Map arg)
          Creates components that don't belong to any page from the raw content read from the specified reader.
static Component[] Executions.createComponentsDirectly(WebApp wapp, java.lang.String content, java.lang.String extension, java.util.Map arg)
          Creates components that don't belong to any page from the raw content specified by a string.
 Component WrongValueException.getComponent()
          Returns the component that causes this exception, or null.
 Component Path.getComponent()
          Returns the component with this path, or null if no such component.
static Component Path.getComponent(IdSpace is, java.lang.String path)
          Returns the component of the specified path which is related to the specified ID space, or null if no such component.
static Component Path.getComponent(java.lang.String path)
          Returns the component of the specified path, or null if no such component.
 Component Desktop.getComponentByUuid(java.lang.String uuid)
          Returns the component of the specified UUID (getUuid()).
 Component Desktop.getComponentByUuidIfAny(java.lang.String uuid)
          Returns the component of the specified UUID (getUuid()), or null if not found.
 Component IdSpace.getFellow(java.lang.String id)
          Returns a component of the specified ID in this ID space.
 Component Component.getFellow(java.lang.String id)
          Returns a component of the specified ID in the same ID space.
 Component AbstractPage.getFellow(java.lang.String compId)
           
 Component AbstractComponent.getFellow(java.lang.String compId)
           
 Component IdSpace.getFellow(java.lang.String id, boolean recurse)
          Returns a component of the specified ID in this ID space.
 Component Component.getFellow(java.lang.String id, boolean recurse)
          Returns a component of the specified ID in the same ID space.
 Component AbstractPage.getFellow(java.lang.String compId, boolean recurse)
          The same as AbstractPage.getFellow(String).
 Component AbstractComponent.getFellow(java.lang.String compId, boolean recurse)
           
 Component IdSpace.getFellowIfAny(java.lang.String id)
          Returns a component of the specified ID in this ID space, or null if not found.
 Component Component.getFellowIfAny(java.lang.String id)
          Returns a component of the specified ID in the same ID space, or null if not found.
 Component AbstractPage.getFellowIfAny(java.lang.String compId)
           
 Component AbstractComponent.getFellowIfAny(java.lang.String compId)
           
 Component IdSpace.getFellowIfAny(java.lang.String id, boolean recurse)
          Returns a component of the specified ID in this ID space, or null if not found.
 Component Component.getFellowIfAny(java.lang.String id, boolean recurse)
          Returns a component of the specified ID in the same ID space, or null if not found.
 Component AbstractPage.getFellowIfAny(java.lang.String compId, boolean recurse)
          The same as AbstractPage.getFellowIfAny(String).
 Component AbstractComponent.getFellowIfAny(java.lang.String compId, boolean recurse)
           
 Component Component.getFirstChild()
          Returns the first child component, or null if no child at all.
 Component AbstractComponent.getFirstChild()
           
 Component Page.getFirstRoot()
          Returns the first root component.
 Component AbstractPage.getFirstRoot()
           
 Component Component.getLastChild()
          Returns the last child component, or null if no child at all.
 Component AbstractComponent.getLastChild()
           
 Component Page.getLastRoot()
          Returns the last root component.
 Component AbstractPage.getLastRoot()
           
 Component Component.getNextSibling()
          Returns the next sibling, or null if it is the last child.
 Component AbstractComponent.getNextSibling()
           
 Component Component.getParent()
          Returns the parent component, or null if this is the root component.
 Component AbstractComponent.getParent()
           
 Component Component.getPreviousSibling()
          Returns the previous sibling, or null if it is the first child.
 Component AbstractComponent.getPreviousSibling()
           
 Component Component.getRoot()
          Returns the root of this component.
 Component AbstractComponent.getRoot()
          Returns the root of the specified component.
static Component Components.getRoot(Component comp)
          Returns the root component of the specified one.
 Component HtmlNativeComponent.HtmlHelper.newNative(java.lang.String text)
           
static Component Components.pathToComponent(java.lang.String path, Component ref)
          Converts a path, generated by Components.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.
 

Methods in org.zkoss.zk.ui with parameters of type Component
 boolean Component.addForward(java.lang.String originalEvent, Component target, java.lang.String targetEvent)
          Adds a forward condition to forward the event received by this component to another component.
 boolean AbstractComponent.addForward(java.lang.String orgEvent, Component target, java.lang.String targetEvent)
           
 boolean Component.addForward(java.lang.String originalEvent, Component target, java.lang.String targetEvent, java.lang.Object eventData)
          Adds a forward condition to forward the event received by this component to another component with extra event data.
 boolean AbstractComponent.addForward(java.lang.String orgEvent, Component target, java.lang.String targetEvent, java.lang.Object eventData)
           
static void Components.addForwards(Component comp, java.lang.Object controller)
          Adds forward conditions to myid source component so onXxx source event received by myid component can be forwarded to the specified target component with the target event name onXxx$myid.
static void Components.addForwards(Component comp, java.lang.Object controller, char separator)
          Adds forward conditions to the specified component with a custom separator.
protected  void AbstractComponent.addMoved(Component oldparent, Page oldpg, Page newpg)
          Called when this component is moved from the specified parent and/or page to the new page.
 boolean Component.appendChild(Component child)
          Appends a child.
 boolean AbstractComponent.appendChild(Component child)
          Appends a child to the end of all children.
 void AbstractComponent.beforeChildAdded(Component child, Component insertBefore)
          Default: does nothing.
 void AbstractComponent.beforeChildRemoved(Component child)
          Default: does nothing.
 void AbstractComponent.beforeParentChanged(Component parent)
          Default: does nothing.
static java.lang.String Components.componentToPath(Component comp, Component ref)
          Converts a component to a path (relavant to another component).
static Component Executions.createComponents(PageDefinition pagedef, Component parent, java.util.Map arg)
          Creates components based on the specified page definition.
 Component Execution.createComponents(PageDefinition pagedef, Component parent, java.util.Map arg)
          Creates components from the specified page definition.
static Component Executions.createComponents(java.lang.String uri, Component parent, java.util.Map arg)
          Creates components from a page file specified by an URI.
 Component Execution.createComponents(java.lang.String uri, Component parent, java.util.Map arg)
          Creates components from a page file specified by an URI.
static Component Executions.createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a DOM tree.
 Component Execution.createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a DOM tree.
static Component Executions.createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content read from the specified reader.
 Component Execution.createComponentsDirectly(java.io.Reader reader, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content read from the specified reader.
static Component Executions.createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a string.
 Component Execution.createComponentsDirectly(java.lang.String content, java.lang.String extension, Component parent, java.util.Map arg)
          Creates components from the raw content specified by a string.
static java.lang.Object Executions.evaluate(Component comp, java.lang.String expr, java.lang.Class expectedType)
          Evluates the specified expression by use of the current context (Executions.getCurrent()).
 java.lang.Object Execution.evaluate(Component comp, java.lang.String expr, java.lang.Class expectedType)
          Evluates the specified expression with ${link #getVariableResolver} and Page.getFunctionMapper() of the page of the specified component.
 java.lang.String Desktop.getDynamicMediaURI(Component comp, java.lang.String pathInfo)
          Returns URI for a dynamic generated media associated with a component.
static Evaluator Executions.getEvaluator(Component comp, java.lang.Class expfcls)
          Returns the evaluator of the current execution.
 Evaluator Execution.getEvaluator(Component comp, java.lang.Class expfcls)
          Returns the evaluator of the current execution.
static java.lang.Object Components.getImplicit(Component comp, java.lang.String name)
          Retuns the implicit object of the specified name, or null if not found.
static java.lang.Object Components.getImplicit(Page page, Component comp, java.lang.String name)
          Retuns the implicit object of the specified name, or null if not found.
static java.lang.String Path.getPath(Component comp)
          Returns the path of the specified component.
static Component Components.getRoot(Component comp)
          Returns the root component of the specified one.
static java.util.Collection Components.getVisibleChildren(Component comp)
          Returns a collection of visible children.
 Function Page.getZScriptFunction(Component comp, java.lang.String name, java.lang.Class[] argTypes)
          Returns the function of the specified name by searching the logical scope of the specified component in all the loaded interpreters.
 java.lang.Object Page.getZScriptVariable(Component comp, java.lang.String name)
          Returns the value of the variable of the specified name by searching the logical scope of the specified component in all the loaded interpreters, if any.
 boolean Component.insertBefore(Component newChild, Component refChild)
          Inserts a child before the reference child.
 boolean AbstractComponent.insertBefore(Component newChild, Component refChild)
           
static boolean Components.isAncestor(Component node1, Component node2)
          Tests whether node1 is an ancessor of node 2.
static boolean Components.isRealVisible(Component comp)
          Returns whether this component is real visible (all its parents are visible).
 void AbstractComponent.onChildAdded(Component child)
          Default: does nothing.
 void AbstractComponent.onChildRemoved(Component child)
          Default: does nothing.
static Component Components.pathToComponent(java.lang.String path, Component ref)
          Converts a path, generated by Components.componentToPath(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component), to a component.
static void Components.removeAllChildren(Component comp)
          Removes all children of the specified component.
 boolean Component.removeChild(Component child)
          Removes a child.
 boolean AbstractComponent.removeChild(Component child)
           
 boolean Component.removeForward(java.lang.String originalEvent, Component target, java.lang.String targetEvent)
          Removes a forward condition that was added by addForward(String, Component, String).
 boolean AbstractComponent.removeForward(java.lang.String orgEvent, Component target, java.lang.String targetEvent)
           
static void Components.replace(Component oldc, Component newc)
          Replaces a component with another.
static void Components.replaceChildren(Component parent, java.util.Collection newChildren)
          Replaces all children of the specified component.
 void Component.setPageBefore(Page page, Component refRoot)
          Sets what page this component belongs to, and insert this component right before the reference component.
 void AbstractComponent.setPageBefore(Page page, Component refRoot)
           
 void HtmlMacroComponent.setParent(Component parent)
          Changes the parent.
 void Component.setParent(Component parent)
          Sets the parent component.
 void AbstractComponent.setParent(Component parent)
           
static void Components.wireController(Component comp, java.lang.Object controller)
          Wire controller as a variable objects of the specified component with a custom separator.
static void Components.wireController(Component comp, java.lang.Object controller, char separator)
          Wire controller as a variable objects of the specified component with a custom separator.
static void Components.wireVariables(Component comp, java.lang.Object controller)
          Wire accessible variable objects of the specified component into a controller Java object.
static void Components.wireVariables(Component comp, java.lang.Object controller, char separator)
          Wire accessible variable objects of the specified component with a custom separator.
 

Constructors in org.zkoss.zk.ui with parameters of type Component
Path(Component comp)
          Returns the path of the specified component.
WrongValueException(Component comp, int code)
          Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component comp, int code, java.lang.Object fmtArg)
          Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component comp, int code, java.lang.Object[] fmtArgs)
          Contructs a wrong value exception to show an error box at the client.
WrongValueException(Component comp, java.lang.String msg)
          Contructs a wrong value exception to show an error box at the client.
 

Uses of Component in org.zkoss.zk.ui.api
 

Subinterfaces of Component in org.zkoss.zk.ui.api
 interface HtmlBasedComponent
          A skeletal implementation for HTML based components.
 

Uses of Component in org.zkoss.zk.ui.event
 

Methods in org.zkoss.zk.ui.event that return Component
 Component DropEvent.getDragged()
          Returns the component being dragged and drop to Event.getTarget().
 Component SelectEvent.getReference()
          Returns the reference item that is the component causing the onSelect event(select or deselect) to be fired.
 Component OpenEvent.getReference()
          Returns the reference that causes Event.getTarget() to be opened.
 Component KeyEvent.getReference()
          Returns the reference item that is the component causing the key event to be fired.
 Component Event.getTarget()
          Returns the target component that receives this event, or null if broadcast.
 

Methods in org.zkoss.zk.ui.event with parameters of type Component
 void EventThreadResume.abortResume(Component comp, Event evt)
          Called when the suspended event thread is aborted.
static void Events.addEventListeners(Component comp, java.lang.Object controller)
          Add onXxx event handler defined in controller object to the specified component.
 void EventThreadResume.afterResume(Component comp, Event evt)
          Called after the suspended event thread is resumed.
 void EventThreadSuspend.afterSuspend(Component comp, Event evt)
          Called in the servlet thread after the event processing thread has been suspended.
 void EventThreadResume.beforeResume(Component comp, Event evt)
          Called just before the suspended event thread is resumed.
 void EventThreadSuspend.beforeSuspend(Component comp, Event evt, java.lang.Object obj)
          Called before the event processing thread is suspended.
 void GenericEventListener.bindComponent(Component comp)
          A convenient method that help you register this event listener to the specified target component.
 void EventThreadCleanup.cleanup(Component comp, Event evt, java.util.List errs)
          Cleans up the event processing thread.
 void EventThreadCleanup.complete(Component comp, Event evt)
          Called in the serlvet thread to clean up.
static void Events.echoEvent(java.lang.String name, Component target, java.lang.String data)
          Echos an event.
 boolean EventThreadInit.init(Component comp, Event event)
          Initialize the event processing thread before processing the event.
static boolean Events.isListened(Component comp, java.lang.String evtnm, boolean asap)
          Returns whether an event handler or listener is available for the specified component and event.
static void Events.postEvent(int priority, java.lang.String name, Component target, java.lang.Object data)
          Posts an instance of Event to the current execution with the specified priority.
static void Events.postEvent(java.lang.String name, Component target, java.lang.Object data)
          Posts an instance of Event to the current execution.
 void EventThreadInit.prepare(Component comp, Event event)
          Prepares the initialization at the servlet thread.
static void Events.sendEvent(Component comp, Event event)
          Sends the event to the specified component and process it immediately.
 void GenericEventListener.unbindComponent(Component comp)
          A convenient method that help you remove this event listener from the specified target component.
 

Constructors in org.zkoss.zk.ui.event with parameters of type Component
CheckEvent(java.lang.String name, Component target, boolean checked)
          Constructs a check-relevant event.
CreateEvent(java.lang.String name, Component target, java.util.Map args)
           
DropEvent(java.lang.String name, Component target, Component dragged, int x, int y, int keys)
          Deprecated. As of release 5.0.0, replaced with DropEvent.DropEvent(String,Component,Component,int,int,int).
DropEvent(java.lang.String name, Component target, Component dragged, int x, int y, int pageX, int pageY, int keys)
          Constructs a drop event.
ErrorEvent(java.lang.String name, Component target, java.lang.String val, java.lang.String msg)
          Constructs an error-relevant event.
Event(java.lang.String name, Component target)
          Constructs a simple event.
Event(java.lang.String name, Component target, java.lang.Object data)
          Constructs a simple event.
ForwardEvent(java.lang.String name, Component target, Event origin)
          Constructs a foward event.
ForwardEvent(java.lang.String name, Component target, Event origin, java.lang.Object data)
          Constructs a foward event.
FulfillEvent(java.lang.String name, Component target, Event origin)
          Constructs a fulfill event.
FulfillEvent(java.lang.String name, Component target, Event origin, java.lang.Object data)
          Constructs a fulfill event.
InputEvent(java.lang.String name, Component target, java.lang.String val)
          Constructs a input-relevant event.
InputEvent(java.lang.String name, Component target, java.lang.String val, boolean selbk, int start)
          Constructs an event for onChanging.
KeyEvent(java.lang.String name, Component target, int keyCode, boolean ctrlKey, boolean shiftKey, boolean altKey)
           
KeyEvent(java.lang.String name, Component target, int keyCode, boolean ctrlKey, boolean shiftKey, boolean altKey, Component ref)
          Constructs a mouse relevant event.
MaximizeEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, java.lang.String width, java.lang.String height, boolean maximized)
           
MinimizeEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, java.lang.String width, java.lang.String height, boolean minimized)
           
MouseEvent(java.lang.String name, Component target)
          Construct a mouse relevant event with coordinate or area.
MouseEvent(java.lang.String name, Component target, int x, int y)
          Deprecated. As of release 5.0.0, replaced with MouseEvent.MouseEvent(String,Component,int,int,int,int).
MouseEvent(java.lang.String name, Component target, int x, int y, int keys)
          Deprecated. As of release 5.0.0, replaced with MouseEvent.MouseEvent(String,Component,int,int,int,int,int).
MouseEvent(java.lang.String name, Component target, int x, int y, int pageX, int pageY)
          Constructs a mouse relevant event.
MouseEvent(java.lang.String name, Component target, int x, int y, int pageX, int pageY, int keys)
          Constructs a mouse relevant event.
MouseEvent(java.lang.String name, Component target, java.lang.String area)
          Deprecated. As of release 5.0.0, replaced with MouseEvent.MouseEvent(String,Component,String,int).
MouseEvent(java.lang.String name, Component target, java.lang.String area, int keys)
          Constructs a mouse relevant event with a logic name called area.
MoveEvent(java.lang.String name, Component target, java.lang.String left, java.lang.String top, int keys)
          Constructs a mouse relevant event.
OpenEvent(java.lang.String name, Component target, boolean open)
          Constructs an onOpen event.
OpenEvent(java.lang.String name, Component target, boolean open, Component ref)
          Constructs an onOpen event for a context menu, a tooltip or a popup.
OpenEvent(java.lang.String name, Component target, boolean open, Component ref, java.lang.Object value)
          Constructs an onOpen event.
ScrollEvent(java.lang.String name, Component target, int pos)
          Constructs an scroll-relevant event.
SelectEvent(java.lang.String name, Component target, java.util.Set selectedItems)
          Constructs a selection event.
SelectEvent(java.lang.String name, Component target, java.util.Set selectedItems, Component ref)
          Constructs a selection event.
SelectEvent(java.lang.String name, Component target, java.util.Set selectedItems, Component ref, int keys)
          Constructs a selection event.
SelectionEvent(java.lang.String name, Component target, int start, int end, java.lang.String txt)
          Constructs a selection event.
SizeEvent(java.lang.String name, Component target, java.lang.String width, java.lang.String height, int keys)
          Constructs a mouse relevant event.
UploadEvent(java.lang.String name, Component target, Media[] meds)
          Constructs the upload event.
URIEvent(java.lang.String name, Component target, java.lang.String uri)
          Constructs an URI update event.
ZIndexEvent(java.lang.String name, Component target, int zIndex)
          Constructs a mouse relevant event.
 

Uses of Component in org.zkoss.zk.ui.ext
 

Methods in org.zkoss.zk.ui.ext that return Component
 Component Native.Helper.newNative(java.lang.String text)
          Creates a native component with the specified content.
 

Uses of Component in org.zkoss.zk.ui.ext.render
 

Methods in org.zkoss.zk.ui.ext.render that return Component
 Component Cropper.getCropOwner()
          Returns the owner of the cropping scope.
 

Uses of Component in org.zkoss.zk.ui.http
 

Methods in org.zkoss.zk.ui.http with parameters of type Component
 java.lang.Object ExecutionImpl.evaluate(Component comp, java.lang.String expr, java.lang.Class expectedType)
           
 Evaluator ExecutionImpl.getEvaluator(Component comp, java.lang.Class expfcls)
           
 

Uses of Component in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return Component
 Component[] UiEngineImpl.createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, java.util.Map arg)
           
 Component AbstractExecution.createComponents(PageDefinition pagedef, Component parent, java.util.Map arg)
           
 Component[] AbstractExecution.createComponents(PageDefinition pagedef, java.util.Map arg)
           
 Component AbstractExecution.createComponents(java.lang.String uri, Component parent, java.util.Map arg)
           
 Component[] AbstractExecution.createComponents(java.lang.String uri, java.util.Map arg)
           
 Component AbstractExecution.createComponentsDirectly(Document content, java.lang.String ext, Component parent, java.util.Map arg)
           
 Component[] AbstractExecution.createComponentsDirectly(Document content, java.lang.String ext, java.util.Map arg)
           
 Component AbstractExecution.createComponentsDirectly(java.io.Reader reader, java.lang.String ext, Component parent, java.util.Map arg)
           
 Component[] AbstractExecution.createComponentsDirectly(java.io.Reader reader, java.lang.String ext, java.util.Map arg)
           
 Component AbstractExecution.createComponentsDirectly(java.lang.String content, java.lang.String ext, Component parent, java.util.Map arg)
           
 Component[] AbstractExecution.createComponentsDirectly(java.lang.String content, java.lang.String ext, java.util.Map arg)
           
 Component EventProcessor.getComponent()
          Returns the component.
 Component EventProcessingThreadImpl.getComponent()
           
 Component DesktopImpl.getComponentByUuid(java.lang.String uuid)
           
 Component DesktopImpl.getComponentByUuidIfAny(java.lang.String uuid)
           
 Component PageImpl.getDefaultParent()
          Deprecated. As of release 5.0.0, the default parent is no longe meaningful.
 Component PageImpl.getOwner()
           
 Component AbstractUiFactory.newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)
           
 Component AbstractUiFactory.newComponent(Page page, Component parent, ComponentInfo compInfo)
           
 Component UiEngineImpl.setOwner(Component comp)
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type Component
 void DesktopImpl.addComponent(Component comp)
           
 void PageImpl.addDeferredZScript(Component parent, ZScript zscript)
           
 void UiEngineImpl.addInvalidate(Component comp)
           
 void UiEngineImpl.addMoved(Component comp, Component oldparent, Page oldpg, Page newpg)
           
 void UiEngineImpl.addSmartUpdate(Component comp, java.lang.String attr, java.lang.Object value)
           
 void UiEngineImpl.addUuidChanged(Component comp, boolean addOnlyMoved)
          Called before changing the component's UUID.
 void DesktopImpl.afterComponentAttached(Component comp, Page page)
           
 void DesktopImpl.afterComponentDetached(Component comp, Page prevpage)
           
 void DesktopImpl.afterComponentMoved(Component parent, Component child, Component prevparent)
           
 Component[] UiEngineImpl.createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, java.util.Map arg)
           
 Component AbstractExecution.createComponents(PageDefinition pagedef, Component parent, java.util.Map arg)
           
 Component AbstractExecution.createComponents(java.lang.String uri, Component parent, java.util.Map arg)
           
 Component AbstractExecution.createComponentsDirectly(Document content, java.lang.String ext, Component parent, java.util.Map arg)
           
 Component AbstractExecution.createComponentsDirectly(java.io.Reader reader, java.lang.String ext, Component parent, java.util.Map arg)
           
 Component AbstractExecution.createComponentsDirectly(java.lang.String content, java.lang.String ext, Component parent, java.util.Map arg)
           
 boolean UiEngineImpl.disableClientUpdate(Component comp, boolean disable)
           
 void MultiComposer.doAfterCompose(Component comp)
           
 ComponentInfo MultiComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 void MultiComposer.doBeforeComposeChildren(Component comp)
           
 java.lang.String DesktopImpl.getDynamicMediaURI(Component comp, java.lang.String pathInfo)
           
 java.lang.String UiEngineImpl.getNativeContent(Component comp, java.util.List children, Native.Helper helper)
           
 Function PageImpl.getZScriptFunction(Component comp, java.lang.String name, java.lang.Class[] argTypes)
           
 java.lang.Object PageImpl.getZScriptVariable(Component comp, java.lang.String name)
           
 boolean UiEngineImpl.isInvalidated(Component comp)
           
 Component AbstractUiFactory.newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)
           
 Component AbstractUiFactory.newComponent(Page page, Component parent, ComponentInfo compInfo)
           
 void DesktopImpl.onPiggybackListened(Component comp, boolean listen)
           
 boolean EventProcessingThreadImpl.processEvent(Desktop desktop, Component comp, Event event)
          Ask this event thread to process the specified event.
 void DesktopImpl.removeComponent(Component comp)
           
 void EventProcessingThreadImpl.sendEvent(Component comp, Event event)
           
 void PageImpl.setDefaultParent(Component comp)
          Deprecated. As of release 5.0.0, the default parent is no longe meaningful.
 Component UiEngineImpl.setOwner(Component comp)
           
 void PageImpl.setOwner(Component comp)
           
 

Constructors in org.zkoss.zk.ui.impl with parameters of type Component
EventProcessor(Desktop desktop, Component comp, Event event)
           
 

Uses of Component in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo that return Component
 Component ComponentDefinition.newInstance(java.lang.Class cls)
          Creates an component of this definition.
 Component ComponentInfo.newInstance(Page page)
          Creates an component based on this info (never null).
 Component NativeInfo.newInstance(Page page, Component parent)
           
 Component ComponentInfo.newInstance(Page page, Component parent)
          Creates an component based on this info (never null).
 Component ComponentDefinition.newInstance(Page page, java.lang.String clsnm)
          Creates an component of this definition.
 

Methods in org.zkoss.zk.ui.metainfo with parameters of type Component
 void VariablesInfo.apply(Component comp)
          Applies the variable element against the parent component.
 void AttributesInfo.apply(Component comp)
          Applies the custom attributes.
 void ComponentInfo.applyProperties(Component comp)
          Applies the event handlers and properties to the specified component.
 void ComponentDefinition.applyProperties(Component comp)
          Applies the properties and custom attributes defined in this definition to the specified component.
 void WidgetOverride.assign(Component comp)
           
 void WidgetListener.assign(Component comp)
           
 void Property.assign(Component comp)
          Assigns the value of this memeber to the specified component.
static void Property.assign(Component comp, java.lang.String name, java.lang.String value)
          Assigns a property.
 java.util.Map ComponentDefinition.evalProperties(java.util.Map propmap, Page owner, Component parent)
          Evaluates and retrieves properties to the specified map.
 java.util.Map ComponentInfo.evalProperties(java.util.Map propmap, Page owner, Component parent, boolean defIncluded)
          Evaluates and retrieves properties to the specified map from ComponentDefinition (and ComponentInfo).
 EventHandler EventHandlerMap.get(Component comp, java.lang.String evtnm)
          Returns the first effective event handler of the specified event name, or null if not available.
 java.lang.String ZScript.getContent(Page page, Component comp)
          Returns the content of zscript.
 java.lang.String TextInfo.getValue(Component comp)
          Returns the value after evaluation.
 java.lang.Object Property.getValue(Component comp)
          Evaluates the value to an Object.
 boolean ZScript.isEffective(Component comp)
           
 boolean WidgetListener.isEffective(Component comp)
           
 boolean VariablesInfo.isEffective(Component comp)
           
 boolean Property.isEffective(Component comp)
           
 boolean HeaderInfo.isEffective(Component comp)
           
 boolean EventHandler.isEffective(Component comp)
           
 boolean ComponentInfo.isEffective(Component comp)
           
 boolean AttributesInfo.isEffective(Component comp)
           
 boolean ComponentDefinition.isInstance(Component comp)
          Returns whether a component belongs to this definition.
 Component NativeInfo.newInstance(Page page, Component parent)
           
 Component ComponentInfo.newInstance(Page page, Component parent)
          Creates an component based on this info (never null).
 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 fasle.
 Composer ComponentInfo.resolveComposer(Page page, Component comp)
          Returns the composer for this info, or nuull if not available.
 ForEach ComponentInfo.resolveForEach(Page page, Component comp)
          Returns the forEach object if the forEach attribute is defined (or ComponentInfo.setForEach(java.lang.String, java.lang.String, java.lang.String) is called).
 java.lang.Class ComponentInfo.resolveImplementationClass(Page page, Component parent)
          Resolves and returns the class for the component represented by this info (never null).
 java.lang.Object ZkInfo.resolveSwitch(Page page, Component comp)
          Returns the switch condition's value; evaluate EL expression if any.
 

Uses of Component in org.zkoss.zk.ui.metainfo.impl
 

Methods in org.zkoss.zk.ui.metainfo.impl that return Component
 Component ComponentDefinitionImpl.newInstance(java.lang.Class cls)
           
 Component ComponentDefinitionImpl.newInstance(Page page, java.lang.String clsnm)
           
 

Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type Component
 void AnnotationHelper.applyAnnotations(Component comp, java.lang.String propName, boolean clear)
          Applies the annotations defined in this helper to the specified component.
 void ComponentDefinitionImpl.applyProperties(Component comp)
           
 java.util.Map ComponentDefinitionImpl.evalProperties(java.util.Map propmap, Page owner, Component parent)
           
 boolean ComponentDefinitionImpl.isInstance(Component comp)
           
 

Uses of Component in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return Component
 Component[] UiEngine.createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, java.util.Map arg)
          Creates components from the specified page and definition.
 Component EventProcessingThread.getComponent()
          Returns the component being processed by this thread, or null if idle.
 Component PageCtrl.getDefaultParent()
          Deprecated. As of release 5.0.0, it is removed to simplify ZK.
 Component Visualizer.getOwner()
          Returns the owner component for this execution, or null if this execution is not owned by any component.
 Component PageCtrl.getOwner()
          Returns the owner of this page, or null if it is not owned by any component.
 Component UiFactory.newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)
          Creates and initializes a component based on the specified ComponentDefinition.
 Component UiFactory.newComponent(Page page, Component parent, ComponentInfo compInfo)
          Creates and initializes a component based on the specified ComponentInfo.
 Component UiEngine.setOwner(Component comp)
          Called before a component redraws itself if the component might include another page.
 

Methods in org.zkoss.zk.ui.sys with parameters of type Component
 void DesktopCtrl.addComponent(Component comp)
          Adds a component to this page.
 void PageCtrl.addDeferredZScript(Component parent, ZScript zscript)
          Adds a deferred zscript.
 void UiEngine.addInvalidate(Component comp)
          Invalidates a component to cause redrawing.
 void UiEngine.addMoved(Component comp, Component oldparent, Page oldpg, Page newpg)
          Called to update (redraw) a component, when a component is moved.
 void UiEngine.addSmartUpdate(Component comp, java.lang.String attr, java.lang.Object value)
          Smart updates an attribute of a component.
 void UiEngine.addUuidChanged(Component comp, boolean addOnlyMoved)
          Called before changing the component's UUID.
 void DesktopCtrl.afterComponentAttached(Component comp, Page page)
          Invokes UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page).
 void DesktopCtrl.afterComponentDetached(Component comp, Page prevpage)
          Invokes UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page).
 void DesktopCtrl.afterComponentMoved(Component parent, Component child, Component prevparent)
          Invokes UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component).
static void ComponentsCtrl.applyForward(Component comp, java.lang.String forward)
          Applies the forward condition to the specified component.
 void ComponentCtrl.beforeChildAdded(Component child, Component insertBefore)
          Called before adding a child.
 void ComponentCtrl.beforeChildRemoved(Component child)
          Called before removing a child.
 void ComponentCtrl.beforeParentChanged(Component parent)
          Called before changing the parent.
 Component[] UiEngine.createComponents(Execution exec, PageDefinition pagedef, Page page, Component parent, java.util.Map arg)
          Creates components from the specified page and definition.
 boolean UiEngine.disableClientUpdate(Component comp, boolean disable)
          Sets whether to disable the update of the client widget.
 java.lang.String UiEngine.getNativeContent(Component comp, java.util.List children, Native.Helper helper)
          Retrieve the native content for a property of the specified component.
 boolean UiEngine.isInvalidated(Component comp)
          Returns if this component needs to be redrawn.
 Component UiFactory.newComponent(Page page, Component parent, ComponentDefinition compdef, java.lang.String clsnm)
          Creates and initializes a component based on the specified ComponentDefinition.
 Component UiFactory.newComponent(Page page, Component parent, ComponentInfo compInfo)
          Creates and initializes a component based on the specified ComponentInfo.
 java.lang.String IdGenerator.nextComponentUuid(Desktop desktop, Component comp)
          Returns the next component UUID for the specified component, or null to generate the default UUID.
 void ComponentCtrl.onChildAdded(Component child)
          Called when a child is added.
 void ComponentCtrl.onChildRemoved(Component child)
          Called when a child is removed.
 void DesktopCtrl.onPiggybackListened(Component comp, boolean listen)
          Called when a component added or removed a listener for Events.ON_PIGGYBACK.
static void HtmlPageRenders.outStandalone(Execution exec, Component comp, java.io.Writer out)
          Generates the content of a standalone componnent that the peer widget is not a child of the page widget at the client.
static java.lang.String ComponentsCtrl.parseClientScript(Component comp, java.lang.String script)
          Deprecated. As of release 5.0.0, use the script component instead.
static java.lang.Object[] ComponentsCtrl.parseEventExpression(Component comp, java.lang.String evtexpr, Component defaultComp, boolean deferred)
          Pares the event expression.
 void DesktopCtrl.removeComponent(Component comp)
          Removes a component to this page.
 void EventProcessingThread.sendEvent(Component comp, Event event)
          Sends the specified component and event and processes the event synchronously.
 void PageCtrl.setDefaultParent(Component comp)
          Deprecated. As of release 5.0.0, it is removed to simplify ZK.
 Component UiEngine.setOwner(Component comp)
          Called before a component redraws itself if the component might include another page.
 void PageCtrl.setOwner(Component comp)
          Sets the owner of this page.
 

Uses of Component in org.zkoss.zk.ui.util
 

Fields in org.zkoss.zk.ui.util declared as Component
protected  Component GenericAutowireComposer.self
          Implicit Object; the applied component itself.
 

Methods in org.zkoss.zk.ui.util with parameters of type Component
 void UiLifeCycle.afterComponentAttached(Component comp, Page page)
          Called after a component is attached to a page.
 void Configuration.afterComponentAttached(Component comp, Page page)
          Invokes UiLifeCycle.afterComponentAttached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page) when a component is attached to a page.
 void UiLifeCycle.afterComponentDetached(Component comp, Page prevpage)
          Called after a component is detached from a page.
 void Configuration.afterComponentDetached(Component comp, Page prevpage)
          Invokes UiLifeCycle.afterComponentDetached(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Page) when a component is detached from a page.
 void UiLifeCycle.afterComponentMoved(Component parent, Component child, Component prevparent)
          Called after the parent/children relation is changed.
 void Configuration.afterComponentMoved(Component parent, Component child, Component prevparent)
          Invokes UiLifeCycle.afterComponentMoved(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.Component) when a component is moved (aka., page changed).
static void Clients.clearBusy(Component comp)
          Clears the busy message at the browser that covers only the specified component.
static void Clients.clearWrongValue(Component comp)
          Closes the error message of the specified component, if any, at the browser.
static void Clients.clearWrongValue(Component[] comps)
          Closes the error message of the specified components, if any, at the browser.
static void Clients.closeErrorBox(Component comp)
          Deprecated. As of release 5.0.0, replaced with Clients.clearWrongValue(Component).
static void Clients.closeErrorBox(Component[] comps)
          Deprecated. As of release 5.0.0, replaced with Clients.clearWrongValue(Component[]).
 void GenericComposer.didActivate(Component comp)
          Deprecated. As of release 5.0.0, it is meaningless for GenericComposer to implement ComponentActivationListener.

Implementation Note: GenericComposer itself is serializable, so it is preserved after serialization.

 void GenericAutowireComposer.didActivate(Component comp)
           
 void ComponentActivationListener.didActivate(Component comp)
          Called when a session has just been activated (and its value has been deserialized).
 void ComponentSerializationListener.didDeserialize(Component comp)
          Called when a component has de-serialized this object back.
 void GenericForwardComposer.doAfterCompose(Component comp)
          Auto forward events and wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
 void GenericComposer.doAfterCompose(Component comp)
          Registers onXxx events to the supervised component; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
 void GenericAutowireComposer.doAfterCompose(Component comp)
          Auto wire accessible variables of the specified component into a controller Java object; a subclass that override this method should remember to call super.doAfterCompose(comp) or it will not work.
 void Composer.doAfterCompose(Component comp)
          Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
 void InitiatorExt.doAfterCompose(Page page, Component[] comps)
          Called after all components are created (aka., composed), and before any event is processed.
 void Composition.doAfterCompose(Page page, Component[] comps)
           
 ComponentInfo GenericComposer.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
           
 ComponentInfo ComposerExt.doBeforeCompose(Page page, Component parent, ComponentInfo compInfo)
          Invokes before composing a component.
 void GenericComposer.doBeforeComposeChildren(Component comp)
           
 void ComposerExt.doBeforeComposeChildren(Component comp)
          Invokes after the component is instantiated and initialized, but before composing any child.
static ForEach ForEachImpl.getInstance(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)
          Returns an instance that represents the iterator for the specified collection.
static ForEach ForEachImpl.getInstance(EvaluatorRef evalr, Component comp, 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.
 void Configuration.invokeEventThreadCompletes(java.util.List cleanups, Component comp, Event evt, java.util.List errs, boolean silent)
          Invoke EventThreadCleanup.complete(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadCleanups(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List, boolean).
 boolean Configuration.invokeEventThreadInits(java.util.List inits, Component comp, Event evt)
          Invokes EventThreadInit.init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 void Configuration.invokeEventThreadResumeAborts(Component comp, Event evt)
          Invokes EventThreadResume.abortResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeEventThreadResumes(java.util.List resumes, Component comp, Event evt)
          Invokes EventThreadResume.afterResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadResumes(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 void Configuration.invokeEventThreadSuspends(java.util.List suspends, Component comp, Event evt)
          Invokes EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 boolean Condition.isEffective(Component comp)
          Used to evaluate whether it is effective.
 boolean ConditionImpl.isEffective(Evaluator eval, Component comp)
          Used to evaluate whether it is effective.
 java.util.List Configuration.newEventThreadCleanups(Component comp, Event evt, java.util.List errs, boolean silent)
          Invokes EventThreadCleanup.cleanup(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.util.List) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List Configuration.newEventThreadInits(Component comp, Event evt)
          Constructs a list of EventThreadInit instances and invokes EventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List Configuration.newEventThreadResumes(Component comp, Event evt)
          Constructs a list of EventThreadResume instances and invokes EventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List Configuration.newEventThreadSuspends(Component comp, Event evt, java.lang.Object obj)
          Constructs a list of EventThreadSuspend instances and invokes EventThreadSuspend.beforeSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
static void Clients.scrollIntoView(Component cmp)
          Scrolls the ancestor elements to make the specified element visible.
static void Clients.showBusy(Component comp, java.lang.String msg)
          Shows the busy message at the browser that covers only the specified component.
static void Clients.submitForm(Component form)
          Submits the form with the specified form.
 java.lang.Object GenericAutowireComposer.willClone(Component comp)
          Internal use only.
 java.lang.Object ComponentCloneListener.willClone(Component comp)
          Called when a component is going to be cloned.
 void GenericComposer.willPassivate(Component comp)
          Called when the component is going to passivate this object.
 void ComponentActivationListener.willPassivate(Component comp)
          Called when a session is about to be passivated (and then serialize its value).
 void ComponentSerializationListener.willSerialize(Component comp)
          Called when a component is going to serialize this object.
static void Clients.wrongValue(Component comp, java.lang.String msg)
          Shows an error message for the specified component, if any, at the browser.
 

Constructors in org.zkoss.zk.ui.util with parameters of type Component
ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)
          Constructor.
ForEachImpl(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Constructor.
 

Uses of Component in org.zkoss.zk.xel
 

Methods in org.zkoss.zk.xel with parameters of type Component
 java.lang.Object Evaluator.evaluate(Component comp, Expression expression)
          Evaluates the expression.
static java.lang.Object Evaluators.evaluate(Evaluator eval, Component comp, java.lang.String expr, java.lang.Class expectedClass)
          Evaluates the specified expression (which might or might not contain ${).
 java.lang.Object ExValue.getValue(Evaluator eval, Component comp)
          Returns the value after evaluation.
 

Uses of Component in org.zkoss.zk.xel.impl
 

Methods in org.zkoss.zk.xel.impl with parameters of type Component
 java.lang.Object SimpleEvaluator.evaluate(Component comp, Expression expression)
           
static java.lang.Object Utils.evaluateComposite(Evaluator eval, Component comp, java.lang.Object expr)
          Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a component.
 

Uses of Component in org.zkoss.zkex.zul
 

Classes in org.zkoss.zkex.zul that implement Component
 class Colorbox
          A Colorbox used to retrieve an input that the user can select a color.
 class Columnchildren
          The column of Columnlayout.
 class Columnlayout
          A columnlayout lays out a container which can have multiple columns, and each column may contain one or more panel.
 class Fisheye
          A fisheye item.
 class Fisheyebar
          A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
 class Jasperreport
          The JasperReport component.
 

Methods in org.zkoss.zkex.zul with parameters of type Component
 void Fisheyebar.beforeChildAdded(Component child, Component refChild)
           
 void Columnlayout.beforeChildAdded(Component child, Component refChild)
           
 void Columnchildren.beforeChildAdded(Component child, Component refChild)
           
 void Fisheye.beforeParentChanged(Component parent)
           
 void Columnchildren.beforeParentChanged(Component parent)
           
 

Uses of Component in org.zkoss.zkex.zul.api
 

Subinterfaces of Component in org.zkoss.zkex.zul.api
 interface Colorbox
          A Colorbox.
 interface Columnchildren
          The column of Columnlayout.
 interface Columnlayout
          A columnlayout lays out a container which can have multiple columns, and each column may contain one or more panel.
 interface Fisheye
          A fisheye item.
 interface Fisheyebar
          A fisheye bar is a bar of Fisheye that is a menu similar to the fish eye menu on the Mac OS.
 interface Jasperreport
          The JasperReport component.
 

Uses of Component in org.zkoss.zkmax.ui.event
 

Constructors in org.zkoss.zkmax.ui.event with parameters of type Component
PortalMoveEvent(java.lang.String evtnm, Component target, Portalchildren from, Portalchildren to, Panel dragged, int droppedIndex)
          Constructs a ColumnMoved event.
 

Uses of Component in org.zkoss.zkmax.zul
 

Classes in org.zkoss.zkmax.zul that implement Component
 class Portalchildren
          The column of Portallayout.
 class Portallayout
          A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
 class Tablechildren
          The cell of Tablelayout.
 class Tablelayout
          Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
 

Methods in org.zkoss.zkmax.zul with parameters of type Component
 void Tablelayout.beforeChildAdded(Component child, Component refChild)
           
 void Tablechildren.beforeChildAdded(Component child, Component refChild)
           
 void Portallayout.beforeChildAdded(Component child, Component refChild)
           
 void Portalchildren.beforeChildAdded(Component child, Component refChild)
           
 void Tablechildren.beforeParentChanged(Component parent)
           
 void Portalchildren.beforeParentChanged(Component parent)
           
 

Uses of Component in org.zkoss.zkmax.zul.api
 

Subinterfaces of Component in org.zkoss.zkmax.zul.api
 interface Portalchildren
          The column of Portallayout.
 interface Portallayout
          A portal layout lays out a container which can have multiple columns, and each column may contain one or more panel.
 interface Tablechildren
          The cell of Tablelayout.
 interface Tablelayout
          Tablelayout lay outs a container as an HTML table whose columns can be specified, and rowspan and colspan of its child can also be specified to create complex layouts within the table.
 

Uses of Component in org.zkoss.zkmax.zul.impl
 

Methods in org.zkoss.zkmax.zul.impl with parameters of type Component
 void LiveListboxDataLoader.init(Component owner, int offset, int limit)
           
 void LiveGridDataLoader.init(Component owner, int offset, int limit)
           
 

Uses of Component in org.zkoss.zkplus.acegi
 

Methods in org.zkoss.zkplus.acegi with parameters of type Component
 void AcegiSecurityContextListener.abortResume(Component comp, Event evt)
           
 void AcegiSecurityContextListener.afterResume(Component comp, Event evt)
           
 void AcegiSecurityContextListener.beforeResume(Component comp, Event evt)
           
 void AcegiSecurityContextListener.cleanup(Component comp, Event evt, java.util.List errs)
           
 void AcegiSecurityContextListener.complete(Component comp, Event evt)
           
 boolean AcegiSecurityContextListener.init(Component comp, Event evt)
           
 void AcegiSecurityContextListener.prepare(Component comp, Event evt)
           
 

Uses of Component in org.zkoss.zkplus.databind
 

Methods in org.zkoss.zkplus.databind that return Component
 Component Binding.getComponent()
          Gets the associated Component of this Binding.
 Component CollectionItem.getComponentAtIndexByOwner(Component comp, int index)
           Returns the component by the index in the comp's children.
 Component CollectionItem.getComponentCollectionOwner(Component comp)
           Returns the component's owner.
 Component BindingSaveEvent.getReference()
          Gets the reference component that "trigger" sending of this event.
 

Methods in org.zkoss.zkplus.databind with parameters of type Component
 void DataBinder.addBinding(Component comp, java.lang.String attr, java.lang.String expr)
          Binding bean to UI component.
 void DataBinder.addBinding(Component comp, java.lang.String attr, java.lang.String expr, java.util.List loadWhenEvents, java.util.List saveWhenEvents, java.lang.String access, java.lang.String converter)
          Binding bean to UI component.
 void DataBinder.addBinding(Component comp, java.lang.String attr, java.lang.String expr, java.util.List loadWhenEvents, java.util.List saveWhenEvents, java.lang.String access, java.lang.String converter, java.util.Map args, java.util.List loadAfterEvents, java.util.List saveAfterEvents)
          Binding bean to UI component.
 void DataBinder.addBinding(Component comp, java.lang.String attr, java.lang.String expr, java.util.List loadWhenEvents, java.lang.String saveWhenEvent, java.lang.String access, java.lang.String converter)
          Binding bean to UI component.
 void DataBinder.addBinding(Component comp, java.lang.String attr, java.lang.String expr, java.lang.String[] loadWhenEvents, java.lang.String[] saveWhenEvents, java.lang.String access, java.lang.String converter)
          Binding bean to UI component.
 void DataBinder.addBinding(Component comp, java.lang.String attr, java.lang.String expr, java.lang.String[] loadWhenEvents, java.lang.String saveWhenEvent, java.lang.String access, java.lang.String converter)
          Binding bean to UI component.
 java.lang.Object TypeConverter.coerceToBean(java.lang.Object val, Component comp)
          Convert an value object to bean property type.
 java.lang.Object TabboxSelectedTabConverter.coerceToBean(java.lang.Object val, Component comp)
           
 java.lang.Object SelectedItemConverter.coerceToBean(java.lang.Object val, Component comp)
           
 java.lang.Object SelectedComboitemConverter.coerceToBean(java.lang.Object val, Component comp)
           
 java.lang.Object RadiogroupSelectedItemConverter.coerceToBean(java.lang.Object val, Component comp)
           
 java.lang.Object ListModelConverter.coerceToBean(java.lang.Object val, Component comp)
          Convert a BindingListModel to Set, Map, List, or BindingListModel (itself).
 java.lang.Object DateFormatConverter.coerceToBean(java.lang.Object val, Component comp)
           
 java.lang.Object TypeConverter.coerceToUi(java.lang.Object val, Component comp)
          Convert an value object to UI component attribute type.
 java.lang.Object TabboxSelectedTabConverter.coerceToUi(java.lang.Object val, Component comp)
           
 java.lang.Object SelectedItemConverter.coerceToUi(java.lang.Object val, Component comp)
           
 java.lang.Object SelectedComboitemConverter.coerceToUi(java.lang.Object val, Component comp)
           
 java.lang.Object RadiogroupSelectedItemConverter.coerceToUi(java.lang.Object val, Component comp)
           
 java.lang.Object ListModelConverter.coerceToUi(java.lang.Object val, Component comp)
          Convert a Set, Map, List, Object[], Enum, or other kind of BindingListModel to associated BindingListModel.
 java.lang.Object DateFormatConverter.coerceToUi(java.lang.Object val, Component comp)
          Depending whether the data is coming from the database or coming from the datebox we might be passed either a java.util.Date or a java.sql.Timestamp
 void AnnotateDataBinderInit.doAfterCompose(Page page, Component[] comps)
           
 boolean DataBinder.existBinding(Component comp, java.lang.String attr)
          Whether this component and attribute associated with a binding.
 boolean DataBinder.existsBindings(Component comp)
          Whether this component associated with any bindings.
 Binding DataBinder.getBinding(Component comp, java.lang.String attr)
          Given component and attr, return the associated Binding.
protected  CollectionItem DataBinder.getBindingCollectionItem(Component comp)
          Returns a CollectionItem by the comp accordingly.
 java.util.Collection DataBinder.getBindings(Component comp)
          Given component, return the associated list of Bindings.
 Component CollectionItem.getComponentAtIndexByOwner(Component comp, int index)
           Returns the component by the index in the comp's children.
 Component CollectionItem.getComponentCollectionOwner(Component comp)
           Returns the component's owner.
 java.util.List CollectionItemExt.getItems(Component owner)
           Returns all children items of the given Collection owner such as Grid.
 ListModel CollectionItem.getModelByOwner(Component comp)
           Returns the component model as ListModel
 void AnnotateDataBinder.init(Component[] comps, boolean defaultConfig)
          Initialization that read all binding annotations of the given component array.
 void AnnotateDataBinder.init(Component comp, boolean defaultConfig)
          Initialization that read all binding annotations in the components inside the specified component (inclusive).
 void Binding.loadAttribute(Component comp)
          load bean value into the attribute of the specified component.
 void Binding.loadAttribute(Component comp, java.lang.Object bean)
          load bean value into the attribute of the specified component.
 void DataBinder.loadAttribute(Component comp, java.lang.String attr)
          Load value from the data bean property to a specified attribute of the UI component.
 void DataBinder.loadComponent(Component comp)
          Load values from the data bean properties to all attributes of a specified UI component.
protected  java.lang.Object[] DataBinder.loadPropertyAnnotation(Component comp, java.lang.String propName, java.lang.String bindName)
           
 void DataBinder.removeBinding(Component comp, java.lang.String attr)
          Remove the binding associated with the attribute of the component.
 void Binding.saveAttribute(Component comp)
          save into bean value from the attribute of the specified component.
 void DataBinder.saveAttribute(Component comp, java.lang.String attr)
          Save value from a specified attribute of the UI component to a data bean property.
 void DataBinder.saveComponent(Component comp)
          Save values from all attributes of a specified UI component to data bean properties.
 void CollectionItem.setupBindingRenderer(Component comp, DataBinder binder)
           Sets the binding renderer for the template component such as Listitem or Row.
 void DataBinder.setupTemplateComponent(Component comp, java.lang.Object owner)
          Sets up the specified comp and its decendents to be as template (or not)
 

Constructors in org.zkoss.zkplus.databind with parameters of type Component
AnnotateDataBinder(Component comp)
          Constructor that read all binding annotations in the components inside the specified component (inclusive).
AnnotateDataBinder(Component[] comps)
          Constructor that read all binding annotations of the given components array.
AnnotateDataBinder(Component[] comps, boolean defaultConfig)
          Constructor that read all binding annotations of the given component array.
AnnotateDataBinder(Component comp, boolean defaultConfig)
          Constructor that read all binding annotations in the components inside the specified component (inclusive).
BindingSaveEvent(java.lang.String name, Component target, Component reference, Binding binding, java.lang.Object value)
          Constructs a binding-relevant event.
 

Uses of Component in org.zkoss.zkplus.hibernate
 

Methods in org.zkoss.zkplus.hibernate with parameters of type Component
 void HibernateSessionContextListener.abortResume(Component comp, Event evt)
           
 void HibernateSessionContextListener.afterResume(Component comp, Event evt)
           
 void HibernateSessionContextListener.beforeResume(Component comp, Event evt)
           
 boolean HibernateSessionContextListener.init(Component comp, Event evt)
           
 void HibernateSessionContextListener.prepare(Component comp, Event evt)
           
 

Uses of Component in org.zkoss.zkplus.spring
 

Methods in org.zkoss.zkplus.spring with parameters of type Component
 void SpringTransactionSynchronizationListener.abortResume(Component comp, Event evt)
           
 void SpringTransactionSynchronizationListener.afterResume(Component comp, Event evt)
           
 void SpringTransactionSynchronizationListener.beforeResume(Component comp, Event evt)
           
 void SpringTransactionSynchronizationListener.cleanup(Component comp, Event evt, java.util.List errs)
           
 void SpringTransactionSynchronizationListener.complete(Component comp, Event evt)
           
 boolean SpringTransactionSynchronizationListener.init(Component comp, Event evt)
           
 void SpringTransactionSynchronizationListener.prepare(Component comp, Event evt)
           
 

Uses of Component in org.zkoss.zkplus.util
 

Methods in org.zkoss.zkplus.util with parameters of type Component
 void ThreadLocalListener.abortResume(Component comp, Event evt)
           
 void ThreadLocalListener.afterResume(Component comp, Event evt)
           
 void ThreadLocalListener.beforeResume(Component comp, Event evt)
           
 void ThreadLocalListener.cleanup(Component comp, Event evt, java.util.List errs)
           
 void ThreadLocalListener.complete(Component comp, Event evt)
           
 boolean ThreadLocalListener.init(Component comp, Event evt)
           
 void ThreadLocalListener.prepare(Component comp, Event evt)
           
 

Uses of Component in org.zkoss.zml
 

Classes in org.zkoss.zml that implement Component
 class Transformer
          XML transformer.
 class XmlMacroComponent
          The implemetation of a macro component for XML output.
 class XmlNativeComponent
          A comonent used to represent XML elements that are associated with the inline namespace (http://www.zkoss.org/2005/zk/inline).
 

Methods in org.zkoss.zml that return Component
 Component XmlNativeComponent.XmlHelper.newNative(java.lang.String text)
           
 

Methods in org.zkoss.zml with parameters of type Component
 void XmlMacroComponent.setParent(Component parent)
          Changes the parent.
 

Uses of Component in org.zkoss.zul
 

Classes in org.zkoss.zul that implement Component
 class Applet
          A generic applet component.
 class Audio
          An audio clip.
 class Auxhead
          Used to define a collection of auxiliary headers (Auxheader).
 class Auxheader
          An auxiliary header.
 class Bandbox
          A band box.
 class Bandpopup
          The popup that belongs to a Bandbox instance.
 class Borderlayout
          A border layout is a layout container for arranging and resizing child components to fit in five regions: north, south, east, west, and center.
 class Box
          A box.
 class Button
          A button.
 class Calendar
          A calendar.
 class Captcha
          The generic captcha component.
 class Cell
          The generic cell component to be embedded into Row or Vbox or Hbox for fully control style and layout.
 class Chart
          The generic chart component.
 class Checkbox
          A checkbox.
 class Column
          A single column in a Columns element.
 class Columns
          Defines the columns of a grid.
 class Combobox
          A combobox.
 class Comboitem
          An item of a combo box.
 class Datebox
          An edit box for holding a date.
 class Decimalbox
          An edit box for holding BigDecimal.
 class Detail
          The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
 class Doublebox
          An edit box for holding an float point value (double).
 class East
          An east region of a border layout.
 class Fileupload
          A fileupload dialog used to let user upload a file.
 class Flash
          A generic flash component.
 class Flashchart
          The generic flash chart component.
 class Foot
          Defines a set of footers (Footer) for a grid (Grid).
 class Footer
          A column of the footer of a grid (Grid).
 class Frozen
          A frozen component to represent a frozen column or row in grid, like MS Excel.
 class Grid
          A grid is an element that contains both rows and columns elements.
 class Group
          Adds the ability for single level grouping to the Grid.
 class Groupbox
          Groups a set of child elements to have a visual effect.
 class Groupfoot
          Groupfoot serves as a summary row of group.
 class Hbox
          A hbox.
 class Image
          An image.
 class Imagemap
          An image map.
 class Include
          Includes the result generated by any servlet, not limited to a ZUML page.
 class Intbox
          An edit box for holding an integer.
 class LayoutRegion
          A layout region in a border layout.
 class Listbox
          A listbox.
 class Listcell
          A list cell.
 class Listfoot
          A row of Listfooter.
 class Listfooter
          A column of the footer of a list box (Listbox).
 class Listgroup
          Adds the ability for single level grouping to the Listbox.
 class Listgroupfoot
          Listgroupfoot serves as a summary listitem of listgroup.
 class Listhead
          A list headers used to define multi-columns and/or headers.
 class Listheader
          The list header which defines the attributes and header of a column of a list box.
 class Listitem
          A list item.
 class Longbox
          An edit box for holding an integer.
 class Menubar
          A container that usually contains menu elements.
 class Menuitem
          A single choice in a Menupopup element.
 class Menupopup
          A container used to display menus.
 class Menuseparator
          Used to create a separator between menu items.
 class North
          A north region of a border layout.
 class Paging
          Paging of long content.
 class Panel
          Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 class Panelchildren
          Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
 class Popup
          A container that is displayed as a popup.
 class Progressmeter
          A progress meter is a bar that indicates how much of a task has been completed.
 class Radio
          A radio button.
 class Radiogroup
          A radio group.
 class Row
          A single row in a Rows element.
 class Rows
          Defines the rows of a grid.
 class Separator
          A separator.
 class Slider
          A slider.
 class South
          A south region of a border layout.
 class Space
          Space is a Separator with the orient default to "vertical".
 class Spinner
          An edit box for holding a constrained integer.
 class Splitter
          An element which should appear before or after an element inside a box (Box, Vbox and Hbox).
 class Tab
          A tab.
 class Tabbox
          A tabbox.
 class Tabpanel
          A tab panel.
 class Tabpanels
          A collection of tab panels.
 class Tabs
          A collection of tabs (Tab).
 class Textbox
          A textbox.
 class Timebox
          An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
 class Timer
          Fires one or more Event after a specified delay.
 class Toolbar
          A toolbar.
 class Toolbarbutton
          A toolbar button.
 class Tree
          A container which can be used to hold a tabular or hierarchical set of rows of elements.
 class Treecell
          A treecell.
 class Treechildren
          A treechildren.
 class Treecol
          A treecol.
 class Treecols
          A treecols.
 class Treefoot
          A row of Treefooter.
 class Treefooter
          A column of the footer of a tree (Tree).
 class Treeitem
          A treeitem.
 class Treerow
          A treerow.
 class Vbox
          A vbox.
 class West
          A west region of a border layout.
 class Window
          A window.
 

Methods in org.zkoss.zul that return Component
 Component Grid.getCell(int row, int col)
          Returns the specified cell, or null if not available.
protected  Component Tree.getChildByNode(java.lang.Object node)
          Return the Tree or Treeitem component by a given associated node in model.
 Component Treechildren.ExtraCtrl.getCropOwner()
           
 Component Rows.ExtraCtrl.getCropOwner()
           
 Component Listbox.ExtraCtrl.getCropOwner()
           
 Component RowRendererExt.newCell(Row row)
          Create a component as the first cell of the row.
 

Methods in org.zkoss.zul with parameters of type Component
protected  void Listitem.addMoved(Component oldparent, Page oldpg, Page newpg)
           
protected  void Rows.afterInsert(Component comp)
          Callback if a child has been inserted.
protected  void Listbox.afterInsert(Component comp)
          Callback if a list item has been inserted.
 void Window.beforeChildAdded(Component child, Component refChild)
           
 void Treerow.beforeChildAdded(Component child, Component refChild)
           
 void Treeitem.beforeChildAdded(Component child, Component refChild)
           
 void Treefoot.beforeChildAdded(Component child, Component refChild)
           
 void Treecols.beforeChildAdded(Component child, Component refChild)
           
 void Treechildren.beforeChildAdded(Component child, Component refChild)
           
 void Tree.beforeChildAdded(Component newChild, Component refChild)
           
 void Tabs.beforeChildAdded(Component child, Component refChild)
           
 void Tabpanels.beforeChildAdded(Component child, Component refChild)
           
 void Tabbox.beforeChildAdded(Component child, Component refChild)
           
 void Rows.beforeChildAdded(Component child, Component refChild)
           
 void Row.beforeChildAdded(Component newChild, Component refChild)
           
 void Panel.beforeChildAdded(Component newChild, Component refChild)
           
 void Menupopup.beforeChildAdded(Component child, Component refChild)
           
 void Menubar.beforeChildAdded(Component child, Component refChild)
           
 void Menu.beforeChildAdded(Component child, Component refChild)
           
 void Listitem.beforeChildAdded(Component child, Component refChild)
           
 void Listhead.beforeChildAdded(Component child, Component refChild)
           
 void Listfoot.beforeChildAdded(Component child, Component refChild)
           
 void Listbox.beforeChildAdded(Component newChild, Component refChild)
           
 void LayoutRegion.beforeChildAdded(Component child, Component refChild)
           
 void Imagemap.beforeChildAdded(Component newChild, Component refChild)
           
 void Groupbox.beforeChildAdded(Component child, Component refChild)
           
 void Grid.beforeChildAdded(Component newChild, Component refChild)
           
 void Foot.beforeChildAdded(Component child, Component refChild)
           
 void Combobox.beforeChildAdded(Component newChild, Component refChild)
           
 void Columns.beforeChildAdded(Component child, Component refChild)
           
 void Borderlayout.beforeChildAdded(Component child, Component refChild)
           
 void Bandbox.beforeChildAdded(Component newChild, Component refChild)
           
 void Auxhead.beforeChildAdded(Component child, Component refChild)
           
 void Treerow.beforeParentChanged(Component parent)
           
 void Treeitem.beforeParentChanged(Component parent)
           
 void Treefooter.beforeParentChanged(Component parent)
           
 void Treefoot.beforeParentChanged(Component parent)
           
 void Treecols.beforeParentChanged(Component parent)
           
 void Treecol.beforeParentChanged(Component parent)
           
 void Treechildren.beforeParentChanged(Component parent)
           
 void Treecell.beforeParentChanged(Component parent)
           
 void Tabs.beforeParentChanged(Component parent)
           
 void Tabpanels.beforeParentChanged(Component parent)
           
 void Tabpanel.beforeParentChanged(Component parent)
           
 void Tab.beforeParentChanged(Component parent)
           
 void Splitter.beforeParentChanged(Component parent)
           
 void Rows.beforeParentChanged(Component parent)
           
 void Row.beforeParentChanged(Component parent)
           
 void Panelchildren.beforeParentChanged(Component parent)
           
 void Menuitem.beforeParentChanged(Component parent)
           
 void Menu.beforeParentChanged(Component parent)
           
 void Listitem.beforeParentChanged(Component parent)
           
 void Listheader.beforeParentChanged(Component parent)
           
 void Listhead.beforeParentChanged(Component parent)
           
 void Listfooter.beforeParentChanged(Component parent)
           
 void Listfoot.beforeParentChanged(Component parent)
           
 void Listcell.beforeParentChanged(Component parent)
           
 void LayoutRegion.beforeParentChanged(Component parent)
           
 void Footer.beforeParentChanged(Component parent)
           
 void Foot.beforeParentChanged(Component parent)
           
 void Detail.beforeParentChanged(Component parent)
           
 void Comboitem.beforeParentChanged(Component parent)
           
 void Columns.beforeParentChanged(Component parent)
           
 void Column.beforeParentChanged(Component parent)
           
 void Caption.beforeParentChanged(Component parent)
           
 void Bandpopup.beforeParentChanged(Component parent)
           
 void Auxheader.beforeParentChanged(Component parent)
           
 void Area.beforeParentChanged(Component parent)
           
protected  void Rows.beforeRemove(Component comp)
          Callback if a child will be removed (not removed yet).
protected  void Listbox.beforeRemove(Component comp)
          Callback if a list item will be removed (not removed yet).
 java.lang.String SimpleConstraint.getErrorMessage(Component comp)
          Returns the custom error message that shall be shown if an error occurs, or null if no custom error message specified.
 boolean Window.insertBefore(Component child, Component refChild)
           
 boolean Treeitem.insertBefore(Component child, Component refChild)
           
 boolean Tree.insertBefore(Component newChild, Component refChild)
           
 boolean Tabs.insertBefore(Component child, Component refChild)
           
 boolean Tabbox.insertBefore(Component child, Component refChild)
           
 boolean Rows.insertBefore(Component child, Component refChild)
           
 boolean Row.insertBefore(Component newChild, Component refChild)
           
 boolean Panel.insertBefore(Component newChild, Component refChild)
           
 boolean Menu.insertBefore(Component child, Component refChild)
           
 boolean Listbox.insertBefore(Component newChild, Component refChild)
           
 boolean Groupbox.insertBefore(Component child, Component refChild)
           
 boolean Grid.insertBefore(Component newChild, Component refChild)
           
 boolean Borderlayout.insertBefore(Component child, Component refChild)
           
 boolean Bandbox.insertBefore(Component newChild, Component refChild)
           
 void Treeitem.onChildAdded(Component child)
           
 void Treechildren.onChildAdded(Component child)
           
 void Tree.onChildAdded(Component child)
           
 void Tabs.onChildAdded(Component child)
           
 void Combobox.onChildAdded(Component child)
           
 void Window.onChildRemoved(Component child)
           
 void Treeitem.onChildRemoved(Component child)
           
 void Treechildren.onChildRemoved(Component child)
           
 void Tree.onChildRemoved(Component child)
           
 void Tabs.onChildRemoved(Component child)
           
 void Tabbox.onChildRemoved(Component child)
           
 void Row.onChildRemoved(Component child)
           
 void Panel.onChildRemoved(Component child)
           
 void Menu.onChildRemoved(Component child)
           
 void Groupbox.onChildRemoved(Component child)
           
 void Combobox.onChildRemoved(Component child)
           
 void Borderlayout.onChildRemoved(Component child)
           
 void Bandbox.onChildRemoved(Component child)
           
 void Popup.open(Component ref)
          Opens this popup right below the specified component at the client.
 void Popup.open(Component ref, java.lang.String position)
          Opens this popup right below the specified component at the client.
 boolean Rows.removeChild(Component child)
          If the child is a group, its groupfoot will be removed at the same time.
 boolean Listbox.removeChild(Component child)
          If the child is a listgroup, its listgroupfoot will be removed at the same time.
 boolean Grid.removeChild(Component child)
           
 void Treeitem.setParent(Component parent)
           
 void Treechildren.setParent(Component parent)
           
 void Radio.setParent(Component parent)
           
 void CustomConstraint.showCustomError(Component comp, WrongValueException ex)
          To display the error message in a custom way.
 void SimpleSpinnerConstraint.validate(Component comp, java.lang.Object value)
           
 void SimpleDateConstraint.validate(Component comp, java.lang.Object value)
           
 void SimpleConstraint.validate(Component comp, java.lang.Object value)
           
 void Constraint.validate(Component comp, java.lang.Object value)
          Verifies whether the value is acceptable.
 

Constructors in org.zkoss.zul with parameters of type Component
Box(Component[] children)
          Constructor a box by assigning an array of children.
Box(java.lang.String orient, Component[] children)
          Constructor a box by assigning an array of children.
Hbox(Component[] children)
          Constructor a horizontal box by assigning an array of children.
Vbox(Component[] children)
          Constructor a vertical box by assigning an array of children.
 

Uses of Component in org.zkoss.zul.api
 

Subinterfaces of Component in org.zkoss.zul.api
 interface A
          The same as HTML A tag.
 interface Applet
          A generic applet component.
 interface Audio
          An audio clip.
 interface Auxhead
          Used to define a collection of auxiliary headers (Auxheader).
 interface Auxheader
          An auxiliary header.
 interface Bandbox
          A band box.
 interface Bandpopup
          The popup that belongs to a Bandbox instance.
 interface Borderlayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
 interface Box
          A box.
 interface Button
          A button.
 interface Calendar
          A calendar.
 interface Captcha
          The generic captcha component.
 interface Caption
          A header for a Groupbox.
 interface Cell
          The generic cell component to be embedded into Row or Vbox or Hbox for fully control style and layout .
 interface Center
          A center region of a border layout.
 interface Chart
          The generic chart component.
 interface Checkbox
          A checkbox.
 interface Column
          A single column in a Columns element.
 interface Columns
          Defines the columns of a grid.
 interface Combobox
          A combo box.
 interface Comboitem
          An item of a combo box.
 interface Datebox
          An edit box for holding a date.
 interface Decimalbox
          An edit box for holding BigDecimal.
 interface Detail
          The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
 interface Div
          The same as HTML DIV tag.
 interface Doublebox
          An edit box for holding an float point value (double).
 interface East
          An east region of a border layout.
 interface Fileupload
          A fileupload dialog used to let user upload a file.
 interface Flash
          A generic flash component.
 interface Flashchart
          A generic flashchart component.
 interface Foot
          Defines a set of footers (Footer) for a grid (Grid).
 interface Footer
          A column of the footer of a grid (Grid).
 interface Frozen
          A frozen component to represent a frozen column or row in grid, like MS Excel.
 interface Grid
          A grid is an element that contains both rows and columns elements.
 interface Group
          Adds the ability for single level grouping to the Grid.
 interface Groupbox
          Groups a set of child elements to have a visual effect.
 interface Groupfoot
          GroupFoot serves as a summary row of group.
 interface Hbox
          A hbox.
 interface Html
          A comonent used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
 interface Iframe
          Includes an inline frame.
 interface Image
          An image.
 interface Imagemap
          An image map.
 interface Include
          Includes the result generated by any servlet, not limited to a ZUML page.
 interface Intbox
          An edit box for holding an integer.
 interface Label
          A label.
 interface LayoutRegion
          A layout region in a border layout.
 interface Listbox
          A listbox.
 interface Listcell
          A list cell.
 interface Listfoot
          A row of Listfooter.
 interface Listfooter
          A column of the footer of a list box (Listbox).
 interface Listgroup
          Adds the ability for single level grouping to the Listbox.
 interface Listgroupfoot
          GroupFooter serves as a summary listitem of listgroup.
 interface Listhead
          A list headers used to define multi-columns and/or headers.
 interface Listheader
          The list header which defines the attributes and header of a columen of a list box.
 interface Listitem
          A list item.
 interface Longbox
          An edit box for holding an integer.
 interface Menu
          An element, much like a button, that is placed on a menu bar.
 interface Menubar
          A container that usually contains menu elements.
 interface Menuitem
          A single choice in a Menupopup element.
 interface Menupopup
          A container used to display menus.
 interface Menuseparator
          Used to create a separator between menu items.
 interface North
          A north region of a border layout.
 interface Paging
          Paging of long content.
 interface Panel
          Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 interface Panelchildren
          Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
 interface Popup
          A container that is displayed as a popup.
 interface Progressmeter
          A progress meter is a bar that indicates how much of a task has been completed.
 interface Radio
          A radio button.
 interface Radiogroup
          A radio group.
 interface Row
          A single row in a Rows element.
 interface Rows
          Defines the rows of a grid.
 interface Separator
          A separator.
 interface Slider
          A slider.
 interface South
          A south region of a border layout.
 interface Space
          Space is a Separator with the orient default to "vertical".
 interface Span
          The same as HTML SPAN tag.
 interface Spinner
          An edit box for holding a constrained integer.
 interface Splitter
          An element which should appear before or after an element inside a box ( Box, Vbox and Hbox).
 interface Tab
          A tab.
 interface Tabbox
          A tabbox.
 interface Tabpanel
          A tab panel.
 interface Tabpanels
          A collection of tab panels.
 interface Tabs
          A collection of tabs (Tab).
 interface Textbox
          A textbox.
 interface Timebox
          An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
 interface Timer
          Fires one or more Event after a specified delay.
 interface Toolbar
          A toolbar.
 interface Toolbarbutton
          A toolbar button.
 interface Tree
          A container which can be used to hold a tabular or hierarchical set of rows of elements.
 interface Treecell
          A treecell.
 interface Treechildren
          A treechildren.
 interface Treecol
          A treecol.
 interface Treecols
          A treecols.
 interface Treefoot
          A row of Treefooter.
 interface Treefooter
          A column of the footer of a tree (Tree).
 interface Treeitem
          A treeitem.
 interface Treerow
          A treerow.
 interface Vbox
          A vbox.
 interface West
          A west region of a border layout.
 interface Window
          A window.
 

Methods in org.zkoss.zul.api that return Component
 Component Grid.getCell(int row, int col)
          Returns the specified cell, or null if not available.
 

Methods in org.zkoss.zul.api with parameters of type Component
 void Popup.open(Component ref)
          Opens this popup right below the specified component at the cleint.
 void Popup.open(Component ref, java.lang.String position)
          Opens this popup right below the specified component at the client.
 

Uses of Component in org.zkoss.zul.event
 

Methods in org.zkoss.zul.event that return Component
 Component ColSizeEvent.getColumn()
          Returns the column whose width is changed.
 

Constructors in org.zkoss.zul.event with parameters of type Component
ColSizeEvent(java.lang.String evtnm, Component target, int icol, Component col, int keys)
          Constructs an instance of ColSizeEvent.
ColSizeEvent(java.lang.String evtnm, Component target, int icol, Component col, java.lang.String width, int keys)
          Constructs an instance of ColSizeEvent.
DataLoadingEvent(java.lang.String name, Component comp, int offset, int limit)
           
PageSizeEvent(java.lang.String name, Component target, int pgsz)
          Construct a page size event.
PageSizeEvent(java.lang.String name, Component target, Pageable pageable, int pgsz)
          Construct a page size event that the target is different from the page controller.
PagingEvent(java.lang.String name, Component target, int actpg)
          Construct a paging event.
PagingEvent(java.lang.String name, Component target, Pageable pageable, int actpg)
          Construct a paging event that the target is different from the page controller.
RenderEvent(java.lang.String name, Component comp, java.util.Set items)
           
 

Uses of Component in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement Component
 class FileuploadDlg
          Used with Fileupload to implement the upload feature.
 class FormatInputElement
          A skeletal implementation for an input box with format.
 class HeaderElement
          A skeletal implementation for a header.
 class HeadersElement
          A skeletal implementation for headers, the parent of a group of HeaderElement.
 class InputElement
          A skeletal implementation of an input box.
 class LabelElement
          A XUL element with a label.
 class LabelImageElement
          A XUL element with a label (LabelElement.getLabel()) and an image (LabelImageElement.getImage()).
 class MessageboxDlg
          Used with Messagebox to implement a message box.
static class MessageboxDlg.Button
          Represents a button on the message box.
 class NumberInputElement
          A skeletal implementation for number-type input box.
 class XulElement
          The fundamental class for XUL elements.
 

Methods in org.zkoss.zul.impl that return Component
 Component ListboxDataLoader.getCropOwner()
           
 Component GridDataLoader.getCropOwner()
           
 Component ListboxDataLoader.getOwner()
           
 Component GridDataLoader.getOwner()
           
 Component DataLoader.getOwner()
          Returns the associated owner component of this DataLoader.
protected  Component GridDataLoader.newUnloadedItem(java.lang.Object renderer, int index)
          Creates a new and unloaded row.
 

Methods in org.zkoss.zul.impl with parameters of type Component
 void ListboxDataLoader.init(Component owner, int offset, int limit)
           
 void GridDataLoader.init(Component owner, int offset, int limit)
           
 void DataLoader.init(Component owner, int offset, int limit)
          Callback from the owner component and give a chance to initialize things.
 

Uses of Component in org.zkoss.zul.impl.api
 

Subinterfaces of Component in org.zkoss.zul.impl.api
 interface FormatInputElement
          A skeletal implementation for an input box with format.
 interface HeaderElement
          A skeletal implementation for a header.
 interface HeadersElement
          A skeletal implementation for headers, the parent of a group of HeaderElement.
 interface InputElement
          A skeletal implementation of an input box.
 interface LabelElement
          A XUL element with a label.
 interface LabelImageElement
          A XUL element with a label (LabelElement.getLabel()) and an image ( LabelImageElement.getImage()).
 interface NumberInputElement
          A skeletal implementation for number-type input box.
 interface XulElement
          The fundamental class for XUL elements.
 



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