filedelegate

class camelot.view.controls.delegates.filedelegate.FileDelegate(parent=None, editable=True, **kwargs)[source]
Delegate for camelot.types.File columns. Expects values of type
camelot.core.files.storage.StoredFile.
../../../../_images/FileDelegate_unselected_disabled.png ../../../../_images/FileDelegate_unselected_editable.png ../../../../_images/FileDelegate_selected_disabled.png ../../../../_images/FileDelegate_selected_editable.png

By default, creates a FileEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/FileEditor_disabled_tooltip.png
editable=True ../../../../_images/FileEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/FileEditor_editable_tooltip.png
editable=False ../../../../_images/FileEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/FileEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/FileEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

editor

alias of FileEditor

Previous topic

delegatemanager

Next topic

floatdelegate

This Page