org.apache.tapestry5
Interface ClientBodyElement
- All Superinterfaces:
- ClientElement
- All Known Implementing Classes:
- Zone
public interface ClientBodyElement
- extends ClientElement
Extends ClientElement with the concept of a body, a Block that can be rendered to provide the content
within. The primary implementation of this is the Zone component, which exposes its client id and body for
use with MultiZoneUpdate.
- Since:
- 5.2.3
- See Also:
MultiZoneUpdate.add(ClientBodyElement)
getBody
Block getBody()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.