Package io.jmix.dashboardsui.repository
Interface WidgetRepository
- All Known Implementing Classes:
 WidgetRepositoryImpl
public interface WidgetRepository
Scanning the project for use classes with the annotation 
Widget and
 provides information WidgetTypeInfo about these classes- 
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedWidgetName(Widget widget) getWidgetParams(Widget widget) voidinitializeWidgetFields(ScreenFragment widgetFragment, Widget widget) voidserializeWidgetFields(ScreenFragment widgetFragment, Widget widget)  
- 
Method Details
- 
getWidgetTypesInfo
List<WidgetTypeInfo> getWidgetTypesInfo() - 
initializeWidgetFields
 - 
serializeWidgetFields
 - 
getWidgetParams
 - 
getLocalizedWidgetName
 
 -