A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Z

ZeroNullFieldStrategy - Class in org.apache.tapestry5.internal
Treats nulls to or from the client as if they were 0's.
ZeroNullFieldStrategy() - Constructor for class org.apache.tapestry5.internal.ZeroNullFieldStrategy
 
zippedFlow(Map<A, B>) - Static method in class org.apache.tapestry5.func.F
Creates a ZippedFlow from the provided map; the order of the tuples in the ZippedFlow is defined by the iteration order of the map entries.
ZippedFlow<A,B> - Interface in org.apache.tapestry5.func
The result of the Flow.zipWith(Flow) method (or created from a Map via F.zippedFlow(Map)), a Flow of combined Tuple values (that can be deconstructed, eventually, using ZippedFlow.unzip()).
zipWith(Flow<X>) - Method in interface org.apache.tapestry5.func.Flow
Zips this Flow together with another flow to form a Flow of Tuples.
Zone - Class in org.apache.tapestry5.corelib.components
A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects.
Zone() - Constructor for class org.apache.tapestry5.corelib.components.Zone
 
ZONE_ID - Static variable in class org.apache.tapestry5.QueryParameterConstants
The client-side id of the element being updated in an Ajax request.
ZONE_SHOW_METHOD - Static variable in class org.apache.tapestry5.ComponentParameterConstants
The default name of a JS function attached to Tapestry.ElementEffect object to use for the initial visualization of a Zone.
ZONE_UPDATE_METHOD - Static variable in class org.apache.tapestry5.ComponentParameterConstants
The default name of a JS function attached to Tapestry.ElementEffect object to point out an update on a Zone.
ZoneRefresh - Class in org.apache.tapestry5.corelib.mixins
This mixin periodically refreshs a @{link org.apache.tapestry5.corelib.components.Zone zone} by triggering an event on the server using ajax requests.
ZoneRefresh() - Constructor for class org.apache.tapestry5.corelib.mixins.ZoneRefresh
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2003-2012 The Apache Software Foundation.