API Reference for Enthought Tool Suite 3.2.0
Defines the list editor factory for the traits user interface toolkits..
The visible number of columns displayed
columns_trait = Range(1, 10, 1, desc = 'the number of list columns to display')
editor_trait = Instance(EditorFactory)
Trait whose value is a BaseTraitHandler object
handler_trait = Instance(BaseTraitHandler)
Define the ListEditor class
ListEditor = ToolkitEditorFactory
The visible number of rows displayed
rows_trait = Range(1, 50, 5, desc = 'the number of list rows to display')
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| AView | enthought.traits.ui.ui_traits.AView |
| BaseTraitHandler | enthought.traits.trait_handlers.BaseTraitHandler |
| Bool | enthought.traits.trait_types.Bool |
| Callable | enthought.traits.trait_types.Callable |
| DockStyle | enthought.traits.ui.helper.DockStyle |
| EditorFactory | enthought.traits.ui.editor_factory.EditorFactory |
| Enum | enthought.traits.trait_types.Enum |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| Item | enthought.traits.ui.item.Item |
| Property | enthought.traits.traits.Property |
| PrototypedFrom | enthought.traits.trait_types.PrototypedFrom |
| Range | enthought.traits.trait_types.Range |
| Str | enthought.traits.trait_types.Str |
| toolkit_object | enthought.traits.ui.toolkit.toolkit_object |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2009 Enthought, Inc.