Uses of Class
org.apache.tapestry5.annotations.SupportsInformalParameters

Packages that use SupportsInformalParameters
org.apache.tapestry5.corelib.base   
org.apache.tapestry5.corelib.components   
org.apache.tapestry5.corelib.mixins   
 

Uses of SupportsInformalParameters in org.apache.tapestry5.corelib.base
 

Classes in org.apache.tapestry5.corelib.base with annotations of type SupportsInformalParameters
 class AbstractConditional
          Base class for If and Unless.
 class AbstractField
          Provides initialization of the clientId and elementName properties.
 class AbstractLink
          Provides base utilities for classes that generate clickable links.
 

Uses of SupportsInformalParameters in org.apache.tapestry5.corelib.components
 

Classes in org.apache.tapestry5.corelib.components with annotations of type SupportsInformalParameters
 class AddRowLink
          Used inside an AjaxFormLoop component to spur the addition of a new row.
 class Any
          Renders an arbitrary element including informal parameters.
 class BeanDisplay
          Used to display the properties of a bean, using an underlying BeanModel.
 class BeanEditForm
          A component that creates an entire form editing the properties of a particular bean.
 class BeanEditor
          A component that generates a user interface for editing the properties of a bean.
 class FormFragment
          A FormFragment is a portion of a Form that may be selectively displayed.
 class FormInjector
          A way to add new content to an existing Form.
 class Grid
          A grid presents tabular data.
 class GridColumns
          Renders out the column headers for the grid, including links (where appropriate) to control column sorting.
 class Label
          Generates a <label> element for a particular field.
 class LinkSubmit
          Generates a client-side hyperlink that submits the enclosing form.
 class Loop
          Basic looping class; loops over a number of items (provided by its source parameter), rendering its body for each one.
 class Output
          A component for formatting output.
 class ProgressiveDisplay
          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 RemoveRowLink
          Used inside a AjaxFormLoop to remove the current row from the loop.
 class Submit
          Corresponds to <input type="submit"> or <input type="image">, a client-side element that can force the enclosing form to submit.
 class Zone
          A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects.
 

Uses of SupportsInformalParameters in org.apache.tapestry5.corelib.mixins
 

Classes in org.apache.tapestry5.corelib.mixins with annotations of type SupportsInformalParameters
 class RenderInformals
          Used to render out all informal parameters, at the end of the BeginRender phase.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.