DataCollectionComboHelper¶
- class glue.core.data_combo_helper.DataCollectionComboHelper(state, selection_property, data_collection)[source]¶
Bases:
glue.core.data_combo_helper.BaseDataComboHelper
This is a helper for combo boxes that need to show a list of data objects that is always in sync with a
DataCollection
.- Parameters
- state
State
The state to which the selection property belongs
- selection_property
SelectionCallbackProperty
The selection property representing the combo.
- data_collection
DataCollection
The data collection with which to stay in sync
- state
Methods Summary
register_to_hub
(hub)Methods Documentation