Winter Cardinal UI - v0.457.0 / DBaseReflowableContainer
• new DBaseReflowableContainer(): DBaseReflowableContainer
src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:12
• Protected _list: DBaseReflowable[]
src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:10
▸ add(reflowable): void
| Name | Type |
|---|---|
reflowable |
DBaseReflowable |
void
src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:16
▸ onReflow(base, width, height): void
| Name | Type |
|---|---|
base |
DBase<DThemeBase, DBaseOptions<DThemeBase, any>> |
width |
number |
height |
number |
void
src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:28
▸ remove(reflowable): void
| Name | Type |
|---|---|
reflowable |
DBaseReflowable |
void
src/main/typescript/wcardinal/ui/d-base-reflowable-container.ts:20