Toolbar | @jupyterlab (original) (raw)

activate

addClass

addItem

Returns boolean

Whether the item was added to toolbar. Returns false if an item of the same name is already in the toolbar.

Notes

The item can be removed from the toolbar by setting its parent to null.

children

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

true if the widget is a descendant, false otherwise.

dispose

fit

ProtectedhandleClick

handleEvent

hasClass

true if the node has the class, false otherwise.

hide

insertAfter

Returns boolean

Whether the item was added to the toolbar. Returns false if an item of the same name is already in the toolbar.

Notes

The index will be clamped to the bounds of the items. The item can be removed from the toolbar by setting its parent to null.

insertBefore

Returns boolean

Whether the item was added to the toolbar. Returns false if an item of the same name is already in the toolbar.

Notes

The index will be clamped to the bounds of the items. The item can be removed from the toolbar by setting its parent to null.

insertItem

Returns boolean

Whether the item was added to the toolbar. Returns false if an item of the same name is already in the toolbar.

Notes

The index will be clamped to the bounds of the items. The item can be removed from the toolbar by setting its parent to null.

ProtectedinsertRelative

Returns boolean

names

An iterator over the toolbar item names.

ProtectednotifyLayout

ProtectedonActivateRequest

ProtectedonAfterAttach

ProtectedonAfterDetach

ProtectedonAfterHide

ProtectedonAfterShow

ProtectedonBeforeAttach

ProtectedonBeforeDetach

ProtectedonBeforeHide

ProtectedonBeforeShow

ProtectedonChildAdded

Returns void

ProtectedonChildRemoved

Returns void

ProtectedonCloseRequest

ProtectedonFitRequest

ProtectedonResize

Returns void

ProtectedonUpdateRequest

processMessage

removeClass

setFlag

setHidden

Returns void

show

testFlag

toggleClass

Returns boolean

true if the class is now present, false otherwise.

Notes

The class name must not contain whitespace.

update