Package org.apache.tapestry.contrib.form

Form controls for things liked masked input editing on text fields and multi property selection semantics.

See:
          Description

Interface Summary
IMultiplePropertySelectionRenderer Defines an object that works with a MultiplePropertySelection component to render the individual elements obtained from the model.
 

Class Summary
CheckBoxMultiplePropertySelectionRenderer Implementation of IMultiplePropertySelectionRenderer that produces a table of checkbox (<input type=checkbox>) elements.
FormConditional A conditional element on a page which will render its wrapped elements zero or one times.
MaskEdit Provides a mask edit HTML <input type="text"> form element.
MultiplePropertySelection A component which uses <input type=checkbox> to set a property of some object.
 

Package org.apache.tapestry.contrib.form Description

Form controls for things liked masked input editing on text fields and multi property selection semantics.

Author:
Howard Lewis Ship hlship@apache.org


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