ScopeType enum

This enumerated attribute defines the cells that the header (defined in the TableHeaderCell) element relates to.

Inheritance

Constructors

ScopeType(String nativeValue)
const

Values

row → const ScopeType

The header relates to all cells of the row it belongs to.

const ScopeType('row')
column → const ScopeType

The header relates to all cells of the column it belongs to.

const ScopeType('col')
rowGroup → const ScopeType

The header belongs to a rowgroup and relates to all of its cells.

const ScopeType('rowgroup')
columnGroup → const ScopeType

The header belongs to a colgroup and relates to all of its cells.

const ScopeType('colgroup')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
nativeValue String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ScopeType>
A constant List of the values in this enum, in order of their declaration.