DynamicValueWidget is an abstract extension of Widget that automatically handles DynamicValueRegistry to retrieve supplier data.
DynamicValueWidget
DynamicValueRegistry
Extend DynamicValueWidget if your widget is planning to use real-time changing values like in case of TextWidget and GraphWidget.
TextWidget
GraphWidget
Override getValue() to retrieve data.
getValue()
Extend DynamicValueWidgetBuilder instead of WidgetBuilder for creating your builder class
DynamicValueWidgetBuilder
Last updated 8 months ago