org.openxava.annotations

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » OpenXava 3.0 » org.openxava.annotations 
org.openxava.annotations
Java Source File NameTypeComment
Action.javaAnnotation Associates an action to a property or reference in the view.
Actions.javaAnnotation A group of @ Action associated to the same member.
AsEmbedded.javaAnnotation Makes that the behavior in the view for a reference (or collection) to entity will be as in the case of a embedded object (or collection to entities with CascadeType.REMOVE).
CollectionView.javaAnnotation The view of the referenced object (each collection element) which is used to display the detail.
CollectionViews.javaAnnotation A group of @ CollectionView associated to the same collection.
Condition.javaAnnotation Restricts the elements that appear in the collection.
DefaultValueCalculator.javaAnnotation For calculating its initial value.
Depends.javaAnnotation Declares that a property depends on other one(s).
DescriptionsList.javaAnnotation With @DescriptionsList you can instruct OpenXava to visualize references as a descriptions list (actually a combo).
DescriptionsLists.javaAnnotation A group of @ DescriptionsList associated to the same member.
DetailAction.javaAnnotation In collection view to add actions in detail mode, usually actions which scope is the detail that is being edited.
DetailActions.javaAnnotation A group of @ DetailAction associated to the same collection.
DisplaySize.javaAnnotation The size in characters of the editor in the User Interface used to display this property.
DisplaySizes.javaAnnotation A group of @ DisplaySize associated to the same property.
EditAction.javaAnnotation Allows you to define your custom action to view a collection element.
EditActions.javaAnnotation A group of @ EditAction associated to the same collection.
EditOnly.javaAnnotation The final user can modify existing elements in the collection, but not add or remove collection elements.
Editor.javaAnnotation Name of the editor to use for displaying the property in this view.
Editors.javaAnnotation A group of @ Editor associated to the same property.
EntityValidator.javaAnnotation This validator allows to define a validation at entity level.
EntityValidators.javaAnnotation A group of @ EntityValidator associated to the same entity.
Hidden.javaAnnotation A hidden property has a meaning for the developer but not for the user.
HideDetailAction.javaAnnotation In a collection it allows you to define your custom action to hide the detail view.
HideDetailActions.javaAnnotation A group of @ HideDetailAction associated to the same collection.
LabelFormat.javaAnnotation Format to display the label of this property or reference (displayed as descriptions list).
LabelFormats.javaAnnotation A group of @ LabelFormat associated to the same member.
LabelFormatType.javaenum For using in @LabelFormat as value.
ListAction.javaAnnotation In collections to add actions in list mode; usually actions which scope is the entire collection.
ListActions.javaAnnotation A group of @ ListAction associated to the same collection.
ListProperties.javaAnnotation Properties to show in the list for visualization of a collection.
ListsProperties.javaAnnotation A group of @ ListProperties associated to the same collection.
NewAction.javaAnnotation Allows you to define your custom action to start adding a new element to a collection.
NewActions.javaAnnotation A group of @ NewAction associated to the same collection.
NoCreate.javaAnnotation The final user cannot create new objects of the referenced type from here.
NoFrame.javaAnnotation The reference is not displayed inside a frame.
NoModify.javaAnnotation The final user cannot modify the current referenced object from here.
NoSearch.javaAnnotation The user will not have a link to make searches with a list, filters, etc.
OnChange.javaAnnotation Action to execute when the value of this property/reference changes.
OnChanges.javaAnnotation A group of @ OnChange associated to the same member.
OnChangeSearch.javaAnnotation Action to execute to do the search of a reference when the user types the key value.
OnChangeSearchs.javaAnnotation A group of @ OnChangeSearch associated to the same member.
PropertyValidator.javaAnnotation The validator execute validation logic on the value assigned to the property just before storing.
PropertyValidators.javaAnnotation A group of @ PropertyValidator associated to the same property.
PropertyValue.javaAnnotation Encapsulate the value for inject it in a property.
ReadOnly.javaAnnotation The member never will be editable by the final user in the indicated views.
ReferenceView.javaAnnotation View of the referenced object used to display it in a reference.
ReferenceViews.javaAnnotation A group of @ ReferenceView associated to the same reference.
RemoveAction.javaAnnotation Allows to define a custom action to remove the element from the collection.
RemoveActions.javaAnnotation A group of @ RemoveAction associated to the same collection.
RemoveSelectedAction.javaAnnotation Allows to define your a custom action to remove the selected elements from the collection.
RemoveSelectedActions.javaAnnotation A group of @ RemoveSelectedAction associated to the same collection.
RemoveValidator.javaAnnotation The @RemoveValidator is a level model validator, it is executed just before removing an object, and it has the possibility to deny the deletion.
RemoveValidators.javaAnnotation A group of @ RemoveValidator associated to the same entity.
Required.javaAnnotation Indicates if this property or reference is required.
RowStyle.javaAnnotation For indicating the row style for Tab s and collections .
RowStyles.javaAnnotation A group of @ RowStyle associated to the same collection.
SaveAction.javaAnnotation Allows to define a custom action to save the collection element.
SaveActions.javaAnnotation A group of @ SaveAction associated to the same collection.
SearchAction.javaAnnotation Allows you to specify your own action for searching.
SearchActions.javaAnnotation A group of @ SearchAction associated to the same reference.
SearchKey.javaAnnotation A search key property is used by the user to search.
Stereotype.javaAnnotation A stereotype is the way to determine a specific behavior of a type.
Tab.javaAnnotation Define the behavior for tabular data presentation (List mode).
Tabs.javaAnnotation A group of @ Tab associated to the same entity.
View.javaAnnotation Defines with precision the format of the user interface or view.
ViewAction.javaAnnotation Allows you to define your custom action to view a collection element.
ViewActions.javaAnnotation A group of @ ViewAction associated to the same collection.
Views.javaAnnotation A group of @ View associated to the same entity.
XOrderBy.javaAnnotation The eXtended version of @OrderBy.
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.