public class ZoneRefresh extends Object
This mixin periodically refreshs a @{link org.apache.tapestry5.corelib.components.Zone zone} by triggering an event on the server using ajax requests.
Note: This mixin is only meant for a @{link org.apache.tapestry5.corelib.components.Zone zone}Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
context | Object | prop | ||
Context passed to the event | ||||
period | int | Required | literal | |
Period between two consecutive refreshes (in seconds). If a new refresh occurs before the previous refresh has completed, it will be skipped. |
Copyright © 2003-2013 The Apache Software Foundation.