PositionSettings to use when position the component in the overlay
Creates clone of this position strategy
clone of this position strategy
Position the element based on the PositionStrategy implementing this interface.
The HTML element to be positioned
Size of the element
reference to the Document object
should be true if this is the initial call to the method
attaching target for the component to show
settings.positionStrategy.position(content, size, document, true);
Positions the element based on the directions and start point passed in trough PositionSettings. It is possible to either pass a start point or an HTMLElement as a positioning base.