StickyFloatingTracker class
A directive to track already sticking Elements on the page (e.g. one that has position fixed).
The sticky controller will respect their position and will put the other sticky headers and footers below or above them.
- Annotations
-
- @Directive.new(selector: '[acxStickyFloating]')
Constructors
- StickyFloatingTracker(ScrollHost _scrollHost, Element _element)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
ngOnDestroy(
) → void - Executed before the directive is removed from the DOM and destroyed.
-
ngOnInit(
) → void - Executed after the first change detection run for a directive.
-
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