MetadataEditorTool | @jupyterlab (original) (raw)

activate

addClass

Returns void

children

Returns IterableIterator<Widget>

A new iterator over the children of the widget.

Notes

The widget must have a populated layout in order to have children.
If a layout is not installed, the returned iterator will be empty.

clearFlag

close

contains

Parameters

Returns boolean

true if the widget is a descendant, false otherwise.

ProtectedcreateEditor

dispose

fit

hasClass

Parameters

Returns boolean

true if the node has the class, false otherwise.

hide

ProtectednotifyLayout

Returns void

ProtectedonActivateRequest

ProtectedonActiveCellChanged

ProtectedonActiveCellMetadataChanged

ProtectedonActiveNotebookPanelChanged

Returns void

ProtectedonActiveNotebookPanelMetadataChanged

ProtectedonAfterAttach

ProtectedonAfterDetach

ProtectedonAfterHide

ProtectedonAfterShow

ProtectedonBeforeAttach

ProtectedonBeforeDetach

ProtectedonBeforeHide

ProtectedonBeforeShow

ProtectedonChildAdded

Returns void

ProtectedonChildRemoved

Returns void

ProtectedonCloseRequest

ProtectedonFitRequest

ProtectedonResize

Returns void

ProtectedonSelectionChanged

ProtectedonUpdateRequest

processMessage

Parameters

Returns void

removeClass

Returns void

setFlag

setHidden

Parameters

Returns void

show

testFlag

toggleClass

Parameters

Returns boolean

true if the class is now present, false otherwise.

Notes

The class name must not contain whitespace.

update