org.apache.tapestry5.corelib.mixins
Class ZoneRefresh
java.lang.Object
org.apache.tapestry5.corelib.mixins.ZoneRefresh
@Import(library="zone-refresh.js")
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}
- Parameters:
Name | Type | Flags | Default | Default Prefix | Since | Description |
---|
context | java.lang.Object | | | prop | | Context passed to the event |
period | int | Required | | literal | | Period between two consecutive refreshes (in seconds) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoneRefresh
public ZoneRefresh()
Copyright © 2003-2012 The Apache Software Foundation.