Package com.onec.annotations
Annotation Interface DashboardWidget
@Deprecated(since="next",
forRemoval=true)
@Retention(RUNTIME)
@Target(TYPE)
@Repeatable(DashboardWidgets.class)
public @interface DashboardWidget
Deprecated, for removal: This API element is subject to removal in a future version.
Dashboard widget bound to a catalog, document, or register.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.String[]Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Optional help text, surfaced as a hoverable?icon next to the widget title.intDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
title
String titleDeprecated, for removal: This API element is subject to removal in a future version. -
type
String typeDeprecated, for removal: This API element is subject to removal in a future version. -
order
int orderDeprecated, for removal: This API element is subject to removal in a future version.- Default:
0
-
width
String widthDeprecated, for removal: This API element is subject to removal in a future version.- Default:
"1/3"
-
maxItems
int maxItemsDeprecated, for removal: This API element is subject to removal in a future version.- Default:
10
-
dateField
String dateFieldDeprecated, for removal: This API element is subject to removal in a future version.- Default:
""
-
titleField
String titleFieldDeprecated, for removal: This API element is subject to removal in a future version.- Default:
""
-
extraConfig
String[] extraConfigDeprecated, for removal: This API element is subject to removal in a future version.- Default:
{}
-
hint
String hintDeprecated, for removal: This API element is subject to removal in a future version.Optional help text, surfaced as a hoverable?icon next to the widget title.- Default:
""
-
Pagebean instead, e.g./api/divkit/home); this annotation is no longer consulted when the configurer declares any widgets, and will be removed in the next release. (Note: there is no/api/ui/metadata/*REST endpoint — see the README/AGENTS.md for the real/api/...surface.)