PlutoGridDatePicker class

PlutoGridDatePicker Calls the popup for date selection. Select the date by using the keyboard action of PlutoGrid.

Constructors

PlutoGridDatePicker({required BuildContext context, required DateFormat dateFormat, required DateFormat headerDateFormat, DateTime? initDate, DateTime? startDate, DateTime? endDate, PlutoOnLoadedEventCallback? onLoaded, PlutoOnSelectedEventCallback? onSelected, double itemHeight = PlutoGridSettings.rowTotalHeight, PlutoGridConfiguration configuration = const PlutoGridConfiguration()})

Properties

configuration PlutoGridConfiguration
final
context BuildContext
final
currentMonth int
getter/setter pair
currentYear int
getter/setter pair
dateFormat → DateFormat
final
datePickerStateManager PlutoGridStateManager
latefinal
endDate DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
headerDateFormat → DateFormat
final
initDate DateTime?
final
itemHeight double
final
keyboardStream StreamSubscription
latefinal
onLoaded PlutoOnLoadedEventCallback?
final
onSelected PlutoOnSelectedEventCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
final

Methods

keyboardListener(PlutoGridEvent event) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

dateCellWidth double
getter/setter pair