PagingMode enum

Inheritance

Constructors

PagingMode()
const

Values

auto → const PagingMode

If In a scrollable control, will use a pager, if not, will use infinite scroll.

infiniteScroll → const PagingMode

The controll will pull new records using the page size as needed as the user scrolls

pager → const PagingMode

The controll will display up to the page size of records and display the paging control based on the totalCount and page size to navigate between pages of data, requesting the valid page as required

none → const PagingMode

All results will always be loaded

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<PagingMode>
A constant List of the values in this enum, in order of their declaration.