Search
Preparing search index...
The search index is not available
Winter Cardinal
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
controller/internal
PopupMemory
Class PopupMemory
Hierarchy
VisibilityControllerMemory
<
Popup
>
PopupMemory
Implements
SContainerParentMemory
TaskParentMemory
Index
Constructors
constructor
Properties
_ctrlrs
_events
_is
Changed
_is
Initialized
_is
Shown
_lock
_properties
_visibility
Methods
add
Data
Event
Handler_
call_
check
Visibility_
destroy_
each
Ctrlr_
each
Data
And
Ctrlr
Wrapper_
each_
get
Active
Page
Wrapper_
get
Active
Page_
get
Ctrlr
Wrapper_
get
Ctrlr
Wrappers_
get
Ctrlr_
get
Display
Name_
get
Dynamic
Info_
get
Event
Info_
get
History
State_
get
History
Title_
get
Name_
get
Parent_
get
Server_
get
Type_
get
Wrapper_
handle
Events_
hide
Child_
hide_
initialize_
is
Applicable_
is
Event
Stopped_
is
Hidden_
is
Historical_
is
History
Changed_
is
Initialized_
is
Local_
is
Locked_
is
Non
Null_
is
Read
Only_
is
Shown_
lock_
on
Unlock_
push
Event_
push
History_
put
Data
History
Hook_
put
Data_
put
Dynamic
Info
Handler
Data
Name_
put
Dynamic
Info
Handler_
put
Historical
Data_
reset
Authorized
Revision_
set
Authorized
Revision_
set
Display
Name_
set
Dynamic
Info_
set
History
State_
set
Partial
Dynamic
Info_
setSContainer
Dynamic
Info_
show
Child_
show_
start
Event_
stop
Event_
to
Json_
to
String_
trigger
Events_
uninitialize_
unlock_
update_
Constructors
constructor
new
Popup
Memory
(
name
:
string
, parent
:
ControllerMemory
, staticInfo
:
StaticInfo
, staticInstanceInfo
:
StaticInstanceInfo
|
null
, lock
:
Lock
, wrapperConstructor
:
WrapperConstructor
<
Popup
>
)
:
PopupMemory
Parameters
name:
string
parent:
ControllerMemory
staticInfo:
StaticInfo
staticInstanceInfo:
StaticInstanceInfo
|
null
lock:
Lock
wrapperConstructor:
WrapperConstructor
<
Popup
>
Returns
PopupMemory
Properties
Protected
_ctrlrs
_ctrlrs
:
PlainObject
<
ControllerMemory
>
Protected
_events
_events
:
EventInfo
|
null
= null
Protected
_is
Changed
_is
Changed
:
boolean
= false
Protected
_is
Initialized
_is
Initialized
:
boolean
= false
Private
_is
Shown
_is
Shown
:
SBooleanMemory
Protected
_lock
_lock
:
Lock
Protected
_properties
_properties
:
Properties
Protected
_visibility
_visibility
:
boolean
= true
Methods
add
Data
Event
Handler_
add
Data
Event
Handler_
(
eventHandler
:
EventHandler
)
:
void
Parameters
eventHandler:
EventHandler
Returns
void
call_
call_
(
data
:
CallRequest
, timeout
:
number
, isAjaxMode
:
boolean
)
:
Promise
<
unknown
>
Parameters
data:
CallRequest
timeout:
number
isAjaxMode:
boolean
Returns
Promise
<
unknown
>
Protected
check
Visibility_
check
Visibility_
(
)
:
void
Returns
void
destroy_
destroy_
(
)
:
void
Returns
void
Protected
each
Ctrlr_
each
Ctrlr_
(
iteratee
:
Iteratee
<
string
,
ControllerMemory
,
this
>
)
:
boolean
Parameters
iteratee:
Iteratee
<
string
,
ControllerMemory
,
this
>
Returns
boolean
each
Data
And
Ctrlr
Wrapper_
each
Data
And
Ctrlr
Wrapper_
(
iteratee
:
Iteratee
<
string
,
any
,
any
>
, thisArg
?:
unknown
)
:
boolean
Parameters
iteratee:
Iteratee
<
string
,
any
,
any
>
Optional
thisArg:
unknown
Returns
boolean
each_
each_
(
iteratee
:
Iteratee
<
string
,
any
,
any
>
, thisArg
:
unknown
)
:
boolean
Parameters
iteratee:
Iteratee
<
string
,
any
,
any
>
thisArg:
unknown
Returns
boolean
get
Active
Page
Wrapper_
get
Active
Page
Wrapper_
(
)
:
Controller
|
null
Returns
Controller
|
null
get
Active
Page_
get
Active
Page_
(
)
:
ControllerMemory
|
null
Returns
ControllerMemory
|
null
get
Ctrlr
Wrapper_
get
Ctrlr
Wrapper_
(
name
:
string
, type
:
ControllerType
)
:
Controller
|
null
Parameters
name:
string
type:
ControllerType
Returns
Controller
|
null
get
Ctrlr
Wrappers_
get
Ctrlr
Wrappers_
(
type
:
ControllerType
)
:
Controller
[]
Parameters
type:
ControllerType
Returns
Controller
[]
get
Ctrlr_
get
Ctrlr_
(
name
:
string
, type
:
ControllerType
)
:
ControllerMemory
|
null
Parameters
name:
string
type:
ControllerType
Returns
ControllerMemory
|
null
get
Display
Name_
get
Display
Name_
(
)
:
string
|
null
Returns
string
|
null
Protected
get
Dynamic
Info_
get
Dynamic
Info_
(
senderId
:
number
)
:
DynamicInfo
|
null
Parameters
senderId:
number
Returns
DynamicInfo
|
null
get
Event
Info_
get
Event
Info_
(
)
:
EventInfo
|
null
Returns
EventInfo
|
null
Protected
get
History
State_
get
History
State_
(
)
:
string
Returns
string
get
History
Title_
get
History
Title_
(
separator
:
string
)
:
string
Parameters
separator:
string
Returns
string
get
Name_
get
Name_
(
)
:
string
Returns
string
get
Parent_
get
Parent_
(
)
:
ControllerMemory
|
null
Returns
ControllerMemory
|
null
get
Server_
get
Server_
(
)
:
Server
Returns
Server
get
Type_
get
Type_
(
)
:
ControllerType
Returns
ControllerType
get
Wrapper_
get
Wrapper_
(
)
:
Popup
Returns
Popup
Protected
handle
Events_
handle
Events_
(
eventInfo
:
EventInfo
)
:
void
Parameters
eventInfo:
EventInfo
Returns
void
hide
Child_
hide
Child_
(
child
:
ControllerMemory
)
:
void
Parameters
child:
ControllerMemory
Returns
void
hide_
hide_
(
)
:
void
Returns
void
initialize_
initialize_
(
)
:
void
Returns
void
Protected
is
Applicable_
is
Applicable_
(
rejectionInfo
:
RejectionInfo
)
:
boolean
Parameters
rejectionInfo:
RejectionInfo
Returns
boolean
is
Event
Stopped_
is
Event
Stopped_
(
)
:
boolean
Returns
boolean
is
Hidden_
is
Hidden_
(
)
:
boolean
Returns
boolean
is
Historical_
is
Historical_
(
)
:
boolean
Returns
boolean
is
History
Changed_
is
History
Changed_
(
eventInfo
:
EventInfo
)
:
boolean
Parameters
eventInfo:
EventInfo
Returns
boolean
is
Initialized_
is
Initialized_
(
)
:
boolean
Returns
boolean
is
Local_
is
Local_
(
)
:
boolean
Returns
boolean
is
Locked_
is
Locked_
(
)
:
boolean
Returns
boolean
is
Non
Null_
is
Non
Null_
(
)
:
boolean
Returns
boolean
is
Read
Only_
is
Read
Only_
(
)
:
boolean
Returns
boolean
is
Shown_
is
Shown_
(
)
:
boolean
Returns
boolean
lock_
lock_
(
)
:
void
Returns
void
on
Unlock_
on
Unlock_
(
)
:
void
Returns
void
Protected
push
Event_
push
Event_
(
name
:
string
, type
:
string
[]
|
null
, args
:
unknown
[]
|
null
)
:
void
Parameters
name:
string
type:
string
[]
|
null
args:
unknown
[]
|
null
Returns
void
push
History_
push
History_
(
)
:
void
Returns
void
put
Data
History
Hook_
put
Data
History
Hook_
(
name
:
string
, hook
:
HistoryHook
)
:
void
Parameters
name:
string
hook:
HistoryHook
Returns
void
put
Data_
put
Data_
(
name
:
string
, data
:
SScalarMemory
|
SContainerMemory
)
:
void
Parameters
name:
string
data:
SScalarMemory
|
SContainerMemory
Returns
void
put
Dynamic
Info
Handler
Data
Name_
put
Dynamic
Info
Handler
Data
Name_
(
dataName
:
string
, handlerName
:
string
)
:
void
Parameters
dataName:
string
handlerName:
string
Returns
void
put
Dynamic
Info
Handler_
put
Dynamic
Info
Handler_
(
name
:
string
, handler
:
DynamicInfoHandler
)
:
void
Parameters
name:
string
handler:
DynamicInfoHandler
Returns
void
put
Historical
Data_
put
Historical
Data_
(
name
:
string
, data
:
SScalarMemory
|
SContainerMemory
)
:
void
Parameters
name:
string
data:
SScalarMemory
|
SContainerMemory
Returns
void
Protected
reset
Authorized
Revision_
reset
Authorized
Revision_
(
)
:
void
Returns
void
Protected
set
Authorized
Revision_
set
Authorized
Revision_
(
senderIds
:
number
[]
)
:
void
Parameters
senderIds:
number
[]
Returns
void
set
Display
Name_
set
Display
Name_
(
displayName
:
string
)
:
void
Parameters
displayName:
string
Returns
void
Protected
set
Dynamic
Info_
set
Dynamic
Info_
(
dynamicInfo
:
DynamicInfo
)
:
void
Parameters
dynamicInfo:
DynamicInfo
Returns
void
Protected
set
History
State_
set
History
State_
(
index
:
number
, parts
:
string
[]
)
:
number
Parameters
index:
number
parts:
string
[]
Returns
number
set
Partial
Dynamic
Info_
set
Partial
Dynamic
Info_
(
senderId
:
number
, dynamicInfo
:
DynamicInfo
)
:
void
Parameters
senderId:
number
dynamicInfo:
DynamicInfo
Returns
void
Protected
setSContainer
Dynamic
Info_
setSContainer
Dynamic
Info_
(
dynamicInfo
:
DynamicInfo
, hasNonSContainer
:
boolean
[]
)
:
RejectionInfo
|
null
Parameters
dynamicInfo:
DynamicInfo
hasNonSContainer:
boolean
[]
Returns
RejectionInfo
|
null
show
Child_
show
Child_
(
child
:
ControllerMemory
)
:
void
Parameters
child:
ControllerMemory
Returns
void
show_
show_
(
)
:
void
Returns
void
start
Event_
start
Event_
(
)
:
this
Returns
this
stop
Event_
stop
Event_
(
)
:
this
Returns
this
to
Json_
to
Json_
(
)
:
unknown
Returns
unknown
to
String_
to
String_
(
)
:
string
Returns
string
Protected
trigger
Events_
trigger
Events_
(
eventInfo
:
EventInfo
)
:
boolean
Parameters
eventInfo:
EventInfo
Returns
boolean
uninitialize_
uninitialize_
(
)
:
void
Returns
void
unlock_
unlock_
(
)
:
void
Returns
void
update_
update_
(
)
:
void
Returns
void
Globals
Internals
controller
controller/data
event
exception
io
server
util
util/dom
util/lang
Externals
controller/data/internal
controller/internal
controller/internal/info
event/internal
exception/internal
server/internal
util/internal
util/lang/internal
Popup
Memory
constructor
_ctrlrs
_events
_is
Changed
_is
Initialized
_is
Shown
_lock
_properties
_visibility
add
Data
Event
Handler_
call_
check
Visibility_
destroy_
each
Ctrlr_
each
Data
And
Ctrlr
Wrapper_
each_
get
Active
Page
Wrapper_
get
Active
Page_
get
Ctrlr
Wrapper_
get
Ctrlr
Wrappers_
get
Ctrlr_
get
Display
Name_
get
Dynamic
Info_
get
Event
Info_
get
History
State_
get
History
Title_
get
Name_
get
Parent_
get
Server_
get
Type_
get
Wrapper_
handle
Events_
hide
Child_
hide_
initialize_
is
Applicable_
is
Event
Stopped_
is
Hidden_
is
Historical_
is
History
Changed_
is
Initialized_
is
Local_
is
Locked_
is
Non
Null_
is
Read
Only_
is
Shown_
lock_
on
Unlock_
push
Event_
push
History_
put
Data
History
Hook_
put
Data_
put
Dynamic
Info
Handler
Data
Name_
put
Dynamic
Info
Handler_
put
Historical
Data_
reset
Authorized
Revision_
set
Authorized
Revision_
set
Display
Name_
set
Dynamic
Info_
set
History
State_
set
Partial
Dynamic
Info_
setSContainer
Dynamic
Info_
show
Child_
show_
start
Event_
stop
Event_
to
Json_
to
String_
trigger
Events_
uninitialize_
unlock_
update_
Generated using
TypeDoc