ComboHelper¶
-
class
glue.core.data_combo_helper.ComboHelper(state, selection_property)[source]¶ Bases:
glue.core.hub.HubListenerBase class for any combo helper represented by a SelectionCallbackProperty.
This stores the state and selection property and exposes the
state,selectionandchoicesproperties.- Parameters
- state
State The state to which the selection property belongs
- selection_property
SelectionCallbackProperty The selection property representing the combo.
- state
Attributes Summary
The current valid choices for the combo.
The current display function for the combo (the function that relates the Python objects to the display label)
The current selected value.
The state to which the selection property belongs.
Attributes Documentation