Uses of Package
org.openxava.annotations

Packages that use org.openxava.annotations
org.openxava.annotations   
org.openxava.annotations.parse   
org.openxava.session   
org.openxava.validators.hibernate   
org.openxava.view.meta   
org.openxava.web.editors   
 

Classes in org.openxava.annotations used by org.openxava.annotations
LabelFormatType
          For using in @LabelFormat as value.
 

Classes in org.openxava.annotations used by org.openxava.annotations.parse
EntityValidator
          This validator allows to define a validation at entity level.
PropertyValidator
          The validator execute validation logic on the value assigned to the property just before storing.
 

Classes in org.openxava.annotations used by org.openxava.session
Hidden
          A hidden property has a meaning for the developer but not for the user.
 

Classes in org.openxava.annotations used by org.openxava.validators.hibernate
EntityValidator
          This validator allows to define a validation at entity level.
PropertyValidator
          The validator execute validation logic on the value assigned to the property just before storing.
Required
          Indicates if this property or reference is required.
 

Classes in org.openxava.annotations used by org.openxava.view.meta
Tree
          With @Tree you can instruct OpenXava to visualize collections as a tree instead of a list.
 

Classes in org.openxava.annotations used by org.openxava.web.editors
Tree
          With @Tree you can instruct OpenXava to visualize collections as a tree instead of a list.