virtualaddressdelegate

class camelot.view.controls.delegates.virtualaddressdelegate.VirtualAddressDelegate(parent=None, editable=True, address_type=None, **kwargs)[source]
../../../../_images/VirtualAddressDelegate_unselected_disabled.png ../../../../_images/VirtualAddressDelegate_unselected_editable.png ../../../../_images/VirtualAddressDelegate_selected_disabled.png ../../../../_images/VirtualAddressDelegate_selected_editable.png

Field attributes supported by the delegate :

By default, creates a VirtualAddressEditor as its editor.

Field Attributes Editor
editable=False tooltip=’tooltip’ ../../../../_images/VirtualAddressEditor_disabled_tooltip.png
editable=True ../../../../_images/VirtualAddressEditor_editable.png
editable=True tooltip=’tooltip’ ../../../../_images/VirtualAddressEditor_editable_tooltip.png
editable=False ../../../../_images/VirtualAddressEditor_disabled.png
editable=False background_color=ColorScheme.green ../../../../_images/VirtualAddressEditor_disabled_background_color.png
editable=True background_color=ColorScheme.green ../../../../_images/VirtualAddressEditor_editable_background_color.png

Static attributes supported by this editor :

Dynamic field attributes supported by the editor :

Previous topic

timedelegate

Next topic

editors

This Page