sqlobject.dbconnection.ConnectionHub:
This object serves as a hub for connections, so that you can pass
in a ConnectionHub to a SQLObject subclass as though it was a
connection, but actually bind a real database connection later.
turbogears.widgets.base.Resource:
A resource for your widget, like a link to external JS/CSS or
inline source to include at the template the widget is displayed.
turbogears.widgets.links.Tabber:
This widget includes the tabber js and css into your rendered page
so you can create tabbed divs by assigning them the 'tabber' and
'tabbertab' classes.
turbogears.widgets.base.Enum:
Enum used at js_locations which is less strict than
``turbogears.utils.Enum`` and serves our purposes as well as
allowing any object with ``retrieve_javascript``, ``retrieve_css``,
and ``location`` attributes to provide resources to the template
when scanned in ``turbogears.controllers._process_output``.
sqlobject.main.sqlmeta:
This object is the object we use to keep track of all sorts of
information.
sqlobject.inheritance.InheritableSQLMeta:
This object is the object we use to keep track of all sorts of
information.