Uses of Class
org.apache.tapestry5.ajax.MultiZoneUpdate

Packages that use MultiZoneUpdate
org.apache.tapestry5.ajax Extra utility classes used to support Ajax interactions between the client and the browser. 
org.apache.tapestry5.services.ajax Utilities for handling Ajax-oriented requests, including partial render requests. 
 

Uses of MultiZoneUpdate in org.apache.tapestry5.ajax
 

Methods in org.apache.tapestry5.ajax that return MultiZoneUpdate
 MultiZoneUpdate MultiZoneUpdate.add(String zoneId, Object renderer)
          Returns a new MultiZoneUpdate reflecting the mapping from the indicated zone to an object that will render the content for that zone.
 

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

Methods in org.apache.tapestry5.services.ajax with parameters of type MultiZoneUpdate
 void MultiZoneUpdateEventResultProcessor.processResultValue(MultiZoneUpdate value)
           
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.