public class AdfDomComponentFocusEvent
extends Object
Derived class for component sourced events. This class is meant to be interchangeable with AdfDomComponentEvent, so the native DOM event object is stored internally.
Derived class for component sourced events. This class is meant to be interchangeable with AdfDomComponentEvent, so the native DOM event object is stored internally.
Parameters:
prevComponent
-
The component that previously had focus. This can be null the first time a component on a page receives focus, as there is no component that previously had focus.