Winter Cardinal UI - v0.442.0 / DBasePadding

Class: DBasePadding

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new DBasePadding(theme, options?, callback?): DBasePadding

Parameters

Name Type
theme DThemeBase
options? DBaseOptions<any, any>
callback? () => void

Returns

DBasePadding

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:18

Properties

_bottom

Protected Optional _bottom: number

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:15


_callback

Protected Optional _callback: () => void

Type declaration

▸ (): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:16


_left

Protected Optional _left: number

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:12


_right

Protected Optional _right: number

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:14


_theme

Protected _theme: DThemeBase

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:11


_top

Protected Optional _top: number

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:13

Accessors

bottom

get bottom(): undefined | number

Returns

undefined | number

Implementation of

DPadding.bottom

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:104

set bottom(bottom): void

Parameters

Name Type
bottom undefined | number

Returns

void

Implementation of

DPadding.bottom

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:108


left

get left(): undefined | number

Returns

undefined | number

Implementation of

DPadding.left

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:53

set left(left): void

Parameters

Name Type
left undefined | number

Returns

void

Implementation of

DPadding.left

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:57


get right(): undefined | number

Returns

undefined | number

Implementation of

DPadding.right

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:87

set right(right): void

Parameters

Name Type
right undefined | number

Returns

void

Implementation of

DPadding.right

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:91


top

get top(): undefined | number

Returns

undefined | number

Implementation of

DPadding.top

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:70

set top(top): void

Parameters

Name Type
top undefined | number

Returns

void

Implementation of

DPadding.top

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:74

Methods

getBottom

getBottom(): number

Returns

number

Implementation of

DPadding.getBottom

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:100


getCallback

getCallback(): undefined | () => void

Returns

undefined | () => void

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:45


getLeft

getLeft(): number

Returns

number

Implementation of

DPadding.getLeft

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:49


getRight

getRight(): number

Returns

number

Implementation of

DPadding.getRight

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:83


getTheme

getTheme(): DThemeBase

Returns

DThemeBase

Implementation of

DPadding.getTheme

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:37


getTop

getTop(): number

Returns

number

Implementation of

DPadding.getTop

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:66


set

set(padding): void

Parameters

Name Type
padding number

Returns

void

Implementation of

DPadding.set

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:117

set(topAndBottom, leftAndRight): void

Parameters

Name Type
topAndBottom number
leftAndRight number

Returns

void

Implementation of

DPadding.set

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:118

set(top, leftAndRight, bottom): void

Parameters

Name Type
top number
leftAndRight number
bottom number

Returns

void

Implementation of

DPadding.set

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:119

set(top, right, bottom, left): void

Parameters

Name Type
top number
right number
bottom number
left number

Returns

void

Implementation of

DPadding.set

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:120


setTheme

setTheme(theme): void

Parameters

Name Type
theme DThemeBase

Returns

void

Implementation of

DPadding.setTheme

Defined in

src/main/typescript/wcardinal/ui/d-base-padding.ts:41