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.tapestry.corelib.components.Zone.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| anchor | String | literal | An anchor value to append to the generated URL (the hash separator will be added automatically). | ||
| context | java.util.List | prop | The 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. | ||
| disabled | boolean | false | prop | If true, then then no link element is rendered (and no informal parameters as well). The body is, however, still rendered. | |
| zone | String | literal | Binding the zone parameter turns the link into a an Ajax control that causes the related zone to be updated. |