field_attributesΒΆ

Field types handled through introspection :

Field type Default delegate Default editor
sqlalchemy.sql.sqltypes.Boolean camelot.view.controls.delegates.booldelegate.BoolDelegate ../../_images/BoolEditor_editable.png
camelot.types.Code camelot.view.controls.delegates.codedelegate.CodeDelegate ../../_images/CodeEditor_editable.png
camelot.types.Color camelot.view.controls.delegates.colordelegate.ColorDelegate ../../_images/ColorEditor_editable.png
sqlalchemy.sql.sqltypes.Date camelot.view.controls.delegates.datedelegate.DateDelegate ../../_images/DateEditor_editable.png
sqlalchemy.sql.sqltypes.DateTime camelot.view.controls.delegates.datetimedelegate.DateTimeDelegate ../../_images/DateTimeEditor_editable.png
camelot.types.Enumeration camelot.view.controls.delegates.comboboxdelegate.ComboBoxDelegate ../../_images/ChoicesEditor_editable.png
camelot.types.File camelot.view.controls.delegates.filedelegate.FileDelegate ../../_images/FileEditor_editable.png
sqlalchemy.sql.sqltypes.Float camelot.view.controls.delegates.floatdelegate.FloatDelegate ../../_images/FloatEditor_editable.png
camelot.types.IPAddress camelot.view.controls.delegates.codedelegate.CodeDelegate ../../_images/CodeEditor_editable.png
camelot.types.Image camelot.view.controls.delegates.imagedelegate.ImageDelegate ../../_images/ImageEditor_editable.png
sqlalchemy.sql.sqltypes.Integer camelot.view.controls.delegates.integerdelegate.IntegerDelegate ../../_images/IntegerEditor_editable.png
camelot.types.Language camelot.view.controls.delegates.languagedelegate.LanguageDelegate ../../_images/LanguageEditor_editable.png
sqlalchemy.sql.sqltypes.Numeric camelot.view.controls.delegates.floatdelegate.FloatDelegate ../../_images/FloatEditor_editable.png
camelot.types.Rating camelot.view.controls.delegates.stardelegate.StarDelegate ../../_images/StarEditor_editable.png
camelot.types.RichText camelot.view.controls.delegates.richtextdelegate.RichTextDelegate ../../_images/RichTextEditor_editable.png
sqlalchemy.sql.sqltypes.String camelot.view.controls.delegates.plaintextdelegate.PlainTextDelegate ../../_images/TextLineEditor_editable.png
sqlalchemy.sql.sqltypes.Time camelot.view.controls.delegates.timedelegate.TimeDelegate ../../_images/TimeEditor_editable.png
camelot.types.VirtualAddress camelot.view.controls.delegates.virtualaddressdelegate.VirtualAddressDelegate ../../_images/VirtualAddressEditor_editable.png