@SupportsInformalParameters @Events(value="progressiveDisplay") public class ProgressiveDisplay extends Object
EventConstants.PROGRESSIVE_DISPLAY
event to inform the container about the (optional)
event context. The event handler method may return a renderable object; if not then the component's body is rendered
as the partial markup response.Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
context | Object | prop | ||
If provided, this is the event context, which will be provided via the event. | ||||
initial | org. | block: | literal | |
The initial content to display until the real content arrives. Defaults to "Loading ..." and an Ajax activity icon. | ||||
update | String | literal | ||
Name of a function on the client-side Tapestry.ElementEffect object that is invoked after the elements's body content has been updated. If not specified, then the basic "highlight" method is used, which performs a classic "yellow fade" to indicate to the user that and update has taken place. |
Name | Description |
---|---|
progressiveDisplay |
Constructor and Description |
---|
ProgressiveDisplay() |
Modifier and Type | Method and Description |
---|---|
Block |
getBody()
Returns the body of the ProgressiveDisplay, which is sometimes (in the
context of a
AjaxResponseRenderer.addRender(org.apache.tapestry5.ClientBodyElement) partial page render})
the content to be included.
|
public ProgressiveDisplay()
public Block getBody()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.