| Home | Trees | Index | Help |
|---|
| Package hdg :: Package djangoapps :: Package admintable :: Module models |
|
| Classes | |
|---|---|
AdminTable |
AdminTable is main central object of the module. |
AdminTableConfig |
End users can store individual table configuration here. |
DataSource |
Emulate QuerySet so we can alternatively use direct SQL query to build our table |
GeneratedColumn |
Inherit from Generated column, override `render` method to make custom table column. |
Settings |
Difference from Storage and Dict is that this using that class makes sure we don't mistype the variable name and use only predefined variables. |
Storage |
Used by Settings object. |
| Function Summary | |
|---|---|
_addarg(qargs,
andor,
newrule)
| |
Importing filters module, applying filter. | |
Helper function to return interger or None. | |
_make_query(rules)
| |
_make_sql(rules)
| |
| Function Details |
|---|
_apply_filters(data, filters)Importing filters module, applying filter. See http://docs.djangoproject.com/en/dev/ref/templates/builtins/ for more information on filters. |
_int_or_none(d)Helper function to return interger or None. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 26 10:42:08 2009 | http://epydoc.sf.net |