SearchDocumentView | @jupyterlab (original) (raw)

Hierarchy (View Summary)

Index

Constructors

constructor

Returns SearchDocumentView

Properties

Readonlynode

OptionalrenderPromise

renderPromise?: Promise<void>

Protected Optionaltranslator

Accessors

closed

dataset

disposed

hiddenMode

Returns void

id

isAttached

isDisposed

isHidden

isVisible

layout

Returns void

model

modelChanged

parent

Returns void

title

Methods

activate

addClass

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

focusSearchInput

hasClass

true if the node has the class, false otherwise.

hide

ProtectednotifyLayout

ProtectedonActivateRequest

ProtectedonAfterAttach

ProtectedonAfterDetach

ProtectedonAfterHide

ProtectedonAfterShow

ProtectedonBeforeAttach

ProtectedonBeforeDetach

ProtectedonBeforeHide

ProtectedonBeforeShow

ProtectedonChildAdded

Returns void

ProtectedonChildRemoved

Returns void

ProtectedonCloseRequest

ProtectedonFitRequest

ProtectedonResize

Returns void

ProtectedonUpdateRequest

processMessage

removeClass

render

ProtectedsetFiltersVisibility

setFlag

setHidden

Returns void

ProtectedsetReplaceInputVisibility

setReplaceText

Returns void

setSearchText

show

showReplace

testFlag

toggleClass

Returns boolean

true if the class is now present, false otherwise.

Notes

The class name must not contain whitespace.

update

Staticcreate

Returns ReactWidget