Winter Cardinal UI - v0.442.0 / DBaseStateSetImpl
DBaseStateSetImpl
• new DBaseStateSetImpl(): DBaseStateSetImpl
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:26
• Protected
Optional
_blinker: DBaseStateSetBlinker
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:23
• Protected
_local: Map
<string
, null
| number
>
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:21
• Protected
_parent: null
| DBaseStateSet
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:22
• Protected
Optional
_ticker: DBaseStateSetTicker
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:24
• get
blinker(): DBaseStateSetBlinker
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:54
• get
inActive(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:504
• get
inAlternated(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:848
• get
inChanged(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:828
• get
inDisabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:584
• get
inEnabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:564
• get
inFailed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:788
• get
inFocusReverse(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:668
• get
inFocusRoot(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:648
• get
inFocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:688
• get
inFocused(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:628
• get
inGesturing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:608
• get
inHovered(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:484
• get
inInvalid(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:728
• get
inPressed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:524
• get
inProcessing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:748
• get
inReadOnly(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:544
• get
inSucceeded(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:768
• get
inUnfocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:708
• get
inWarned(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:808
• get
isActionable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:596
• get
isActive(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:496
• set
isActive(isActive
): void
Name | Type |
---|---|
isActive |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:500
• get
isAlternated(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:840
• set
isAlternated(isAlternated
): void
Name | Type |
---|---|
isAlternated |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:844
• get
isChanged(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:820
• set
isChanged(isChanged
): void
Name | Type |
---|---|
isChanged |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:824
• get
isDisabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:576
• set
isDisabled(isDisabled
): void
Name | Type |
---|---|
isDisabled |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:580
• get
isEnabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:556
• set
isEnabled(isEnabled
): void
Name | Type |
---|---|
isEnabled |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:560
• get
isFailed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:780
• set
isFailed(failed
): void
Name | Type |
---|---|
failed |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:784
• get
isFocusReverse(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:660
• set
isFocusReverse(isFocusReverse
): void
Name | Type |
---|---|
isFocusReverse |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:664
• get
isFocusRoot(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:640
• set
isFocusRoot(isFocusRoot
): void
Name | Type |
---|---|
isFocusRoot |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:644
• get
isFocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:680
• set
isFocusable(isFocusable
): void
Name | Type |
---|---|
isFocusable |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:684
• get
isFocused(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:620
• set
isFocused(isFocused
): void
Name | Type |
---|---|
isFocused |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:624
• get
isGesturing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:600
• set
isGesturing(isGesturing
): void
Name | Type |
---|---|
isGesturing |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:604
• get
isHovered(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:476
• set
isHovered(isHovered
): void
Name | Type |
---|---|
isHovered |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:480
• get
isInvalid(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:720
• set
isInvalid(invalid
): void
Name | Type |
---|---|
invalid |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:724
• get
isPressed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:516
• set
isPressed(isPressed
): void
Name | Type |
---|---|
isPressed |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:520
• get
isProcessing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:740
• set
isProcessing(processing
): void
Name | Type |
---|---|
processing |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:744
• get
isReadOnly(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:536
• set
isReadOnly(isReadOnly
): void
Name | Type |
---|---|
isReadOnly |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:540
• get
isSucceeded(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:760
• set
isSucceeded(succeeded
): void
Name | Type |
---|---|
succeeded |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:764
• get
isUnfocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:700
• set
isUnfocusable(unfocusable
): void
Name | Type |
---|---|
unfocusable |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:704
• get
isWarned(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:800
• set
isWarned(isWarned
): void
Name | Type |
---|---|
isWarned |
boolean |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:804
• get
local(): Map
<string
, null
| number
>
Map
<string
, null
| number
>
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:31
• get
onActive(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:508
• get
onAlternated(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:852
• get
onChanged(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:832
• get
onDisabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:588
• get
onEnabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:568
• get
onFailed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:792
• get
onFocusReverse(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:672
• get
onFocusRoot(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:652
• get
onFocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:692
• get
onFocused(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:632
• get
onGesturing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:612
• get
onHovered(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:488
• get
onInvalid(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:732
• get
onPressed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:528
• get
onProcessing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:752
• get
onReadOnly(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:548
• get
onSucceeded(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:772
• get
onUnfocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:712
• get
onWarned(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:812
• get
parent(): null
| DBaseStateSet
null
| DBaseStateSet
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:35
• set
parent(parent
): void
Name | Type |
---|---|
parent |
null | DBaseStateSet |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:39
• get
ticker(): DBaseStateSetTicker
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:67
• get
underActive(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:512
• get
underAlternated(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:856
• get
underChanged(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:836
• get
underDisabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:592
• get
underEnabled(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:572
• get
underFailed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:796
• get
underFocusReverse(): boolean
boolean
DBaseStateSet.underFocusReverse
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:676
• get
underFocusRoot(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:656
• get
underFocusable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:696
• get
underFocused(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:636
• get
underGesturing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:616
• get
underHovered(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:492
• get
underInvalid(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:736
• get
underPressed(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:532
• get
underProcessing(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:756
• get
underReadOnly(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:552
• get
underSucceeded(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:776
• get
underUnfocusable(): boolean
boolean
DBaseStateSet.underUnfocusable
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:716
• get
underWarned(): boolean
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:816
▸ add(state
, value?
): this
Name | Type | Default value |
---|---|---|
state |
string |
undefined |
value |
null | number |
null |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:120
▸ addAll(states
): this
Name | Type |
---|---|
states |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:152
▸ addAll(states
): this
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:153
▸ addAll(states
): this
Name | Type |
---|---|
states |
string [] | DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:154
▸ addAll(...states
): this
Name | Type |
---|---|
...states |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:156
▸ addAll(...states
): this
Name | Type |
---|---|
...states |
DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:157
▸ addAllObject(states
): this
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:189
▸ addAllString(states
): this
Name | Type |
---|---|
states |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:177
▸ begin(): this
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:107
▸ checkAdded(added
, value
): boolean
Name | Type |
---|---|
added |
string |
value |
null | number |
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:115
▸ checkAddedsObject(states
): boolean
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:140
▸ checkAddedsString(states
): boolean
Name | Type |
---|---|
states |
string [] |
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:129
▸ checkRemoved(removed
): boolean
Name | Type |
---|---|
removed |
string |
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:202
▸ checkRemovedsObject(states
): boolean
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:225
▸ checkRemovedsString(states
): boolean
Name | Type |
---|---|
states |
string [] |
boolean
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:215
▸ clear(): this
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:429
▸ copy(other
): this
Name | Type |
---|---|
other |
DBaseStateSet |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:462
▸ doSet(added
, value
, removed?
): this
Name | Type |
---|---|
added |
null | string |
value |
null | number |
removed? |
null | string |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:345
▸ each(iteratee
): this
Name | Type |
---|---|
iteratee |
(state : string , value : null | number ) => void |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:451
▸ end(): this
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:111
▸ in(state
, value?
): boolean
Returns true if the given state is on or if one of the parents has the given state. If the given value is undefined, values assigned to states are ignored. If the given value is not undefined, values assigned to states are taken into account.
Name | Type | Description |
---|---|---|
state |
string |
a state |
value? |
null | number |
a state value |
boolean
true if the given state is on or if one of the parents has the given state.
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:85
▸ is(state
, value?
): boolean
Returns true if the given state is on. If the given value is undefined, values assigned to states are ignored. If the given value is not undefined, values assigned to states are taken into account.
Name | Type | Description |
---|---|---|
state |
string |
a state |
value? |
null | number |
a state value |
boolean
true if the given state is on
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:80
▸ lock(callOnChange?
): this
Locks this state set. The locked state set delays calling the change event handler.
Name | Type | Description |
---|---|---|
callOnChange? |
boolean |
false to stop calling the change event handler when unlocked |
this
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:99
▸ newBlinker(): DBaseStateSetBlinker
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:63
▸ newTicker(): DBaseStateSetTicker
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:76
▸ on(state
, value?
): boolean
Returns true if the direct parent has the given state. If the given value is undefined, values assigned to states are ignored. If the given value is not undefined, values assigned to states are taken into account.
Name | Type | Description |
---|---|---|
state |
string |
a state |
value? |
null | number |
a state value |
boolean
true if the direct parent has the given state.
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:89
▸ onParentChange(newState
, oldState
): void
Name | Type |
---|---|
newState |
DBaseStateSet |
oldState |
DBaseStateSet |
void
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:47
▸ remove(state
): this
Name | Type |
---|---|
state |
string |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:206
▸ removeAll(states
): this
Name | Type |
---|---|
states |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:235
▸ removeAll(states
): this
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:236
▸ removeAll(states
): this
Name | Type |
---|---|
states |
string [] | DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:237
▸ removeAll(...states
): this
Name | Type |
---|---|
...states |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:239
▸ removeAll(...states
): this
Name | Type |
---|---|
...states |
DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:240
▸ removeAll(matcher
): this
Name | Type |
---|---|
matcher |
DBaseStateMatcher |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:242
▸ removeAllMatcher(matcher
): this
Name | Type |
---|---|
matcher |
DBaseStateMatcher |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:266
▸ removeAllObject(states
): this
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:296
▸ removeAllString(states
): this
Name | Type |
---|---|
states |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:284
▸ set(state
, on
): this
Name | Type |
---|---|
state |
string |
on |
boolean |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:308
▸ set(state
, value
, on
): this
Name | Type |
---|---|
state |
string |
value |
null | number |
on |
boolean |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:309
▸ set(added
, removed
): this
Name | Type |
---|---|
added |
null | string |
removed |
null | string |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:311
▸ set(added
, value
, removed
): this
Name | Type |
---|---|
added |
null | string |
value |
null | number |
removed |
null | string |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:312
▸ setAll(states
, on
): this
Name | Type |
---|---|
states |
string [] |
on |
boolean |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:362
▸ setAll(states
, on
): this
Name | Type |
---|---|
states |
DBaseStateAndValue [] |
on |
boolean |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:363
▸ setAll(states
, on
): this
Name | Type |
---|---|
states |
string [] | DBaseStateAndValue [] |
on |
boolean |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:364
▸ setAll(addeds
, removeds
): this
Name | Type |
---|---|
addeds |
null | string [] |
removeds |
null | string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:366
▸ setAll(addeds
, removeds
): this
Name | Type |
---|---|
addeds |
null | DBaseStateAndValue [] |
removeds |
null | string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:367
▸ setAll(addeds
, removeds
): this
Name | Type |
---|---|
addeds |
null | string [] | DBaseStateAndValue [] |
removeds |
null | string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:368
▸ setAllObject(addeds
, removeds
): this
Name | Type |
---|---|
addeds |
DBaseStateAndValue [] |
removeds |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:413
▸ setAllString(addeds
, removeds
): this
Name | Type |
---|---|
addeds |
string [] |
removeds |
string [] |
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:398
▸ size(): number
number
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:458
▸ toObject(): DBaseStateSetLike
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:860
▸ toString(): string
string
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:870
▸ under(state
, value?
): boolean
Returns true if one of the parents has the given state. If the given value is undefined, values assigned to states are ignored. If the given value is not undefined, values assigned to states are taken into account.
Name | Type | Description |
---|---|---|
state |
string |
a state |
value? |
null | number |
a state value |
boolean
true if one of the parents has the given state.
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:94
▸ unlock(): this
Unlocks this state set and calls the change event handler if this state set has changed.
However, if this state set is locked with the callOnChange
of false, the change event handler is not called.
this
this
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:103
▸ valueOf(state
, def?
): undefined
| null
| number
Name | Type |
---|---|
state |
string |
def? |
null | number |
undefined
| null
| number
src/main/typescript/wcardinal/ui/d-base-state-set-impl.ts:439