TrinaGridDatePicker class
TrinaGridDatePicker Calls the popup for date selection. Select the date by using the keyboard action of TrinaGrid.
Constructors
- TrinaGridDatePicker.new({required BuildContext context, required DateFormat dateFormat, required DateFormat headerDateFormat, DateTime? initDate, DateTime? startDate, DateTime? endDate, TrinaOnLoadedEventCallback? onLoaded, TrinaOnSelectedEventCallback? onSelected, double itemHeight = TrinaGridSettings.rowTotalHeight, TrinaGridConfiguration configuration = const TrinaGridConfiguration()})
Properties
- configuration → TrinaGridConfiguration
-
final
- context → BuildContext
-
final
- currentMonth ↔ int
-
getter/setter pair
- currentYear ↔ int
-
getter/setter pair
- dateFormat → DateFormat
-
final
- datePickerStateManager ↔ TrinaGridStateManager
-
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 → TrinaOnLoadedEventCallback?
-
final
- onSelected → TrinaOnSelectedEventCallback?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → DateTime?
-
final
Methods
-
keyboardListener(
TrinaGridEvent 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