CodeEditorWrapper | @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.

dispose

Returns void

fit

handleEvent

Returns void

hasClass

Parameters

Returns boolean

true if the node has the class, false otherwise.

hide

ProtectednotifyLayout

Returns void

ProtectedonActivateRequest

Returns void

ProtectedonAfterAttach

Returns void

ProtectedonAfterDetach

ProtectedonAfterHide

ProtectedonAfterShow

ProtectedonBeforeAttach

ProtectedonBeforeDetach

Returns void

ProtectedonBeforeHide

ProtectedonBeforeShow

ProtectedonChildAdded

Returns void

ProtectedonChildRemoved

Returns void

ProtectedonCloseRequest

ProtectedonFitRequest

ProtectedonResize

Returns void

ProtectedonUpdateRequest

processMessage

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