|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ajax.MultiZoneUpdate
AjaxResponseRenderer service instead of
returning an instance of MultiZoneUpdate
public class MultiZoneUpdate
A mapping from client-side zone ids to objects that can render the content for that zone on the client. An
event handler method may instantiate an instance and chain together a series of calls to add(String, Object)
, and return the final result.
| Constructor Summary | |
|---|---|
MultiZoneUpdate(ClientBodyElement zone)
Deprecated. Alternate constructor that takes a ClientBodyElement (typically, a Zone). |
|
MultiZoneUpdate(String zoneId,
Object renderer)
Deprecated. |
|
| Method Summary | |
|---|---|
MultiZoneUpdate |
add(ClientBodyElement zone)
Deprecated. Adds the zone (represented by the ClientBodyElement) to the update. |
MultiZoneUpdate |
add(String zoneId,
Object renderer)
Deprecated. Returns a new MultiZoneUpdate reflecting the mapping from the indicated zone to an object that will render the content for that zone. |
Map<String,Object> |
getZoneToRenderMap()
Deprecated. Returns a mapping from client zone id to renderer object for that zone. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiZoneUpdate(String zoneId,
Object renderer)
public MultiZoneUpdate(ClientBodyElement zone)
Zone).
| Method Detail |
|---|
public MultiZoneUpdate add(ClientBodyElement zone)
ClientBodyElement) to the update.
public MultiZoneUpdate add(String zoneId,
Object renderer)
zoneId - client id of zone to updaterenderer - object that can provide the content for the zone
public Map<String,Object> getZoneToRenderMap()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||