Uses of Interface
org.apache.tapestry5.ClientElement
Packages that use ClientElement
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
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
[INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change
core components.
Kaptcha components
Core services
Support for testing Tapestry pages
Tapestry-upload module components
-
Uses of ClientElement in org.apache.tapestry5
Subinterfaces of ClientElement in org.apache.tapestry5Modifier and TypeInterfaceDescriptioninterface
ExtendsClientElement
with the concept of a body, a Block that can be rendered to provide the content within.interface
Defines a field within a form. -
Uses of ClientElement in org.apache.tapestry5.corelib.base
Classes in org.apache.tapestry5.corelib.base that implement ClientElementModifier and TypeClassDescriptionclass
Base class for link-generating components that are based on a component event request.class
Provides initialization of the clientId and elementName properties.class
Provides base utilities for classes that generate clickable links.class
Abstract class for a variety of components that render some variation of a text field.class
Provides support for elements that will optionally render a uniqueid
attribute, but only if it is requested. -
Uses of ClientElement in org.apache.tapestry5.corelib.components
Classes in org.apache.tapestry5.corelib.components that implement ClientElementModifier and TypeClassDescriptionclass
Component that triggers an action on the server with a subsequent full page refresh.class
Renders out an empty<div>
element and provides JavaScript initialization to make the element the container for alerts.class
Turns any arbitrary (X)HTML element into a component.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 Checkbox component is simply a <input type="checkbox">.class
A list of checkboxes, allowing selection of multiple items in a list.class
A component used to collect a provided date from the user using a client-side JavaScript calendar.class
A close relative ofActionLink
except in two ways.class
An HTML form, which will enclose other components to render out the various types of fields.class
A FormFragment is a portion of a Form that may be selectively displayed.class
A grid presents tabular data.class
Used to record a page property as a value into the form.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
Generates a render request link to some other page in the application.class
Multiple selection component.class
A version ofTextField
, but rendered out as an <input type="password"> element.class
A radio button (i.e., <input type="radio">).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
TextArea component corresponds to a <textarea> element.class
TextField component corresponds to<input>
element.class
A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects. -
Uses of ClientElement in org.apache.tapestry5.corelib.internal
Subinterfaces of ClientElement in org.apache.tapestry5.corelib.internalModifier and TypeInterfaceDescriptioninterface
Additional methods forFormSupport
used internally by Tapestry.Classes in org.apache.tapestry5.corelib.internal that implement ClientElementModifier and TypeClassDescriptionclass
An implementation ofFormSupport
that delegates all behavior to another instance of FormSupport.class
Provides support to components enclosed by a form when the form is rendering (allowing the components to registry form submit callback commands), and also during form submission time. -
Uses of ClientElement in org.apache.tapestry5.kaptcha.components
Classes in org.apache.tapestry5.kaptcha.components that implement ClientElementModifier and TypeClassDescriptionclass
Field paired with aKaptchaImage
to ensure that the user has provided the correct value. -
Uses of ClientElement in org.apache.tapestry5.services
Subinterfaces of ClientElement in org.apache.tapestry5.servicesModifier and TypeInterfaceDescriptioninterface
Services provided by an enclosing Form control component to the various form element components it encloses. -
Uses of ClientElement in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test with parameters of type ClientElementModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getClientId
(ClientElement element, String clientId) -
Uses of ClientElement in org.apache.tapestry5.upload.components
Classes in org.apache.tapestry5.upload.components that implement ClientElement