TooltipTarget class abstract

Base class for tooltip targets.

This component is the target of alignment for a tooltip and the object responsible for controlling a tooltip.

Inheritance
Implementers

Constructors

TooltipTarget(DomPopupSourceFactory domPopupSourceFactory, ViewContainerRef viewContainerRef, HtmlElement _element, String? initAriaAttributes)

Properties

alignOriginX Alignment?
What point of the origin to use on the x-axis.
no setterinherited
alignOriginY Alignment?
What point of the origin to use on the y-axis.
no setterinherited
alignX String
Alignment of the popup in the horizontal direction.
no getterinherited
alignY String
Alignment of the popup in the vertical direction.
no getterinherited
dimensions Rectangle<num>?
The size of the source and its position relative to the viewport.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isRtl bool
Whether the source direction is RTL.
no setterinherited
popupId String?
Set the DOM ID of the popup controlled by this source.
no getteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceElement HtmlElement?
no setterinherited
viewContainerRef → ViewContainerRef
final

Methods

focus() → void
Item/component focuses itself
inherited
ngAfterViewInit() → void
inherited
ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClose() → void
Called when the popup is closed.
override
onDimensionsChanged({bool track = false}) Stream<Rectangle<num>>?
Returns a stream that has events with the dimensions of a DOM element that the popup is positioned relatively to.
inherited
onOpen() → void
Called when the popup is opened.
override
setTooltip(Tooltip component) → void
Sets the tooltip associated with this target.
toString() String
A string representation of this object.
inherited

Operators

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