Uses of Annotation Type
org.apache.tapestry5.annotations.Events
Packages that use Events
Package
Description
Base components intended to be extended by other components rather than
used directly in templates.
The set of core components available in all Tapestry applications
The set of core mixins available in all Tapestry applications
Tapestry-upload module components
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of Events in org.apache.tapestry5.corelib.base
Classes in org.apache.tapestry5.corelib.base with annotations of type EventsModifier and TypeClassDescriptionclass
Abstract class for a variety of components that render some variation of a text field. -
Uses of Events in org.apache.tapestry5.corelib.components
Classes in org.apache.tapestry5.corelib.components with annotations of type EventsModifier and TypeClassDescriptionclass
Component that triggers an action on the server with a subsequent full page refresh.class
A special form of theLoop
component that adds Ajax support to handle adding new rows and removing existing rows dynamically.class
A component that creates an entire form for editing the properties of a particular bean (or POJO, or any object with properties).class
A component used to collect a provided date from the user using a client-side JavaScript calendar.class
An HTML form, which will enclose other components to render out the various types of fields.class
Renders out the column headers for the grid, including links (where appropriate) to control column sorting.class
Generates a series of links used to jump to a particular page index within the overall data set.class
A component used to collect a provided date from the user using the native HTML5 date picker (<input type="date">)class
Generates a client-side hyperlink that submits the enclosing form.class
Loop<T>
A basic looping component; loops over a number of items (provided by its source parameter), rendering its body for each one.class
A component used to implement the progressive enhancement web design strategy; the component renders itself with a simplified initial content (i.e., "loading ...") and an Ajax request then supplies the component's true body.class
A wrapper component around some number ofRadio
components, used to organize the selection and define the property to be edited.class
Select an item from a list of values, using an [X]HTML <select> element on the client side.class
Corresponds to <input type="submit"> or <input type="image">, a client-side element that can force the enclosing form to submit.class
A non visual component used to provide notifications to its container during a form submission.class
A component used to render a recursive tree structure, with expandable/collapsable/selectable nodes. -
Uses of Events in org.apache.tapestry5.corelib.mixins
Classes in org.apache.tapestry5.corelib.mixins with annotations of type EventsModifier and TypeClassDescriptionclass
A mixin for a text field that allows for autocompletion of text fields.class
This mixin triggers component event notifications when the attached component enters itsBeginRender
andAfterRender
render phases.class
This mixin periodically refreshs azone
by triggering an event on the server using ajax requests. -
Uses of Events in org.apache.tapestry5.upload.components
Classes in org.apache.tapestry5.upload.components with annotations of type Events -
Uses of Events in org.apache.tapestry5.upload.internal.services
Classes in org.apache.tapestry5.upload.internal.services with annotations of type EventsModifier and TypeClassDescriptionclass
Determines if there was anFileUploadException
processing the request and, if so, triggers an exception event on the page.