API Reference for Enthought Tool Suite 3.2.0
Defines the TemplateDataNames class used to manage application data source bindings to named context data.
The standard columns:
std_columns = [ ResolvedColumn(name = 'resolved', label = '?', editable = False, width = 20, horizontal_alignment = 'center', cell_color = 16744576), OptionalColumn(name = 'optional', label = '*', editable = False, width = 20, horizontal_alignment = 'center'), ObjectColumn(name = 'description', editor = TextEditor(), width = 0.46999999999999997) ]
Define the table editor:
table_editor = TableEditor(columns_name = 'table_columns', configurable = False, auto_size = False, sortable = False, scroll_dy = 4, selection_bg_color = None)
VirtualValue = Property(_get_virtual_data, _set_virtual_data)
| Local name | Refers to |
|---|---|
| cached_property | enthought.traits.has_traits.cached_property |
| Delegate | enthought.traits.trait_types.Delegate |
| EnumEditor | enthought.traits.ui.editors.enum_editor.EnumEditor |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| Item | enthought.traits.ui.item.Item |
| ITemplateDataContext | enthought.template.itemplate_data_context.ITemplateDataContext |
| List | enthought.traits.trait_types.List |
| ObjectColumn | enthought.traits.ui.table_column.ObjectColumn |
| Property | enthought.traits.traits.Property |
| TableEditor | enthought.traits.ui.editors.table_editor.TableEditor |
| TemplateChoice | enthought.template.template_choice.TemplateChoice |
| TemplateDataName | enthought.template.template_data_name.TemplateDataName |
| TextEditor | enthought.traits.ui.editors.text_editor.TextEditor |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2009 Enthought, Inc.