org.apache.tapestry.beaneditor |
|
Java Source File Name | Type | Comment |
BeanModel.java | Interface | Provides the information necessary to build a user interface to view, create or edit an instance
of a particular type. |
NonVisual.java | Annotation | Marker annotation for properties which are non-visual, and so should not appear (by default)
inside a
BeanModel . |
Order.java | Annotation | Placed on either a property getter or a property setter method to control the order in which the
properties are presented to the user. |
PropertyModel.java | Interface | Part of a
BeanModel that defines the attributes of a single property of a bean. |
Validate.java | Annotation | Used to attach validation constraints directly to a property (either the getter or the setter
method). |