MenuItemAffixListComponent class
Renders the list of menu item affixes.
An affix can be a text or an icon component. This component also listens on any affix list changes.
- Implemented types
- Annotations
-
- @Component(selector: 'menu-item-affix-list', changeDetection: ChangeDetectionStrategy.onPush, directives: [DynamicComponent, NgFor, NgIf], providers: [ExistingProvider(HasDisabled, MenuItemAffixListComponent)], template: '<template #loadPoint></template>', styleUrls: ['menu_item_affix_list.scss.css'])
Constructors
- MenuItemAffixListComponent(ChangeDetectorRef _cdRef)
Properties
- disabled ↔ bool
-
getter/setter pairoverride
- hasAffixes → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
← ObservableList<
MenuItemAffix> -
Observable list of affix items.
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewRef ↔ ViewContainerRef?
-
getter/setter pair
Methods
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited