lisa.notebook.WrappingHBox#
- class lisa.notebook.WrappingHBox(**kwargs: Any)[source]#
Bases:
HBoxHBox that will overflow on multiple lines if the content is too large to fit on one line.
HBox that will overflow on multiple lines if the content is too large to fit on one line.
Classes
__class__inheritedSee
traitlets.traitlets.HasTraits.__class__Attributes
box_styleinheritedchildreninheritedcomminheritedSee
ipywidgets.widgets.widget.Widget.commkeysinheritedlayoutinheritedSee
ipywidgets.widgets.domwidget.DOMWidget.layoutloginheritedSee
ipywidgets.widgets.widget.LoggingHasTraits.logtabbableinheritedtooltipinheritedwidget_typesinheritedSee
ipywidgets.widgets.widget.Widget.widget_typeswidgetsinheritedSee
ipywidgets.widgets.widget.Widget.widgetsProperties
cross_validation_lockinheritedSee
traitlets.traitlets.HasTraits.cross_validation_lockmodel_idinheritedMethods
__copy__()inheritedSee
ipywidgets.widgets.widget.Widget.__copy__()__deepcopy__()inheritedSee
ipywidgets.widgets.widget.Widget.__deepcopy__()__del__()inherited__setstate__()inheritedSee
traitlets.traitlets.HasTraits.__setstate__()add_class()inheritedadd_traits()inheritedblur()inheritedclass_own_trait_events()inheritedSee
traitlets.traitlets.HasTraits.class_own_trait_events()class_own_traits()inheritedSee
traitlets.traitlets.HasTraits.class_own_traits()class_trait_names()inheritedSee
traitlets.traitlets.HasTraits.class_trait_names()class_traits()inheritedSee
traitlets.traitlets.HasTraits.class_traits()close()inheritedclose_all()inheritedSee
ipywidgets.widgets.widget.Widget.close_all()focus()inheritedget_manager_state()inheritedget_state()inheritedget_view_spec()inheritedSee
ipywidgets.widgets.widget.Widget.get_view_spec()handle_comm_opened()inheritedhandle_control_comm_opened()inheritedSee
ipywidgets.widgets.widget.Widget.handle_control_comm_opened()has_trait()inheritedSee
traitlets.traitlets.HasTraits.has_trait()hold_sync()inheritedhold_trait_notifications()inheritedSee
traitlets.traitlets.HasTraits.hold_trait_notifications()notify_change()inheritedobserve()inheritedSee
traitlets.traitlets.HasTraits.observe()on_msg()inheritedon_trait_change()inheritedSee
traitlets.traitlets.HasTraits.on_trait_change()on_widget_constructed()inheritedSee
ipywidgets.widgets.widget.Widget.on_widget_constructed()open()inheritedremove_class()inheritedsend()inheritedsend_state()inheritedset_state()inheritedset_trait()inheritedSee
traitlets.traitlets.HasTraits.set_trait()setup_instance()inheritedSee
traitlets.traitlets.HasTraits.setup_instance()trait_defaults()inheritedSee
traitlets.traitlets.HasTraits.trait_defaults()trait_events()inheritedSee
traitlets.traitlets.HasTraits.trait_events()trait_has_value()inheritedSee
traitlets.traitlets.HasTraits.trait_has_value()trait_metadata()inheritedSee
traitlets.traitlets.HasTraits.trait_metadata()trait_names()inheritedSee
traitlets.traitlets.HasTraits.trait_names()trait_values()inheritedSee
traitlets.traitlets.HasTraits.trait_values()traits()inheritedSee
traitlets.traitlets.HasTraits.traits()unobserve()inheritedSee
traitlets.traitlets.HasTraits.unobserve()unobserve_all()inheritedSee
traitlets.traitlets.HasTraits.unobserve_all()
Classes#
- WrappingHBox.__class__#
alias of
MetaHasTraits
Attributes#
- WrappingHBox.box_style#
Inherited attribute, see
ipywidgets.widgets.widget_box.Box.box_style
- WrappingHBox.children#
Inherited attribute, see
ipywidgets.widgets.widget_box.Box.children
- WrappingHBox.comm#
Inherited attribute, see
ipywidgets.widgets.widget.Widget.comm
- WrappingHBox.keys#
Inherited attribute, see
ipywidgets.widgets.widget.Widget.keys
- WrappingHBox.layout#
Inherited attribute, see
ipywidgets.widgets.domwidget.DOMWidget.layout
- WrappingHBox.log#
Inherited attribute, see
ipywidgets.widgets.widget.LoggingHasTraits.log
- WrappingHBox.tabbable#
Inherited attribute, see
ipywidgets.widgets.domwidget.DOMWidget.tabbable
- WrappingHBox.tooltip#
Inherited attribute, see
ipywidgets.widgets.domwidget.DOMWidget.tooltip
- WrappingHBox.widget_types = <ipywidgets.widgets.widget.WidgetRegistry object>#
- WrappingHBox.widgets = {}#
Properties#
- property WrappingHBox.cross_validation_lock: Any#
Inherited property, see
traitlets.traitlets.HasTraits.cross_validation_lock
- property WrappingHBox.model_id#
Inherited property, see
ipywidgets.widgets.widget.Widget.model_id
Methods#
- WrappingHBox.__copy__()#
Inherited method, see
ipywidgets.widgets.widget.Widget.__copy__()
- WrappingHBox.__deepcopy__()#
Inherited method, see
ipywidgets.widgets.widget.Widget.__deepcopy__()
- WrappingHBox.__del__()#
Inherited method, see
ipywidgets.widgets.widget.Widget.__del__()
- WrappingHBox.__setstate__()#
Inherited method, see
traitlets.traitlets.HasTraits.__setstate__()
- WrappingHBox.add_class()#
Inherited method, see
ipywidgets.widgets.domwidget.DOMWidget.add_class()
- WrappingHBox.add_traits()#
Inherited method, see
ipywidgets.widgets.widget.Widget.add_traits()
- WrappingHBox.blur()#
Inherited method, see
ipywidgets.widgets.domwidget.DOMWidget.blur()
- classmethod WrappingHBox.class_own_trait_events()#
Inherited method, see
traitlets.traitlets.HasTraits.class_own_trait_events()
- classmethod WrappingHBox.class_own_traits()#
Inherited method, see
traitlets.traitlets.HasTraits.class_own_traits()
- classmethod WrappingHBox.class_trait_names()#
Inherited method, see
traitlets.traitlets.HasTraits.class_trait_names()
- classmethod WrappingHBox.class_traits()#
Inherited method, see
traitlets.traitlets.HasTraits.class_traits()
- WrappingHBox.close()#
Inherited method, see
ipywidgets.widgets.widget.Widget.close()
- classmethod WrappingHBox.close_all()#
Inherited method, see
ipywidgets.widgets.widget.Widget.close_all()
- WrappingHBox.focus()#
Inherited method, see
ipywidgets.widgets.domwidget.DOMWidget.focus()
- static WrappingHBox.get_manager_state()#
Inherited method, see
ipywidgets.widgets.widget.Widget.get_manager_state()
- WrappingHBox.get_state()#
Inherited method, see
ipywidgets.widgets.widget.Widget.get_state()
- WrappingHBox.get_view_spec()#
Inherited method, see
ipywidgets.widgets.widget.Widget.get_view_spec()
- static WrappingHBox.handle_comm_opened()#
Inherited method, see
ipywidgets.widgets.widget.Widget.handle_comm_opened()
- classmethod WrappingHBox.handle_control_comm_opened()#
Inherited method, see
ipywidgets.widgets.widget.Widget.handle_control_comm_opened()
- WrappingHBox.has_trait()#
Inherited method, see
traitlets.traitlets.HasTraits.has_trait()
- WrappingHBox.hold_sync()#
Inherited method, see
ipywidgets.widgets.widget.Widget.hold_sync()
- WrappingHBox.hold_trait_notifications()#
Inherited method, see
traitlets.traitlets.HasTraits.hold_trait_notifications()
- WrappingHBox.notify_change()#
Inherited method, see
ipywidgets.widgets.widget.Widget.notify_change()
- WrappingHBox.observe()#
Inherited method, see
traitlets.traitlets.HasTraits.observe()
- WrappingHBox.on_msg()#
Inherited method, see
ipywidgets.widgets.widget.Widget.on_msg()
- WrappingHBox.on_trait_change()#
Inherited method, see
traitlets.traitlets.HasTraits.on_trait_change()
- static WrappingHBox.on_widget_constructed()#
Inherited method, see
ipywidgets.widgets.widget.Widget.on_widget_constructed()
- WrappingHBox.open()#
Inherited method, see
ipywidgets.widgets.widget.Widget.open()
- WrappingHBox.remove_class()#
Inherited method, see
ipywidgets.widgets.domwidget.DOMWidget.remove_class()
- WrappingHBox.send()#
Inherited method, see
ipywidgets.widgets.widget.Widget.send()
- WrappingHBox.send_state()#
Inherited method, see
ipywidgets.widgets.widget.Widget.send_state()
- WrappingHBox.set_state()#
Inherited method, see
ipywidgets.widgets.widget.Widget.set_state()
- WrappingHBox.set_trait()#
Inherited method, see
traitlets.traitlets.HasTraits.set_trait()
- WrappingHBox.setup_instance()#
Inherited method, see
traitlets.traitlets.HasTraits.setup_instance()
- WrappingHBox.trait_defaults()#
Inherited method, see
traitlets.traitlets.HasTraits.trait_defaults()
- classmethod WrappingHBox.trait_events()#
Inherited method, see
traitlets.traitlets.HasTraits.trait_events()
- WrappingHBox.trait_has_value()#
Inherited method, see
traitlets.traitlets.HasTraits.trait_has_value()
- WrappingHBox.trait_metadata()#
Inherited method, see
traitlets.traitlets.HasTraits.trait_metadata()
- WrappingHBox.trait_names()#
Inherited method, see
traitlets.traitlets.HasTraits.trait_names()
- WrappingHBox.trait_values()#
Inherited method, see
traitlets.traitlets.HasTraits.trait_values()
- WrappingHBox.traits()#
Inherited method, see
traitlets.traitlets.HasTraits.traits()
- WrappingHBox.unobserve()#
Inherited method, see
traitlets.traitlets.HasTraits.unobserve()
- WrappingHBox.unobserve_all()#
Inherited method, see
traitlets.traitlets.HasTraits.unobserve_all()