FoDatePickerComponent class

Annotations
  • @Component(selector: 'fo-date-picker', templateUrl: 'fo_date_picker_component.html', styleUrls: ['fo_date_picker_component.css'], directives: [coreDirectives, FoButtonComponent, FoDropdownComponent, FoIconComponent, FoLabelComponent], pipes: [BlocPipe, DatePipe], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoDatePickerComponent()

Properties

date DateTime?
no getter
datePickerCubit DatePickerCubit
final
disabled bool
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pair
onDateChange Stream<DateTime?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekdays List<String>
final

Methods

advanceMonth(int howMany) → void
advanceYear(int howMany) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClick(Event e) → void
toString() String
A string representation of this object.
inherited

Operators

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