Search
Preparing search index...
The search index is not available
@web-atoms/core
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"core/AtomBridge"
BaseElementBridge
Class BaseElementBridge<T>
Type parameters
T
:
IAtomElement
Hierarchy
BaseElementBridge
AtomElementBridge
Index
Properties
ajax
control
Factory
create
Busy
Indicator
reset
set
Import
set
Template
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
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
set
Import
set
Import
:
function
Type declaration
(
element
:
any
, name
:
string
, templateFactory
:
function
)
:
void
Parameters
element:
any
name:
string
templateFactory:
function
(
)
:
any
Returns
any
Returns
void
set
Template
set
Template
:
function
Type declaration
(
element
:
any
, name
:
string
, templateFactory
:
function
)
:
void
Parameters
element:
any
name:
string
templateFactory:
function
(
)
:
any
Returns
any
Returns
void
Methods
Abstract
add
Event
Handler
add
Event
Handler
(
element
:
T
, name
:
string
, handler
:
EventListenerOrEventListenerObject
, capture
?:
boolean
)
:
IDisposable
Parameters
element:
T
name:
string
handler:
EventListenerOrEventListenerObject
Optional
capture:
boolean
Returns
IDisposable
Abstract
append
Child
append
Child
(
parent
:
T
, child
:
T
)
:
void
Parameters
parent:
T
child:
T
Returns
void
Abstract
atom
Parent
atom
Parent
(
element
:
T
, climbUp
?:
boolean
)
:
IUIAtomControl
Parameters
element:
T
Optional
climbUp:
boolean
Returns
IUIAtomControl
Abstract
attach
Control
attach
Control
(
element
:
T
, control
:
IUIAtomControl
)
:
void
Parameters
element:
T
control:
IUIAtomControl
Returns
void
Abstract
close
close
(
element
:
T
, success
:
function
, error
:
function
)
:
void
Parameters
element:
T
success:
function
(
)
:
void
Returns
void
error:
function
(
e
:
any
)
:
void
Parameters
e:
any
Returns
void
Returns
void
Abstract
create
create
(
type
:
string
|
function
|
object
, node
?:
any
, app
?:
any
)
:
T
Parameters
type:
string
|
function
|
object
Optional
node:
any
Optional
app:
any
Returns
T
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
Abstract
dispose
dispose
(
element
:
T
)
:
void
Parameters
element:
T
Returns
void
Abstract
element
Parent
element
Parent
(
element
:
T
)
:
T
Parameters
element:
T
Returns
T
Abstract
find
Child
find
Child
(
element
:
T
, name
:
string
)
:
T
Parameters
element:
T
name:
string
Returns
T
Abstract
get
Value
get
Value
(
element
:
HTMLElement
, name
:
string
)
:
any
Parameters
element:
HTMLElement
name:
string
Returns
any
Abstract
load
Content
load
Content
(
element
:
T
, text
:
string
)
:
void
Parameters
element:
T
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
Abstract
set
Value
set
Value
(
element
:
T
, name
:
string
, value
:
any
)
:
void
Parameters
element:
T
name:
string
value:
any
Returns
void
Abstract
template
Parent
template
Parent
(
element
:
T
)
:
IUIAtomControl
Parameters
element:
T
Returns
IUIAtomControl
Abstract
visit
Descendents
visit
Descendents
(
element
:
T
, action
:
function
)
:
void
Parameters
element:
T
action:
function
(
e
:
T
, ac
:
IUIAtomControl
)
:
boolean
Parameters
e:
T
ac:
IUIAtomControl
Returns
boolean
Returns
void
Abstract
watch
Property
watch
Property
(
element
:
T
, name
:
string
, events
:
string
[]
, f
:
function
)
:
IDisposable
Parameters
element:
T
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
Base
Element
Bridge
ajax
control
Factory
create
Busy
Indicator
reset
set
Import
set
Template
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
visit
Descendents
watch
Property
Generated using
TypeDoc