FdcGridColumnPin enum
Horizontal pinning mode for a grid column.
Pinned columns stay visible while the scrollable column band moves
horizontally. none keeps the column in the normal scrollable band.
start and end define the initial/API pin edge but still allow the user
to unpin or move the column through the grid UI. startFixed and
endFixed define locked API pinning: the column stays pinned to that edge
and UI unpin/re-pin actions are not offered.
- Inheritance
- Available extensions
Values
- none → const FdcGridColumnPin
-
Column is not pinned.
- start → const FdcGridColumnPin
-
Column is pinned to the logical start edge and can be unpinned.
- end → const FdcGridColumnPin
-
Column is pinned to the logical end edge and can be unpinned.
- startFixed → const FdcGridColumnPin
-
Column is locked to the logical start edge.
- endFixed → const FdcGridColumnPin
-
Column is locked to the logical end edge.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isEnd → bool
-
Available on FdcGridColumnPin, provided by the FdcGridColumnPinProperties extension
Whether this mode pins the column to the logical end edge.no setter - isFixed → bool
-
Available on FdcGridColumnPin, provided by the FdcGridColumnPinProperties extension
Whether this mode prevents the user from unpinning the column.no setter - isPinned → bool
-
Available on FdcGridColumnPin, provided by the FdcGridColumnPinProperties extension
Whether this mode places the column in either pinned region.no setter - isStart → bool
-
Available on FdcGridColumnPin, provided by the FdcGridColumnPinProperties extension
Whether this mode pins the column to the logical start edge.no setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
FdcGridColumnPin> - A constant List of the values in this enum, in order of their declaration.