org.equanda.tapestry5.components
Class Zone

java.lang.Object
  extended by org.equanda.tapestry5.components.Zone
All Implemented Interfaces:
org.apache.tapestry5.ClientElement

@SupportsInformalParameters
public class Zone
extends Object
implements org.apache.tapestry5.ClientElement

...

Author:
Joachim Van der Auwera

Constructor Summary
Zone()
           
 
Method Summary
 org.apache.tapestry5.Block getBody()
          Returns the zone's body (the content enclosed by its start and end tags).
 String getClientId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zone

public Zone()
Method Detail

getClientId

public String getClientId()
Specified by:
getClientId in interface org.apache.tapestry5.ClientElement

getBody

public org.apache.tapestry5.Block getBody()
Returns the zone's body (the content enclosed by its start and end tags). This is often used as part of an Ajax partial page render to update the client with a fresh render of the content inside the zone.

Returns:
the zone's body as a Block


Copyright © 2007-2009. All Rights Reserved.