| Name | Description | Type | Package | Framework |
| Action | Associates an action to a property or reference in the view. | Class | org.openxava.annotations | Open Xava |
|
| Actions | A group of @Action associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| AnnotatedClassParser | Parse EJB3 Entities (POJOs with JPA annotations) into OpenXava components. | Class | org.openxava.annotations.parse | Open Xava |
|
| AsEmbedded | 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 | Class | org.openxava.annotations | Open Xava |
|
| Collapsed | The member will be shown collapsed for the indicated views. | Class | org.openxava.annotations | Open Xava |
|
| CollectionView | The view of the referenced object (each collection element) which is used to display the detail. | Class | org.openxava.annotations | Open Xava |
|
| CollectionViews | A group of @CollectionView associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| Condition | Restricts the elements that appear in the collection. | Class | org.openxava.annotations | Open Xava |
|
| DefaultValueCalculator | For calculating its initial value. | Class | org.openxava.annotations | Open Xava |
|
| Depends | Declares that a property depends on other one(s). | Class | org.openxava.annotations | Open Xava |
|
| DescriptionsList | With @DescriptionsList you can instruct OpenXava to visualize references as a descriptions list (actually a combo). | Class | org.openxava.annotations | Open Xava |
|
| DescriptionsLists | A group of @DescriptionsList associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| DetailAction | In collection view to add actions in detail mode, usually actions which scope is the detail that is being edited. | Class | org.openxava.annotations | Open Xava |
|
| DetailActions | A group of @DetailAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| DisplaySize | The size in characters of the editor in the User Interface used to display Applies to properties. | Class | org.openxava.annotations | Open Xava |
|
| DisplaySizes | A group of @DisplaySize associated to the same property. | Class | org.openxava.annotations | Open Xava |
|
| EditAction | Allows you to define your custom action to view a collection element. | Class | org.openxava.annotations | Open Xava |
|
| EditActions | A group of @EditAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| EditOnly | The final user can modify existing elements in the collection, but not add or remove collection elements. | Class | org.openxava.annotations | Open Xava |
|
| Editor | Name of the editor to use for displaying the member in this view. | Class | org.openxava.annotations | Open Xava |
|
| Editors | A group of @Editor associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| EntityValidator | This validator allows to define a validation at entity level. | Class | org.openxava.annotations | Open Xava |
|
| EntityValidators | A group of @EntityValidator associated to the same entity. | Class | org.openxava.annotations | Open Xava |
|
| Hidden | A hidden property has a meaning for the developer but not for the user. | Class | org.openxava.annotations | Open Xava |
|
| HideDetailAction | In a collection it allows you to define your custom action to hide Applies to @OneToMany/@ManyToMany collections. | Class | org.openxava.annotations | Open Xava |
|
| HideDetailActions | A group of @HideDetailAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| LabelFormat | Format to display the label of this property or reference (displayed as descriptions list). | Class | org.openxava.annotations | Open Xava |
|
| LabelFormats | A group of @LabelFormat associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| LabelFormatType | enum LabelFormatTypeFor using in @LabelFormat as value. | Class | org.openxava.annotations | Open Xava |
|
| LabelStyle | Style to display the label of this property or reference (displayed as descriptions list). | Class | org.openxava.annotations | Open Xava |
|
| LabelStyles | A group of @LabelStyle associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| ListAction | In collections to add actions in list mode; usually actions which scope is the entire collection. | Class | org.openxava.annotations | Open Xava |
|
| ListActions | A group of @ListAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| ListProperties | Properties to show in the list for visualization of a collection. | Class | org.openxava.annotations | Open Xava |
|
| ListsProperties | A group of @ListProperties associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| NewAction | Allows you to define your custom action to start adding a new element to a collection. | Class | org.openxava.annotations | Open Xava |
|
| NewActions | A group of @NewAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| NoCreate | The final user cannot create new objects of the referenced type from here. | Class | org.openxava.annotations | Open Xava |
|
| NoFrame | The reference is not displayed inside a frame. | Class | org.openxava.annotations | Open Xava |
|
| NoModify | The final user cannot modify the current referenced object from here. | Class | org.openxava.annotations | Open Xava |
|
| NoSearch | The user will not have a link to make searches with a list, filters, etc. | Class | org.openxava.annotations | Open Xava |
|
| OnChange | Action to execute when the value of this property/reference changes. | Class | org.openxava.annotations | Open Xava |
|
| OnChanges | A group of @OnChange associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| OnChangeSearch | Action to execute to do the search of a reference when the user types the key value. | Class | org.openxava.annotations | Open Xava |
|
| OnChangeSearchs | A group of @OnChangeSearch associated to the same member. | Class | org.openxava.annotations | Open Xava |
|
| OnSelectElementAction | Allows to define an action to be executed when an element of the collection is selected or unselected. | Class | org.openxava.annotations | Open Xava |
|
| OnSelectElementActions | A group of @OnSelectElementAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| PropertyValidator | The validator execute validation logic on the value assigned to the property just before storing. | Class | org.openxava.annotations | Open Xava |
|
| PropertyValidators | A group of @PropertyValidator associated to the same property. | Class | org.openxava.annotations | Open Xava |
|
| PropertyValue | Encapsulate the value for inject it in a property. | Class | org.openxava.annotations | Open Xava |
|
| ReadOnly | The member never will be editable by the final user in the indicated views. | Class | org.openxava.annotations | Open Xava |
|
| ReferenceView | View of the referenced object used to display it in a reference. | Class | org.openxava.annotations | Open Xava |
|
| ReferenceViews | A group of @ReferenceView associated to the same reference. | Class | org.openxava.annotations | Open Xava |
|
| RemoveAction | Allows to define a custom action to remove the element from the collection. | Class | org.openxava.annotations | Open Xava |
|
| RemoveActions | A group of @RemoveAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| RemoveSelectedAction | Allows to define your a custom action to remove the selected elements from the collection. | Class | org.openxava.annotations | Open Xava |
|
| RemoveSelectedActions | A group of @RemoveSelectedAction associated to the same Applies to @OneToMany/@ManyToMany collections. | Class | org.openxava.annotations | Open Xava |
|
| RemoveValidator | The @RemoveValidator is a level model validator, it is executed just before removing an object, and it has the possibility to deny the deletion. | Class | org.openxava.annotations | Open Xava |
|
| RemoveValidators | A group of @RemoveValidator associated to the same entity. | Class | org.openxava.annotations | Open Xava |
|
| Required | Indicates if this property or reference is required. | Class | org.openxava.annotations | Open Xava |
|
| RowAction | In collections to add an action in each row, but not in the collection button bar. | Class | org.openxava.annotations | Open Xava |
|
| RowActions | A group of @RowAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| RowStyle | For indicating the row style for Tabs and collections . | Class | org.openxava.annotations | Open Xava |
|
| RowStyles | A group of @RowStyle associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| SaveAction | Allows to define a custom action to save the collection element. | Class | org.openxava.annotations | Open Xava |
|
| SaveActions | A group of @SaveAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| SearchAction | Allows you to specify your own action for searching. | Class | org.openxava.annotations | Open Xava |
|
| SearchActions | A group of @SearchAction associated to the same reference. | Class | org.openxava.annotations | Open Xava |
|
| SearchKey | A search key property or reference is used by the user to search. | Class | org.openxava.annotations | Open Xava |
|
| SearchListCondition | Defines a condition to be used when showing list of selectable items for adding elements to a collection or assigning value to a reference. | Class | org.openxava.annotations | Open Xava |
|
| SearchListConditions | A group of @SearchListCondition associated to the same reference or collection. | Class | org.openxava.annotations | Open Xava |
|
| Stereotype | A stereotype is the way to determine a specific behavior of a type. | Class | org.openxava.annotations | Open Xava |
|
| Tab | Define the behavior for tabular data presentation (List mode). | Class | org.openxava.annotations | Open Xava |
|
| Tabs | A group of @Tab associated to the same entity. | Class | org.openxava.annotations | Open Xava |
|
| Tree | With @Tree you can instruct OpenXava to visualize collections as a tree instead of a list. | Class | org.openxava.annotations | Open Xava |
|
| Trees | A group of @Tree associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| View | Defines with precision the format of the user interface or view. | Class | org.openxava.annotations | Open Xava |
|
| ViewAction | Allows you to define your custom action to view a collection element. | Class | org.openxava.annotations | Open Xava |
|
| ViewActions | A group of @ViewAction associated to the same collection. | Class | org.openxava.annotations | Open Xava |
|
| Views | A group of @View associated to the same entity. | Class | org.openxava.annotations | Open Xava |
|
| XOrderBy | The eXtended version of @OrderBy. | Class | org.openxava.annotations | Open Xava |