Package org.apache.tapestry5
Interface ClientBodyElement
-
- All Superinterfaces:
ClientElement
- All Known Implementing Classes:
Zone
public interface ClientBodyElement extends ClientElement
ExtendsClientElement
with the concept of a body, a Block that can be rendered to provide the content within. The primary implementation of this is theZone
component, which exposes its client id and body for use withMultiZoneUpdate
.- Since:
- 5.2.3
- See Also:
MultiZoneUpdate.add(ClientBodyElement)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block
getBody()
-
Methods inherited from interface org.apache.tapestry5.ClientElement
getClientId
-
-