|
|
__init__(self,
main_sections)
The main sections to be used in the navigation pane of the
application, all entities will be put in such a section, depending on
the properties of their EntityAdmin class, a list of tuples of
strings and icons [('section', ('Section display
name',section_icon))] |
source code
|
|
|
|
|
|
|
|
|
|
getEntityAdmin(self,
entity)
Get the default entity admin for this entity, return None, if not
existant |
source code
|
|
|
|
getEntityQuery(self,
entity)
Get the root query for an entity |
source code
|
|
|
|
|
|
|
getActions(self)
Returns:
a list of actions that should be added to the menu and the icon bar
for this application, each action is a tuple of (name, icon,
callable), where callable is a function taking no arguments that will
be called when the action is executed. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|