Main
Examples
Documentation
Contact us
Search
Preparing search index...
The search index is not available
table4js-components - v0.2.14
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
table4js-components - v0.2.14
TableRow
Class TableRow
Hierarchy
Base
TableRow
Implements
ITableRow
Index
Constructors
constructor
Properties
cells
click
color
id
mode
number
row
Data
select
selected
Accessors
css
Methods
get
Cell
Component
get
Cell
Component
Params
get
Property
Value
get
Property
Value
Core
get
Row
Component
get
Row
Component
Params
on
Property
Value
Changed
register
Property
Value
Listner
set
Property
Value
set
Property
Value
Core
un
Register
Property
Value
Listner
update
create
Properties
Storage
finish
Collect
Dependencies
start
Collect
Dependencies
Constructors
constructor
new
Table
Row
(
storage
?:
HashTableStorage
)
:
TableRow
Parameters
storage:
HashTableStorage
= ...
Returns
TableRow
Properties
cells
cells
:
ITableCell
[]
Array containing observable table cells
click
click
:
(
(
data
:
ITableRow
, event
:
any
)
=>
void
)
Type declaration
(
data
:
ITableRow
, event
:
any
)
:
void
Parameters
data:
ITableRow
event:
any
Returns
void
color
color
:
string
id
id
:
any
mode
mode
:
string
number
number
:
number
row
Data
row
Data
:
ITableRowData
The collection of data for a table row
select
select
:
(
(
data
:
ITableRow
, event
:
any
)
=>
void
)
Type declaration
(
data
:
ITableRow
, event
:
any
)
:
void
Parameters
data:
ITableRow
event:
any
Returns
void
selected
selected
:
boolean
Accessors
css
get
css
(
)
:
string
Returns
string
Methods
get
Cell
Component
get
Cell
Component
(
cell
:
ITableCell
)
:
string
Parameters
cell:
ITableCell
Returns
string
get
Cell
Component
Params
get
Cell
Component
Params
(
params
:
any
)
:
any
Parameters
params:
any
Returns
any
get
Property
Value
get
Property
Value
(
propertyName
:
string
, defaultValue
?:
any
)
:
any
Parameters
propertyName:
string
Optional
defaultValue:
any
Returns
any
Protected
get
Property
Value
Core
get
Property
Value
Core
(
propertyName
:
string
, defaultValue
?:
any
)
:
any
Parameters
propertyName:
string
Optional
defaultValue:
any
Returns
any
get
Row
Component
get
Row
Component
(
)
:
string
Returns
string
get
Row
Component
Params
get
Row
Component
Params
(
params
:
any
)
:
any
Parameters
params:
any
Returns
any
Protected
on
Property
Value
Changed
on
Property
Value
Changed
(
propertyName
:
string
, oldValue
:
any
, newValue
:
any
)
:
void
Parameters
propertyName:
string
oldValue:
any
newValue:
any
Returns
void
register
Property
Value
Listner
register
Property
Value
Listner
(
propertyName
:
string
, listner
:
(
(
oldValue
:
any
, newValue
:
any
)
=>
void
)
, key
?:
string
)
:
void
Parameters
propertyName:
string
listner:
(
(
oldValue
:
any
, newValue
:
any
)
=>
void
)
(
oldValue
:
any
, newValue
:
any
)
:
void
Parameters
oldValue:
any
newValue:
any
Returns
void
key:
string
= null
Returns
void
set
Property
Value
set
Property
Value
(
propertyName
:
string
, newValue
:
any
, defaultValue
?:
any
)
:
void
Parameters
propertyName:
string
newValue:
any
Optional
defaultValue:
any
Returns
void
Protected
set
Property
Value
Core
set
Property
Value
Core
(
propertyName
:
string
, newValue
:
any
)
:
void
Parameters
propertyName:
string
newValue:
any
Returns
void
un
Register
Property
Value
Listner
un
Register
Property
Value
Listner
(
propertyName
:
string
, key
?:
string
)
:
void
Parameters
propertyName:
string
key:
string
= null
Returns
void
update
update
(
quiet
?:
boolean
)
:
void
Parameters
quiet:
boolean
= true
Returns
void
Static
create
Properties
Storage
create
Properties
Storage
(
)
:
HashTableStorage
Returns
HashTableStorage
Static
finish
Collect
Dependencies
finish
Collect
Dependencies
(
)
:
Dependencies
Returns
Dependencies
Static
start
Collect
Dependencies
start
Collect
Dependencies
(
updater
:
(
(
)
=>
void
)
, target
:
Base
, property
:
string
)
:
void
Parameters
updater:
(
(
)
=>
void
)
(
)
:
void
Returns
void
target:
Base
property:
string
Returns
void
Exports
Icons
Table
Row
constructor
cells
click
color
id
mode
number
row
Data
select
selected
css
get
Cell
Component
get
Cell
Component
Params
get
Property
Value
get
Property
Value
Core
get
Row
Component
get
Row
Component
Params
on
Property
Value
Changed
register
Property
Value
Listner
set
Property
Value
set
Property
Value
Core
un
Register
Property
Value
Listner
update
create
Properties
Storage
finish
Collect
Dependencies
start
Collect
Dependencies
Do you still have questions?
Name
E-mail
Message
Send
Your message has been sent successfully!
We will contact you soon
Send a new message
Array containing observable table cells