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
stateState

The state to which the selection property belongs

selection_propertySelectionCallbackProperty

The selection property representing the combo.

data_collectionDataCollection

The data collection with which to stay in sync

Methods Summary

register_to_hub(self, hub)

Methods Documentation

register_to_hub(self, hub)[source]