DynamicValueWidget

DynamicValueWidget is an abstract extension of Widget that automatically handles DynamicValueRegistry to retrieve supplier data.

  • Extend DynamicValueWidget if your widget is planning to use real-time changing values like in case of TextWidget and GraphWidget.

  • Override getValue() to retrieve data.

  • Extend DynamicValueWidgetBuilder instead of WidgetBuilder for creating your builder class

Last updated

Was this helpful?