table_view_ex
library
Typedefs
-
CombiningTableSpanExtent
= CombiningSpanExtent
-
Runs the result of two TableSpanExtents through a
combiner function
to determine the ultimate pixel extent of a span.
-
CombiningTreeRowExtent
= CombiningSpanExtent
-
Runs the result of two TreeRowExtents through a
combiner function
to determine the ultimate pixel height of a tree row.
-
FixedTableSpanExtent
= FixedSpanExtent
-
A span extent with a fixed pixels value.
-
FixedTreeRowExtent
= FixedSpanExtent
-
A TreeRow with a fixed pixels height.
-
FractionalTableSpanExtent
= FractionalSpanExtent
-
Specified the span extent as a fraction of the viewport extent.
-
FractionalTreeRowExtent
= FractionalSpanExtent
-
Specified the TreeRow height as a fraction of the viewport extent.
-
MaxTableSpanExtent
= MaxSpanExtent
-
Returns the larger pixel extent of the two provided TableSpanExtent.
-
MaxTreeRowExtent
= MaxSpanExtent
-
Returns the larger pixel extent of the two provided TreeRowExtent.
-
MinTableSpanExtent
= MinSpanExtent
-
Returns the smaller pixel extent of the two provided TableSpanExtent.
-
MinTreeRowExtent
= MinSpanExtent
-
Returns the smaller pixel extent of the two provided TreeRowExtent.
-
RemainingTableSpanExtent
= RemainingSpanExtent
-
Specifies that the span should occupy the remaining space in the viewport.
-
RemainingTreeRowExtent
= RemainingSpanExtent
-
Specifies that the row should occupy the remaining space in the viewport.
-
RowColorProvider
= Color Function(int rowIndex)
-
-
SortRequestHandler
= void Function(int colIndex)
-
-
SpanExtentCombiner
= double Function(double, double)
-
Signature for a function that combines the result of two
SpanExtent.calculateExtent invocations.
-
TableSpan
= Span
-
Defines the extent, visual appearance, and gesture handling of a row or
column in a TableView.
-
TableSpanBorder
= SpanBorder
-
Describes the border for a TableSpan.
-
TableSpanBuilder
= TableSpan? Function(int index)
-
Signature for a function that creates a TableSpan for a given index of row
or column in a TableView.
-
TableSpanDecoration
= SpanDecoration
-
A decoration for a TableSpan.
-
TableSpanDecorationPaintDetails
= SpanDecorationPaintDetails
-
Provides the details of a given TableSpanDecoration for painting.
-
TableSpanExtent
= SpanExtent
-
Defines the extent of a TableSpan.
-
TableSpanExtentCombiner
= SpanExtentCombiner
-
Signature for a function that combines the result of two
TableSpanExtent.calculateExtent invocations.
-
TableSpanExtentDelegate
= SpanExtentDelegate
-
Delegate passed to TableSpanExtent.calculateExtent from the
RenderTableViewport during layout.
-
TableSpanPadding
= SpanPadding
-
Defines the leading and trailing padding values of a TableSpan.
-
TableViewCellBuilder
= TableViewCell Function(BuildContext context, TableVicinity vicinity)
-
Signature for a function that creates a child TableViewCell for a given
TableVicinity in a TableView, but may return null.
-
TreeRow
= Span
-
Defines the extent, visual appearance, and gesture handling of a row in a
TreeView.
-
TreeRowDecoration
= SpanDecoration
-
A decoration for a TreeRow.
-
TreeRowDecorationPaintDetails
= SpanDecorationPaintDetails
-
Provides the details of a given TreeRowDecoration for painting.
-
TreeRowExtent
= SpanExtent
-
Defines the extent, or height, of a TreeRow.
-
TreeRowExtentCombiner
= SpanExtentCombiner
-
Signature for a function that combines the result of two
TreeRowExtent.calculateExtent invocations.
-
TreeRowExtentDelegate
= SpanExtentDelegate
-
Delegate passed to
TreeSpanExtent.calculateExtent from the
RenderTreeViewport during layout.
-
TreeRowPadding
= SpanPadding
-
Defines the leading and trailing padding values of a TreeRow.
-
TreeVicinityToRowBuilder
= TreeRow Function(TreeVicinity)
-
Returns a TreeRow for the given TreeVicinity in the TreeView.
-
TreeViewNodeBuilder<T>
= Widget Function(BuildContext context, TreeViewNode<T> node, AnimationStyle toggleAnimationStyle)
-
Signature for a function that creates a Widget to represent the given
TreeViewNode in the TreeView.
-
TreeViewNodeCallback<T>
= void Function(TreeViewNode<T> node)
-
Signature for a function that is called when a TreeViewNode is toggled,
changing its expanded state.
-
TreeViewNodesAnimation
= ({int fromIndex, int toIndex, double value})
-
Represents the animation of the children of a parent TreeViewNode that
are animating into or out of view.
-
TreeViewRowBuilder<T>
= TreeRow Function(TreeViewNode<T> node)
-
Signature for a function that creates a TreeRow for a given
TreeViewNode in a TreeView.