Home | Trees | Indices | Help |
|
---|
|
Field types handled through introspection : +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | **Field type** | **Default delegate** | **Default editor** | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | BOOLEAN | :ref:`BoolDelegate <delegate-BoolDelegate>` | .. image:: ../_static/editors/BoolEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Boolean | :ref:`BoolDelegate <delegate-BoolDelegate>` | .. image:: ../_static/editors/BoolEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Code | :ref:`CodeDelegate <delegate-CodeDelegate>` | .. image:: ../_static/editors/CodeEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Color | :ref:`ColorDelegate <delegate-ColorDelegate>` | .. image:: ../_static/editors/ColorEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Date | :ref:`DateDelegate <delegate-DateDelegate>` | .. image:: ../_static/editors/DateEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | DateTime | :ref:`DateTimeDelegate <delegate-DateTimeDelegate>` | .. image:: ../_static/editors/DateTimeEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Enumeration | :ref:`EnumerationDelegate <delegate-EnumerationDelegate>` | .. image:: ../_static/editors/ChoicesEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | File | :ref:`FileDelegate <delegate-FileDelegate>` | .. image:: ../_static/editors/FileEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Float | :ref:`FloatDelegate <delegate-FloatDelegate>` | .. image:: ../_static/editors/FloatEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | INT | :ref:`IntegerDelegate <delegate-IntegerDelegate>` | .. image:: ../_static/editors/IntegerEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | IPAddress | :ref:`CodeDelegate <delegate-CodeDelegate>` | .. image:: ../_static/editors/CodeEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Image | :ref:`ImageDelegate <delegate-ImageDelegate>` | .. image:: ../_static/editors/ImageEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Integer | :ref:`IntegerDelegate <delegate-IntegerDelegate>` | .. image:: ../_static/editors/IntegerEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Language | :ref:`EnumerationDelegate <delegate-EnumerationDelegate>` | .. image:: ../_static/editors/ChoicesEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Numeric | :ref:`FloatDelegate <delegate-FloatDelegate>` | .. image:: ../_static/editors/FloatEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Rating | :ref:`StarDelegate <delegate-StarDelegate>` | .. image:: ../_static/editors/StarEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | RichText | :ref:`RichTextDelegate <delegate-RichTextDelegate>` | .. image:: ../_static/editors/RichTextEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | String | :ref:`PlainTextDelegate <delegate-PlainTextDelegate>` | .. image:: ../_static/editors/TextLineEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Text | :ref:`PlainTextDelegate <delegate-PlainTextDelegate>` | .. image:: ../_static/editors/TextLineEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Time | :ref:`TimeDelegate <delegate-TimeDelegate>` | .. image:: ../_static/editors/TimeEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | Unicode | :ref:`PlainTextDelegate <delegate-PlainTextDelegate>` | .. image:: ../_static/editors/TextLineEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+ | VirtualAddress | :ref:`VirtualAddressDelegate <delegate-VirtualAddressDelegate>` | .. image:: ../_static/editors/VirtualAddressEditor_editable.png | +--------------------+----------------------------------------------------------------------+----------------------------------------------------------------------+
Classes | |
DummyField |
Variables | |
_sqlalchemy_to_python_type_ =
|
|
row_separator =
|
|
row_format =
|
|
doc =
|
|
field_types =
|
|
__doc__ = """Field types handled through introspectio
|
|
__package__ =
|
|
field_attributes =
|
|
row =
|
Variables Details |
_sqlalchemy_to_python_type_
|
row_separator
|
doc
|
field_types
|
__doc__
|
field_attributes
|
row
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:31 2010 | http://epydoc.sourceforge.net |