Package io.jmix.dashboardsui.annotation
Annotation Interface DashboardWidget
Indicates that an annotated class is a widget type.
Such classes must be inherited from the
Widget
-
Optional Element Summary
-
Element Details
-
name
The name for widget-edit screen, can be localized in main message.properties by pattern: dashboard-widget.{name} = {localization message}- Returns:
- name for widget-edit screen
- Default:
- ""
-
value
- Returns:
- alias for
name()
- Default:
- ""
-
editFragmentId
String editFragmentIdContains fragment ID for editing a widget. This fragment is embedded in the "widget-edit" screen- Returns:
- fragment ID for editing a widget
- Default:
- ""
-