FoDropdownSelectComponent class

Annotations
  • @Component(selector: 'fo-dropdown-select', templateUrl: 'fo_dropdown_select_component.html', styleUrls: ['fo_dropdown_select_component.css'], directives: [coreDirectives, FoButtonComponent, FoIconComponent, FoLabelComponent, FoDropdownListComponent], changeDetection: ChangeDetectionStrategy.OnPush)

Constructors

FoDropdownSelectComponent(ChangeDetectorRef _changeDetectorRef)

Properties

actionButtonLabel String?
getter/setter pair
actionButtonTrigger Stream<FoButtonEvent>
no setter
allowNullSelection bool
getter/setter pair
constrainToViewPort bool
Make sure options doesn't extend beyond the viewport
getter/setter pair
disabled bool
getter/setter pair
Max height of the dropdown, in pixels
getter/setter pair
no setter
getter/setter pair
no setter
hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
materialIcons bool
getter/setter pair
options Map<String, List<FoDropdownOption>>
getter/setter pair
placeholder String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedId Object?
getter/setter pair
selectedIdChange Stream<Object?>
no setter
selectedOption FoDropdownOption?
getter/setter pair
selectorElement Element?
getter/setter pair
showDropdownCategoryLabels bool
getter/setter pair
showSearch bool
getter/setter pair

Methods

ngAfterChanges() → void
ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onActionButtonTrigger(FoButtonEvent event) → void
onClick(Event e) → void
onSelect(FoDropdownOption event) → void
toString() String
A string representation of this object.
inherited

Operators

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