Package org.apache.tapestry.components

Basic, fundamental components used to construct more complex components, or pages.

See:
          Description

Interface Summary
ForBean.RepSource An interface that provides the string representation of a given value.
ILinkComponent A component that renders an HTML <a> element.
IPrimaryKeyConverter An interface for converting an objects to their primary keys and back.
 

Class Summary
Any A component that can substitute for any HTML element.
Block Prevents its contents from being rendered until triggered by an RenderBlock component.
BlockRenderer An implementation of IRender that renders a Block component.
Conditional A conditional element on a page which will render its wrapped elements zero or one times.
Delegator A component which delegates it's behavior to another object.
ElseBean  
ForBean  
IfBean  
Insert Used to insert some text (from a parameter) into the HTML.
InsertMode Defines a number of ways to format multi-line text for proper renderring.
InvokeListener Invokes a listener method, passing listener parameters.
LinkEventType Different types of JavaScript events that an ILinkComponent can provide handlers for.
RenderBlock Renders the text and components wrapped by a Blockcomponent.
RenderBody Renders the text and components wrapped by a component.
 

Package org.apache.tapestry.components Description

Basic, fundamental components used to construct more complex components, or pages. These components are independant of any particular markup language.

Author:
Howard Lewis Ship hlship@apache.org


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