Uses of Interface
org.apache.tapestry5.ClientBodyElement
Packages that use ClientBodyElement
Package
Description
Extra utility classes used to support Ajax interactions between the client and the browser.
The set of core components available in all Tapestry applications
[INTERNAL USE ONLY] AJAX support services; API subject to change
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 ClientBodyElementModifier and TypeMethodDescriptionMultiZoneUpdate.add
(ClientBodyElement zone) Deprecated.Adds the zone (represented by theClientBodyElement
) to the update.Constructors in org.apache.tapestry5.ajax with parameters of type ClientBodyElementModifierConstructorDescriptionDeprecated.Alternate constructor that takes a ClientBodyElement (typically, aZone
). -
Uses of ClientBodyElement in org.apache.tapestry5.corelib.components
Classes in org.apache.tapestry5.corelib.components that implement ClientBodyElementModifier and TypeClassDescriptionclass
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 -
Uses of ClientBodyElement in org.apache.tapestry5.services.ajax
Methods in org.apache.tapestry5.services.ajax with parameters of type ClientBodyElementModifier and TypeMethodDescriptionAjaxResponseRenderer.addRender
(ClientBodyElement zone) Queues an update to the zone, using the zone's body as the new content.