|
|
widget(self,
agent_id,
config,
version=None,
context=None)
Construct the XML for this widget |
source code
|
|
|
|
get_script_path(self,
debug=False)
Get the path to the script file for this widget, can be implemented
in subclasses to override the default. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
label=None,
defaults=None,
on_create_agent=None,
**options)
Initialize the widget, called when configuring an available widget
for the dashboard. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|