Package org.apache.tapestry.beaneditor

Interface Summary
BeanModel<T> Provides the information necessary to build a user interface to view, create or edit an instance of a particular type.
PropertyModel Part of a BeanModel that defines the attributes of a single property of a bean.
 

Enum Summary
RelativePosition Controls the position of newly added PropertyModels inside a BeanModel.
 

Annotation Types Summary
DataType Used to explicitly set the data type used to select an editor (or display) block.
NonVisual Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel.
OrderAfter Placed on either a property getter or a property setter method to control the order in which the properties are presented to the user.
OrderBefore Placed on either a property getter or a property setter method to control the order in which the properties are presented to the user.
Validate Used to attach validation constraints directly to a property (either the getter or the setter method).
Width Defines the desired width of the field used to edit the property.
 



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