Search
Preparing search index...
The search index is not available
@web-atoms/core
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"core/AtomBridge"
AtomElementBridge
Class AtomElementBridge
Hierarchy
BaseElementBridge
<
HTMLElement
>
AtomElementBridge
Index
Properties
ajax
control
Factory
create
Busy
Indicator
reset
Methods
add
Event
Handler
append
Child
atom
Parent
attach
Control
close
create
create
Node
dispose
element
Parent
find
Child
get
Value
load
Content
refresh
Inherited
set
Value
template
Parent
to
Template
visit
Descendents
watch
Property
Properties
ajax
ajax
:
function
Type declaration
(
url
:
string
, options
:
AjaxOptions
, success
:
function
, failed
:
function
, progress
:
function
)
:
void
Parameters
url:
string
options:
AjaxOptions
success:
function
(
r
:
any
)
:
void
Parameters
r:
any
Returns
void
failed:
function
(
r
:
any
)
:
void
Parameters
r:
any
Returns
void
progress:
function
(
p
:
any
)
:
void
Parameters
p:
any
Returns
void
Returns
void
control
Factory
control
Factory
:
any
create
Busy
Indicator
create
Busy
Indicator
:
function
Type declaration
(
)
:
IDisposable
Returns
IDisposable
reset
reset
:
function
Type declaration
(
)
:
void
Returns
void
Methods
add
Event
Handler
add
Event
Handler
(
element
:
HTMLElement
, name
:
string
, handler
:
EventListenerOrEventListenerObject
, capture
?:
boolean
)
:
IDisposable
Parameters
element:
HTMLElement
name:
string
handler:
EventListenerOrEventListenerObject
Optional
capture:
boolean
Returns
IDisposable
append
Child
append
Child
(
parent
:
HTMLElement
, child
:
HTMLElement
)
:
void
Parameters
parent:
HTMLElement
child:
HTMLElement
Returns
void
atom
Parent
atom
Parent
(
element
:
HTMLElement
, climbUp
?:
boolean
)
:
IUIAtomControl
Parameters
element:
HTMLElement
Default value
climbUp:
boolean
= true
Returns
IUIAtomControl
attach
Control
attach
Control
(
element
:
HTMLElement
, control
:
IUIAtomControl
)
:
void
Parameters
element:
HTMLElement
control:
IUIAtomControl
Returns
void
close
close
(
element
:
HTMLElement
, success
:
function
, error
:
function
)
:
void
Parameters
element:
HTMLElement
success:
function
(
)
:
void
Returns
void
error:
function
(
e
:
any
)
:
void
Parameters
e:
any
Returns
void
Returns
void
create
create
(
type
:
string
)
:
HTMLElement
Parameters
type:
string
Returns
HTMLElement
create
Node
create
Node
(
target
:
any
, node
:
XNode
, binder
:
Function
, xNodeClass
:
Function
, creator
:
Function
)
:
any
Parameters
target:
any
node:
XNode
binder:
Function
xNodeClass:
Function
creator:
Function
Returns
any
dispose
dispose
(
element
:
HTMLElement
)
:
void
Parameters
element:
HTMLElement
Returns
void
element
Parent
element
Parent
(
element
:
HTMLElement
)
:
HTMLElement
Parameters
element:
HTMLElement
Returns
HTMLElement
find
Child
find
Child
(
element
:
HTMLElement
, name
:
string
)
:
HTMLElement
Parameters
element:
HTMLElement
name:
string
Returns
HTMLElement
get
Value
get
Value
(
element
:
HTMLElement
, name
:
string
)
:
any
Parameters
element:
HTMLElement
name:
string
Returns
any
load
Content
load
Content
(
element
:
HTMLElement
, text
:
string
)
:
void
Parameters
element:
HTMLElement
text:
string
Returns
void
refresh
Inherited
refresh
Inherited
(
target
:
object
, name
:
string
, fieldName
?:
string
)
:
void
Parameters
target:
object
name:
string
Optional
fieldName:
string
Returns
void
set
Value
set
Value
(
element
:
HTMLElement
, name
:
string
, value
:
any
)
:
void
Parameters
element:
HTMLElement
name:
string
value:
any
Returns
void
template
Parent
template
Parent
(
element
:
HTMLElement
)
:
IUIAtomControl
Parameters
element:
HTMLElement
Returns
IUIAtomControl
to
Template
to
Template
(
element
:
any
, creator
:
any
)
:
any
Parameters
element:
any
creator:
any
Returns
any
visit
Descendents
visit
Descendents
(
element
:
HTMLElement
, action
:
function
)
:
void
Parameters
element:
HTMLElement
action:
function
(
e
:
HTMLElement
, ac
:
IUIAtomControl
)
:
boolean
Parameters
e:
HTMLElement
ac:
IUIAtomControl
Returns
boolean
Returns
void
watch
Property
watch
Property
(
element
:
HTMLElement
, name
:
string
, events
:
string
[]
, f
:
function
)
:
IDisposable
Parameters
element:
HTMLElement
name:
string
events:
string
[]
f:
function
(
v
:
any
)
:
void
Parameters
v:
any
Returns
void
Returns
IDisposable
Globals
"core/
Atom
Bridge"
Atom
Bridge
Atom
Element
Bridge
ajax
control
Factory
create
Busy
Indicator
reset
add
Event
Handler
append
Child
atom
Parent
attach
Control
close
create
create
Node
dispose
element
Parent
find
Child
get
Value
load
Content
refresh
Inherited
set
Value
template
Parent
to
Template
visit
Descendents
watch
Property
Base
Element
Bridge
Generated using
TypeDoc