public class AdfDhtmlPositionManager
extends AdfObject
Screen reader implementation of the position manager. We don't explicitly position popups in screen reader mode, in part because align elements are hidden during popup scoping, which makes positioning relative to align elements difficult. Popups are positioned at 0, 0 by default, which is suffficient for screen reader usage.
Screen reader implementation of the position manager. We don't explicitly position popups in screen reader mode, in part because align elements are hidden during popup scoping, which makes positioning relative to align elements difficult. Popups are positioned at 0, 0 by default, which is suffficient for screen reader usage.
Method Detail
addFloatingElement
public Object addFloatingElement(Object floatingElement, Object alignmentHint)