SelectFileExtensionComponent#
- class jdaviz.core.template_mixin.SelectFileExtensionComponent(**kwargs: Any)[source]#
Bases:
SelectPluginComponentThis extends BasePluginComponent for common functionality for a select/dropdown component. The subclasses MUST have an
itemstraitlet as a list of dictionaries, with ‘label’ as the selection entry (and any other optional entries for styling, etc) and aselectedstring traitlet. The subclasses should also overrideselected_objand may choose to override_selected_changed(likely with a super call to keep the base logic).Attributes Summary
Attributes Documentation
- data_hashes#
- indices#
- name_vers#
- names#
- selected_index#
- selected_name#
- selected_obj#
- suffixes#