.. include:: ../Includes.txt .. _developer: ================ Developer Corner ================ .. index:: single: Building Widget seealso: Building Widget; Widget Build your own widget ===================== Each and every has to implement the `WidgetInterface`, for most cases it's recommend to extend one of the `Abstract(.*)Widget` implementations. .. todo:: define how developers can build their own widgets .. index:: single: Extending Widget seealso: Extending Widget; Widget Extend predefined widgets ------------------------- The extension ships a list of predefined widgets to ensure a consistent look of tables, graphs and data. The shipped widgets are in the folder `Classes/Widgets`.