The WidgetFactory handles all the type of widgets that can be display on the viewer. Use the registerWidget method to register (override) the widget to display for a given widget type.
Creates the widgets of the given type with the registered params
The type of widget to create
The params used by the widget
Registers the callback function to create the given widget type into the factory
The type of the widget to register the creation fonction
The callback function
The WidgetFactory handles all the type of widgets that can be display on the viewer. Use the registerWidget method to register (override) the widget to display for a given widget type.