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