Winter Cardinal UI - v0.442.0 / DBasePaddingAdjustable
↳ DBasePaddingAdjustable
• new DBasePaddingAdjustable(theme
, options?
, callback?
): DBasePaddingAdjustable
Name | Type |
---|---|
theme |
DThemeBase |
options? |
DBaseOptions <any , any > |
callback? |
() => void |
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:15
• Protected
_abottom: number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:12
• Protected
_aleft: number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:13
• Protected
_aright: number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:11
• Protected
_atop: number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:10
• Protected
Optional
_bottom: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:15
• Protected
Optional
_callback: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:16
• Protected
Optional
_left: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:12
• Protected
Optional
_right: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:14
• Protected
_theme: DThemeBase
src/main/typescript/wcardinal/ui/d-base-padding.ts:11
• Protected
Optional
_top: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:13
• get
bottom(): undefined
| number
undefined
| number
DBasePadding.bottom
src/main/typescript/wcardinal/ui/d-base-padding.ts:104
• set
bottom(bottom
): void
Name | Type |
---|---|
bottom |
undefined | number |
void
DBasePadding.bottom
src/main/typescript/wcardinal/ui/d-base-padding.ts:108
• get
left(): undefined
| number
undefined
| number
DBasePadding.left
src/main/typescript/wcardinal/ui/d-base-padding.ts:53
• set
left(left
): void
Name | Type |
---|---|
left |
undefined | number |
void
DBasePadding.left
src/main/typescript/wcardinal/ui/d-base-padding.ts:57
• get
right(): undefined
| number
undefined
| number
DBasePadding.right
src/main/typescript/wcardinal/ui/d-base-padding.ts:87
• set
right(right
): void
Name | Type |
---|---|
right |
undefined | number |
void
DBasePadding.right
src/main/typescript/wcardinal/ui/d-base-padding.ts:91
• get
top(): undefined
| number
undefined
| number
DBasePadding.top
src/main/typescript/wcardinal/ui/d-base-padding.ts:70
• set
top(top
): void
Name | Type |
---|---|
top |
undefined | number |
void
DBasePadding.top
src/main/typescript/wcardinal/ui/d-base-padding.ts:74
▸ adjBottom(abottom
): void
Name | Type |
---|---|
abottom |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:69
▸ adjLeft(aleft
): void
Name | Type |
---|---|
aleft |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:27
▸ adjRight(aright
): void
Name | Type |
---|---|
aright |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:55
▸ adjTop(atop
): void
Name | Type |
---|---|
atop |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:41
▸ getBottom(): number
number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:65
▸ getCallback(): undefined
| () => void
undefined
| () => void
src/main/typescript/wcardinal/ui/d-base-padding.ts:45
▸ getLeft(): number
number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:23
▸ getRight(): number
number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:51
▸ getTheme(): DThemeBase
src/main/typescript/wcardinal/ui/d-base-padding.ts:37
▸ getTop(): number
number
src/main/typescript/wcardinal/ui/d-base-padding-adjustable.ts:37
▸ set(padding
): void
Name | Type |
---|---|
padding |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:117
▸ set(topAndBottom
, leftAndRight
): void
Name | Type |
---|---|
topAndBottom |
number |
leftAndRight |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:118
▸ set(top
, leftAndRight
, bottom
): void
Name | Type |
---|---|
top |
number |
leftAndRight |
number |
bottom |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:119
▸ set(top
, right
, bottom
, left
): void
Name | Type |
---|---|
top |
number |
right |
number |
bottom |
number |
left |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:120
▸ setTheme(theme
): void
Name | Type |
---|---|
theme |
DThemeBase |
void