PagedDataTableLocalization class
Constructors
Properties
- applyFilterButtonText → String
-
Applyno setter - cancelFilteringButtonText → String
-
Cancelno setter - editableColumnCancelButtonText → String
-
Cancelno setter - editableColumnSaveChangesButtonText → String
-
Save changesno setter - filterByTitle → String
-
Filter byno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageButtonText → String
-
Next pageno setter - noItemsFoundText → String
-
No items foundno setter - previousPageButtonText → String
-
Previous pageno setter - refreshText → String
-
Refreshno setter - removeAllFiltersButtonText → String
-
Removeno setter - removeFilterButtonText → String
-
Remove this filterno setter - rowsPerPageText → String
-
Rows per pageno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showFilterMenuTooltip → String
-
Filterno setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageIndicatorText(
Object currentPage) → String -
Page {currentPage} -
refreshedAtText(
Object time) → String -
Last refreshed at {time} -
toString(
) → String -
A string representation of this object.
inherited
-
totalElementsText(
Object totalElements) → String -
Showing {totalElements} elements
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- current → PagedDataTableLocalization
-
no setter
Static Methods
-
load(
Locale locale) → Future< PagedDataTableLocalization> -
maybeOf(
BuildContext context) → PagedDataTableLocalization? -
of(
BuildContext context) → PagedDataTableLocalization
Constants
- delegate → const AppLocalizationDelegate