public interface ShiftFocusCallback
| Modifier and Type | Method and Description | 
|---|---|
| boolean | execute(java.lang.String ID)A  Callbackfired by the TabIndexManager when application code or user action attempts
 to synthetically shift focus to some registered target. | 
boolean execute(java.lang.String ID)
Callback fired by the TabIndexManager when application code or user action attempts
 to synthetically shift focus to some registered target.  See TabIndexManager.shiftFocus(). A typical implementation will shift focus to some native element associated with the registered target, or if this is not currently possible, return false.
ID - The ID String passed to TabIndexManager.addTarget() when  
                 the callback was registered.