Winter Cardinal UI - v0.442.0 / DTableScrollBar

Class: DTableScrollBar

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DTableScrollBar(parent, options, onUpdate): DTableScrollBar

Parameters

Name Type
parent DTableScrollBarParent
options undefined | DPaneScrollBarOptions
onUpdate (isRegionVisible: boolean) => void

Returns

DTableScrollBar

Inherited from

DPaneScrollBar.constructor

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:34

Properties

_isCalled

Protected _isCalled: boolean

Inherited from

DPaneScrollBar._isCalled

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:31


_isCalledSilently

Protected Optional _isCalledSilently: boolean

Inherited from

DPaneScrollBar._isCalledSilently

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:32


_isLocked

Protected _isLocked: number

Inherited from

DPaneScrollBar._isLocked

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:30


_onUpdate

Protected _onUpdate: (isRegionVisible: boolean) => void

Type declaration

▸ (isRegionVisible): void

Parameters
Name Type
isRegionVisible boolean
Returns

void

Inherited from

DPaneScrollBar._onUpdate

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:26


_parent

Protected _parent: DTableScrollBarParent

Inherited from

DPaneScrollBar._parent

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:25


horizontal

Readonly horizontal: DScrollBarHorizontal<DThemeScrollBar, DScrollBarOptions<DThemeScrollBar>>

Inherited from

DPaneScrollBar.horizontal

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:28


vertical

Readonly vertical: DScrollBarVertical<DThemeScrollBar, DScrollBarOptions<DThemeScrollBar>>

Inherited from

DPaneScrollBar.vertical

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:27

Methods

getOffsetHorizontalEnd

getOffsetHorizontalEnd(size): number

Parameters

Name Type
size number

Returns

number

Inherited from

DPaneScrollBar.getOffsetHorizontalEnd

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:110


getOffsetHorizontalStart

getOffsetHorizontalStart(size): number

Parameters

Name Type
size number

Returns

number

Inherited from

DPaneScrollBar.getOffsetHorizontalStart

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:106


getOffsetVerticalEnd

getOffsetVerticalEnd(size): number

Parameters

Name Type
size number

Returns

number

Inherited from

DPaneScrollBar.getOffsetVerticalEnd

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:118


getOffsetVerticalStart

getOffsetVerticalStart(size): number

Parameters

Name Type
size number

Returns

number

Overrides

DPaneScrollBar.getOffsetVerticalStart

Defined in

src/main/typescript/wcardinal/ui/d-table-scrollbar.ts:9


lock

lock(): void

Returns

void

Inherited from

DPaneScrollBar.lock

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:47


touch

touch(silently?): void

Parameters

Name Type
silently? boolean

Returns

void

Inherited from

DPaneScrollBar.touch

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:101


unlock

unlock(callIfNeeded): void

Parameters

Name Type
callIfNeeded boolean

Returns

void

Inherited from

DPaneScrollBar.unlock

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:55


update

update(silently?): void

Parameters

Name Type
silently? boolean

Returns

void

Inherited from

DPaneScrollBar.update

Defined in

src/main/typescript/wcardinal/ui/d-pane-scrollbar.ts:66