org.apache.tapestry5.corelib.base.AbstractComponentEventLink

Base class for link-generating components that are based on a component event request. Such events have an event context and may also update a org.apache.tapestry5.corelib.components.Zone.

[JavaDoc]

Component Inheritance

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
anchorStringNOT Allow NullliteralAn anchor value to append to the generated URL (the hash separator will be added automatically).
contextObjectNOT Allow NullpropThe context for the link (optional parameter). This list of values will be converted into strings and included in the URI. The strings will be coerced back to whatever their values are and made available to event handler methods.
disabledbooleanNOT Allow NullfalsepropIf true, then then no link element is rendered (and no informal parameters as well). The body is, however, still rendered.
zoneStringNOT Allow NullliteralBinding the zone parameter turns the link into a an Ajax control that causes the related zone to be updated.

Back to index