Winter Cardinal UI - v0.442.0 / DBaseReflowableContainer

Class: DBaseReflowableContainer

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DBaseReflowableContainer(): DBaseReflowableContainer

Returns

DBaseReflowableContainer

Defined in

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

Properties

_list

Protected _list: DBaseReflowable[]

Defined in

src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:10

Methods

add

add(reflowable): void

Parameters

Name Type
reflowable DBaseReflowable

Returns

void

Defined in

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


onReflow

onReflow(base, width, height): void

Parameters

Name Type
base DBase<DThemeBase, DBaseOptions<DThemeBase, any>>
width number
height number

Returns

void

Implementation of

DBaseReflowable.onReflow

Defined in

src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:28


remove

remove(reflowable): void

Parameters

Name Type
reflowable DBaseReflowable

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:20