Uses of Interface
org.apache.tapestry5.ClientBodyElement

Packages that use ClientBodyElement
org.apache.tapestry5.ajax Extra utility classes used to support Ajax interactions between the client and the browser. 
org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applications 
org.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to change 
org.apache.tapestry5.services.ajax Utilities for handling Ajax-oriented requests, including partial render requests. 
 

Uses of ClientBodyElement in org.apache.tapestry5.ajax
 

Methods in org.apache.tapestry5.ajax with parameters of type ClientBodyElement
 MultiZoneUpdate MultiZoneUpdate.add(ClientBodyElement zone)
          Deprecated. Adds the zone (represented by the ClientBodyElement) to the update.
 

Constructors in org.apache.tapestry5.ajax with parameters of type ClientBodyElement
MultiZoneUpdate(ClientBodyElement zone)
          Deprecated. Alternate constructor that takes a ClientBodyElement (typically, a Zone).
 

Uses of ClientBodyElement in org.apache.tapestry5.corelib.components
 

Classes in org.apache.tapestry5.corelib.components that implement ClientBodyElement
 class Zone
          A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects.
 

Uses of ClientBodyElement in org.apache.tapestry5.internal.services.ajax
 

Methods in org.apache.tapestry5.internal.services.ajax with parameters of type ClientBodyElement
 AjaxResponseRenderer AjaxResponseRendererImpl.addRender(ClientBodyElement zone)
           
 

Uses of ClientBodyElement in org.apache.tapestry5.services.ajax
 

Methods in org.apache.tapestry5.services.ajax with parameters of type ClientBodyElement
 AjaxResponseRenderer AjaxResponseRenderer.addRender(ClientBodyElement zone)
          Queues an update to the zone, using the zone's body as the new content.
 



Copyright © 2003-2012 The Apache Software Foundation.