Package com.axelor.db.annotations
Annotation Interface EnumWidget
Provides information about UI widget representing this enumeration constant.
-
Optional Element Summary
Optional Elements
-
Element Details
-
title
String titleTitle for the UI.- Returns:
- the title
- Default:
""
-
description
String descriptionDescription text.- Returns:
- description text
- Default:
""
-
icon
String iconImage icon to show for this item.- Returns:
- icon name
- Default:
""
-
order
int orderSequence number to order the option.- Returns:
- the sequence number
- Default:
0
-