Newer
Older
.. plugin_dbui documentation master file, created by
sphinx-quickstart on Sat Apr 11 11:17:03 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to plugin_dbui's documentation!
=======================================
Contents:
.. currentmodule:: plugin_dbui
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
The main class
==============
Constants
---------
========= === =============
UNDEF str ``undefined``
UNDEF_ID int ``1``
UNKNOWN str ``???``
========= === =============
Helpers functions
-----------------
.. currentmodule:: plugin_dbui.helper
.. autosummary::
:toctree: generated/
get_id
Modifiers
---------
.. currentmodule:: plugin_dbui.fieldsmodifier
.. autosummary::
:toctree: generated/
FieldsModifier
.. currentmodule:: plugin_dbui.formmodifier
.. autosummary::
:toctree: generated/
FormModifier
.. currentmodule:: plugin_dbui.gridmodifier
.. autosummary::
:toctree: generated/
GridModifier
Validators
----------
.. currentmodule:: plugin_dbui
Callbacks
---------
Database service
----------------
.. autosummary::
:toctree: generated/
dbsvc.DbSvc
directsvc.DirectSvc
Base classes
------------
Exceptions
----------