RevGrid - v0.9.3
GitHub
NPM
Sponsors
Preparing search index...
client/interfaces/view-cell
RevViewCell
Interface RevViewCell<BCS, SF>
interface
RevViewCell
<
BCS
extends
RevBehavioredColumnSettings
,
SF
extends
RevSchemaField
,
>
{
bounds
:
RevRectangle
;
columnSettings
:
BCS
;
isCellVisible
:
boolean
;
isColumnFixed
:
boolean
;
isColumnVisible
:
boolean
;
isFilter
:
boolean
;
isFixed
:
boolean
;
isHeader
:
boolean
;
isHeaderOrRowFixed
:
boolean
;
isMain
:
boolean
;
isMainRow
:
boolean
;
isRowFixed
:
boolean
;
isRowVisible
:
boolean
;
isScrollable
:
boolean
;
isSummary
:
boolean
;
paintFingerprint
:
undefined
|
RevViewCell
.
PaintFingerprint
;
subgrid
:
RevSubgrid
<
BCS
,
SF
>
;
viewLayoutColumn
:
RevViewLayoutColumn
<
BCS
,
SF
>
;
viewLayoutRow
:
RevViewLayoutRow
<
BCS
,
SF
>
;
viewValue
:
unknown
;
clearCellOwnProperties
()
:
void
;
}
Type Parameters
BCS
extends
RevBehavioredColumnSettings
SF
extends
RevSchemaField
Index
Properties
bounds
column
Settings
is
Cell
Visible
is
Column
Fixed
is
Column
Visible
is
Filter
is
Fixed
is
Header
is
Header
Or
Row
Fixed
is
Main
is
Main
Row
is
Row
Fixed
is
Row
Visible
is
Scrollable
is
Summary
paint
Fingerprint
subgrid
view
Layout
Column
view
Layout
Row
view
Value
Methods
clear
Cell
Own
Properties
Properties
Readonly
bounds
bounds
:
RevRectangle
Readonly
column
Settings
columnSettings
:
BCS
Readonly
is
Cell
Visible
isCellVisible
:
boolean
Readonly
is
Column
Fixed
isColumnFixed
:
boolean
Readonly
is
Column
Visible
isColumnVisible
:
boolean
Readonly
is
Filter
isFilter
:
boolean
Readonly
is
Fixed
isFixed
:
boolean
Readonly
is
Header
isHeader
:
boolean
Readonly
is
Header
Or
Row
Fixed
isHeaderOrRowFixed
:
boolean
Readonly
is
Main
isMain
:
boolean
Readonly
is
Main
Row
isMainRow
:
boolean
Readonly
is
Row
Fixed
isRowFixed
:
boolean
Readonly
is
Row
Visible
isRowVisible
:
boolean
Readonly
is
Scrollable
isScrollable
:
boolean
Readonly
is
Summary
isSummary
:
boolean
paint
Fingerprint
paintFingerprint
:
undefined
|
RevViewCell
.
PaintFingerprint
Readonly
subgrid
subgrid
:
RevSubgrid
<
BCS
,
SF
>
Readonly
view
Layout
Column
viewLayoutColumn
:
RevViewLayoutColumn
<
BCS
,
SF
>
Readonly
view
Layout
Row
viewLayoutRow
:
RevViewLayoutRow
<
BCS
,
SF
>
Readonly
view
Value
viewValue
:
unknown
Methods
clear
Cell
Own
Properties
clearCellOwnProperties
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
column
Settings
is
Cell
Visible
is
Column
Fixed
is
Column
Visible
is
Filter
is
Fixed
is
Header
is
Header
Or
Row
Fixed
is
Main
is
Main
Row
is
Row
Fixed
is
Row
Visible
is
Scrollable
is
Summary
paint
Fingerprint
subgrid
view
Layout
Column
view
Layout
Row
view
Value
Methods
clear
Cell
Own
Properties
GitHub
NPM
Sponsors
RevGrid - v0.9.3
Loading...