PagedDataTableLocalization class
Constructors
Properties
- applyFilterButtonText → String
-
Apply
no setter - cancelFilteringButtonText → String
-
Cancel
no setter - editableColumnCancelButtonText → String
-
Cancel
no setter - editableColumnSaveChangesButtonText → String
-
Save changes
no setter - filterByTitle → String
-
Filter by
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageButtonText → String
-
Next page
no setter - noItemsFoundText → String
-
No items found
no setter - previousPageButtonText → String
-
Previous page
no setter - refreshText → String
-
Refresh
no setter - removeAllFiltersButtonText → String
-
Remove
no setter - removeFilterButtonText → String
-
Remove this filter
no setter - rowsPerPageText → String
-
Rows per page
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showFilterMenuTooltip → String
-
Filter
no 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